. ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.6.6) 2022-11-07 22:27:47.999 INFO 1 --- [ main] o.o.c.o.a.Application : Starting Application v1.3.2 using Java 11.0.15 on onap-a1policymanagement-0 with PID 1 (/opt/app/policy-agent/a1-policy-management-service.jar started by a1pms in /opt/app/policy-agent) 2022-11-07 22:27:48.007 DEBUG 1 --- [ main] o.o.c.o.a.Application : Running with Spring Boot v2.6.6, Spring v5.3.18 2022-11-07 22:27:48.009 INFO 1 --- [ main] o.o.c.o.a.Application : The following 1 profile is active: "prod" 2022-11-07 22:27:48.009 DEBUG 1 --- [ main] o.s.boot.SpringApplication : Loading source class org.onap.ccsdk.oran.a1policymanagementservice.Application 2022-11-07 22:27:48.098 DEBUG 1 --- [ main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2145b572 2022-11-07 22:27:48.144 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' 2022-11-07 22:27:48.170 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory' 2022-11-07 22:27:48.307 DEBUG 1 --- [ main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/opt/app/policy-agent/a1-policy-management-service.jar!/BOOT-INF/classes!/org/onap/ccsdk/oran/a1policymanagementservice/configuration/ConfigurationFile.class] 2022-11-07 22:27:48.314 DEBUG 1 --- [ main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/opt/app/policy-agent/a1-policy-management-service.jar!/BOOT-INF/classes!/org/onap/ccsdk/oran/a1policymanagementservice/configuration/AsyncConfiguration.class] 2022-11-07 22:27:48.336 DEBUG 1 --- [ main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/opt/app/policy-agent/a1-policy-management-service.jar!/BOOT-INF/classes!/org/onap/ccsdk/oran/a1policymanagementservice/clients/SecurityContext.class] 2022-11-07 22:27:48.406 DEBUG 1 --- [ main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/opt/app/policy-agent/a1-policy-management-service.jar!/BOOT-INF/classes!/org/onap/ccsdk/oran/a1policymanagementservice/controllers/v2/StatusController.class] 2022-11-07 22:27:48.416 DEBUG 1 --- [ main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/opt/app/policy-agent/a1-policy-management-service.jar!/BOOT-INF/classes!/org/onap/ccsdk/oran/a1policymanagementservice/controllers/v2/PolicyController.class] 2022-11-07 22:27:48.418 DEBUG 1 --- [ main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/opt/app/policy-agent/a1-policy-management-service.jar!/BOOT-INF/classes!/org/onap/ccsdk/oran/a1policymanagementservice/controllers/v2/ConfigurationController.class] 2022-11-07 22:27:48.421 DEBUG 1 --- [ main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/opt/app/policy-agent/a1-policy-management-service.jar!/BOOT-INF/classes!/org/onap/ccsdk/oran/a1policymanagementservice/controllers/v2/ServiceController.class] 2022-11-07 22:27:48.422 DEBUG 1 --- [ main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/opt/app/policy-agent/a1-policy-management-service.jar!/BOOT-INF/classes!/org/onap/ccsdk/oran/a1policymanagementservice/controllers/v2/RicRepositoryController.class] 2022-11-07 22:27:48.431 DEBUG 1 --- [ main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/opt/app/policy-agent/a1-policy-management-service.jar!/BOOT-INF/classes!/org/onap/ccsdk/oran/a1policymanagementservice/repository/Policies.class] 2022-11-07 22:27:48.433 DEBUG 1 --- [ main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/opt/app/policy-agent/a1-policy-management-service.jar!/BOOT-INF/classes!/org/onap/ccsdk/oran/a1policymanagementservice/repository/PolicyTypes.class] 2022-11-07 22:27:48.436 DEBUG 1 --- [ main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/opt/app/policy-agent/a1-policy-management-service.jar!/BOOT-INF/classes!/org/onap/ccsdk/oran/a1policymanagementservice/exceptions/GlobalExceptionHandler.class] 2022-11-07 22:27:48.438 DEBUG 1 --- [ main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/opt/app/policy-agent/a1-policy-management-service.jar!/BOOT-INF/classes!/org/onap/ccsdk/oran/a1policymanagementservice/tasks/RefreshConfigTask.class] 2022-11-07 22:27:48.442 DEBUG 1 --- [ main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/opt/app/policy-agent/a1-policy-management-service.jar!/BOOT-INF/classes!/org/onap/ccsdk/oran/a1policymanagementservice/tasks/RicSupervision.class] 2022-11-07 22:27:48.443 DEBUG 1 --- [ main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/opt/app/policy-agent/a1-policy-management-service.jar!/BOOT-INF/classes!/org/onap/ccsdk/oran/a1policymanagementservice/tasks/ServiceSupervision.class] 2022-11-07 22:27:48.446 DEBUG 1 --- [ main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/opt/app/policy-agent/a1-policy-management-service.jar!/BOOT-INF/classes!/org/onap/ccsdk/oran/a1policymanagementservice/dmaap/DmaapMessageConsumer.class] 2022-11-07 22:27:48.453 DEBUG 1 --- [ main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/opt/app/policy-agent/a1-policy-management-service.jar!/BOOT-INF/classes!/org/onap/ccsdk/oran/a1policymanagementservice/BeanFactory.class] 2022-11-07 22:27:48.461 DEBUG 1 --- [ main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/opt/app/policy-agent/a1-policy-management-service.jar!/BOOT-INF/classes!/org/onap/ccsdk/oran/a1policymanagementservice/aspect/LogAspect.class] 2022-11-07 22:27:50.258 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'propertySourcesPlaceholderConfigurer' 2022-11-07 22:27:50.271 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.sql.init.dependency.DatabaseInitializationDependencyConfigurer$DependsOnDatabaseInitializationPostProcessor' 2022-11-07 22:27:50.289 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' 2022-11-07 22:27:50.374 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'preserveErrorControllerTargetClassPostProcessor' 2022-11-07 22:27:50.377 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' 2022-11-07 22:27:50.383 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' 2022-11-07 22:27:50.386 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' 2022-11-07 22:27:50.392 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor' 2022-11-07 22:27:50.393 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.internalConfigurationPropertiesBinder' 2022-11-07 22:27:50.393 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.internalConfigurationPropertiesBinderFactory' 2022-11-07 22:27:50.398 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAsyncAnnotationProcessor' 2022-11-07 22:27:50.398 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.scheduling.annotation.ProxyAsyncConfiguration' 2022-11-07 22:27:50.439 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalScheduledAnnotationProcessor' 2022-11-07 22:27:50.440 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.scheduling.annotation.SchedulingConfiguration' 2022-11-07 22:27:50.446 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webServerFactoryCustomizerBeanPostProcessor' 2022-11-07 22:27:50.447 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'errorPageRegistrarBeanPostProcessor' 2022-11-07 22:27:50.448 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthEndpointGroupsBeanPostProcessor' 2022-11-07 22:27:50.456 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'meterRegistryPostProcessor' 2022-11-07 22:27:50.463 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'meterRegistryPostProcessor' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2145b572' 2022-11-07 22:27:50.473 DEBUG 1 --- [ main] o.s.u.c.s.UiApplicationContextUtils : Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@3eb81efb] 2022-11-07 22:27:50.474 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletContainer' 2022-11-07 22:27:50.474 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'beanFactory' 2022-11-07 22:27:50.482 DEBUG 1 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Found key 'server.http-port' in PropertySource 'environmentProperties' with value of type String 2022-11-07 22:27:50.535 DEBUG 1 --- [ main] o.a.catalina.core.AprLifecycleListener : The Apache Tomcat Native library could not be found using names [tcnative-1, libtcnative-1] on the java.library.path [/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib]. The errors reported were [Can't load library: /opt/app/policy-agent/bin/libtcnative-1.so, Can't load library: /opt/app/policy-agent/bin/liblibtcnative-1.so, no tcnative-1 in java.library.path: [/usr/java/packages/lib, /usr/lib64, /lib64, /lib, /usr/lib], no libtcnative-1 in java.library.path: [/usr/java/packages/lib, /usr/lib64, /lib64, /lib, /usr/lib]] org.apache.tomcat.jni.LibraryNotFoundError: Can't load library: /opt/app/policy-agent/bin/libtcnative-1.so, Can't load library: /opt/app/policy-agent/bin/liblibtcnative-1.so, no tcnative-1 in java.library.path: [/usr/java/packages/lib, /usr/lib64, /lib64, /lib, /usr/lib], no libtcnative-1 in java.library.path: [/usr/java/packages/lib, /usr/lib64, /lib64, /lib, /usr/lib] at org.apache.tomcat.jni.Library.(Library.java:93) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.jni.Library.initialize(Library.java:203) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.catalina.core.AprLifecycleListener.init(AprLifecycleListener.java:203) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.catalina.core.AprLifecycleListener.isAprAvailable(AprLifecycleListener.java:108) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getDefaultServerLifecycleListeners(TomcatServletWebServerFactory.java:182) ~[spring-boot-2.6.6.jar!/:2.6.6] at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.(TomcatServletWebServerFactory.java:129) ~[spring-boot-2.6.6.jar!/:2.6.6] at org.onap.ccsdk.oran.a1policymanagementservice.BeanFactory.servletContainer(BeanFactory.java:72) ~[classes!/:1.3.2] at org.onap.ccsdk.oran.a1policymanagementservice.BeanFactory$$EnhancerBySpringCGLIB$$b41d3dae.CGLIB$servletContainer$0() ~[classes!/:1.3.2] at org.onap.ccsdk.oran.a1policymanagementservice.BeanFactory$$EnhancerBySpringCGLIB$$b41d3dae$$FastClassBySpringCGLIB$$7065102b.invoke() ~[classes!/:1.3.2] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.18.jar!/:5.3.18] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.18.jar!/:5.3.18] at org.onap.ccsdk.oran.a1policymanagementservice.BeanFactory$$EnhancerBySpringCGLIB$$b41d3dae.servletContainer() ~[classes!/:1.3.2] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[na:na] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na] at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:486) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:213) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getWebServerFactory(ServletWebServerApplicationContext.java:217) ~[spring-boot-2.6.6.jar!/:2.6.6] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:180) ~[spring-boot-2.6.6.jar!/:2.6.6] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:160) ~[spring-boot-2.6.6.jar!/:2.6.6] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:577) ~[spring-context-5.3.18.jar!/:5.3.18] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145) ~[spring-boot-2.6.6.jar!/:2.6.6] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:740) ~[spring-boot-2.6.6.jar!/:2.6.6] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:415) ~[spring-boot-2.6.6.jar!/:2.6.6] at org.springframework.boot.SpringApplication.run(SpringApplication.java:303) ~[spring-boot-2.6.6.jar!/:2.6.6] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1312) ~[spring-boot-2.6.6.jar!/:2.6.6] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1301) ~[spring-boot-2.6.6.jar!/:2.6.6] at org.onap.ccsdk.oran.a1policymanagementservice.Application.main(Application.java:42) ~[classes!/:1.3.2] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[na:na] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na] at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na] at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) ~[a1-policy-management-service.jar:1.3.2] at org.springframework.boot.loader.Launcher.launch(Launcher.java:108) ~[a1-policy-management-service.jar:1.3.2] at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) ~[a1-policy-management-service.jar:1.3.2] at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) ~[a1-policy-management-service.jar:1.3.2] 2022-11-07 22:27:50.577 DEBUG 1 --- [ main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.coyote.http11.Http11NioProtocol port=8081) 2022-11-07 22:27:50.583 DEBUG 1 --- [ main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.coyote.http11.Http11NioProtocol secure=false) 2022-11-07 22:27:50.596 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletWebServerFactoryCustomizer' 2022-11-07 22:27:50.597 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration' 2022-11-07 22:27:50.604 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'server-org.springframework.boot.autoconfigure.web.ServerProperties' 2022-11-07 22:27:50.615 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.BoundConfigurationProperties' 2022-11-07 22:27:50.643 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' 2022-11-07 22:27:50.649 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatServletWebServerFactoryCustomizer' 2022-11-07 22:27:50.650 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatServletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' 2022-11-07 22:27:50.651 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'nettyWebServerFactoryCustomizer' 2022-11-07 22:27:50.652 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration$NettyWebServerFactoryCustomizerConfiguration' 2022-11-07 22:27:50.654 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'nettyWebServerFactoryCustomizer' via factory method to bean named 'environment' 2022-11-07 22:27:50.654 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'nettyWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' 2022-11-07 22:27:50.658 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatWebServerFactoryCustomizer' 2022-11-07 22:27:50.659 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration$TomcatWebServerFactoryCustomizerConfiguration' 2022-11-07 22:27:50.661 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'environment' 2022-11-07 22:27:50.661 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' 2022-11-07 22:27:50.664 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'localeCharsetMappingsCustomizer' 2022-11-07 22:27:50.665 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration' 2022-11-07 22:27:50.667 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' 2022-11-07 22:27:50.717 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'errorPageCustomizer' 2022-11-07 22:27:50.718 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration' 2022-11-07 22:27:50.719 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' 2022-11-07 22:27:50.723 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dispatcherServletRegistration' 2022-11-07 22:27:50.723 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration' 2022-11-07 22:27:50.725 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dispatcherServlet' 2022-11-07 22:27:50.725 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletConfiguration' 2022-11-07 22:27:50.728 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' 2022-11-07 22:27:50.745 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dispatcherServlet' via factory method to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' 2022-11-07 22:27:50.776 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'dispatcherServlet' 2022-11-07 22:27:50.776 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' 2022-11-07 22:27:50.780 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'multipartConfigElement' 2022-11-07 22:27:50.780 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration' 2022-11-07 22:27:50.781 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties' 2022-11-07 22:27:50.789 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration' via constructor to bean named 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties' 2022-11-07 22:27:50.799 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'errorPageCustomizer' via factory method to bean named 'dispatcherServletRegistration' 2022-11-07 22:27:50.832 DEBUG 1 --- [ main] o.apache.tomcat.util.compat.Jre16Compat : Class not found so assuming code is running on a pre-Java 16 JVM java.lang.ClassNotFoundException: java.net.UnixDomainSocketAddress at java.base/java.net.URLClassLoader.findClass(Unknown Source) ~[na:na] at java.base/java.lang.ClassLoader.loadClass(Unknown Source) ~[na:na] at org.springframework.boot.loader.LaunchedURLClassLoader.loadClass(LaunchedURLClassLoader.java:151) ~[a1-policy-management-service.jar:1.3.2] at java.base/java.lang.ClassLoader.loadClass(Unknown Source) ~[na:na] at java.base/java.lang.Class.forName0(Native Method) ~[na:na] at java.base/java.lang.Class.forName(Unknown Source) ~[na:na] at org.apache.tomcat.util.compat.Jre16Compat.(Jre16Compat.java:47) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.compat.JreCompat.(JreCompat.java:70) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.catalina.startup.Tomcat.(Tomcat.java:1304) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer(TomcatServletWebServerFactory.java:194) ~[spring-boot-2.6.6.jar!/:2.6.6] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:182) ~[spring-boot-2.6.6.jar!/:2.6.6] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:160) ~[spring-boot-2.6.6.jar!/:2.6.6] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:577) ~[spring-context-5.3.18.jar!/:5.3.18] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145) ~[spring-boot-2.6.6.jar!/:2.6.6] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:740) ~[spring-boot-2.6.6.jar!/:2.6.6] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:415) ~[spring-boot-2.6.6.jar!/:2.6.6] at org.springframework.boot.SpringApplication.run(SpringApplication.java:303) ~[spring-boot-2.6.6.jar!/:2.6.6] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1312) ~[spring-boot-2.6.6.jar!/:2.6.6] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1301) ~[spring-boot-2.6.6.jar!/:2.6.6] at org.onap.ccsdk.oran.a1policymanagementservice.Application.main(Application.java:42) ~[classes!/:1.3.2] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[na:na] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na] at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na] at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) ~[a1-policy-management-service.jar:1.3.2] at org.springframework.boot.loader.Launcher.launch(Launcher.java:108) ~[a1-policy-management-service.jar:1.3.2] at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) ~[a1-policy-management-service.jar:1.3.2] at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) ~[a1-policy-management-service.jar:1.3.2] 2022-11-07 22:27:50.872 DEBUG 1 --- [ main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.coyote.http11.Http11NioProtocol port=8433) 2022-11-07 22:27:50.879 DEBUG 1 --- [ main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.coyote.http11.Http11NioProtocol bindOnInit=false) 2022-11-07 22:27:50.880 DEBUG 1 --- [ main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.net.NioEndpoint bindOnInit=false) 2022-11-07 22:27:50.883 DEBUG 1 --- [ main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.coyote.http11.Http11NioProtocol maxPostSize=2097152) 2022-11-07 22:27:50.884 DEBUG 1 --- [ main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.net.NioEndpoint maxPostSize=2097152) 2022-11-07 22:27:50.909 DEBUG 1 --- [ main] org.apache.catalina.core.ContainerBase : Add child StandardHost[localhost] StandardEngine[Tomcat] 2022-11-07 22:27:50.910 DEBUG 1 --- [ main] .s.b.w.e.t.TomcatServletWebServerFactory : Code archive: /opt/app/policy-agent/a1-policy-management-service.jar 2022-11-07 22:27:50.910 DEBUG 1 --- [ main] .s.b.w.e.t.TomcatServletWebServerFactory : Code archive: /opt/app/policy-agent/a1-policy-management-service.jar 2022-11-07 22:27:50.910 DEBUG 1 --- [ main] .s.b.w.e.t.TomcatServletWebServerFactory : None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored. 2022-11-07 22:27:50.945 DEBUG 1 --- [ main] org.apache.catalina.core.ContainerBase : Add child TomcatEmbeddedContext[] StandardEngine[Tomcat].StandardHost[localhost] 2022-11-07 22:27:50.951 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8433 (http) 8081 (http) 2022-11-07 22:27:50.969 DEBUG 1 --- [ main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.coyote.http11.Http11NioProtocol parseBodyMethods=POST) 2022-11-07 22:27:50.970 DEBUG 1 --- [ main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.net.NioEndpoint parseBodyMethods=POST) 2022-11-07 22:27:50.971 DEBUG 1 --- [ main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.coyote.http11.Http11NioProtocol parseBodyMethods=POST) 2022-11-07 22:27:50.971 DEBUG 1 --- [ main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.net.NioEndpoint parseBodyMethods=POST) 2022-11-07 22:27:50.981 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2022-11-07 22:27:50.981 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.60] 2022-11-07 22:27:50.985 DEBUG 1 --- [ main] o.apache.catalina.core.StandardContext : Starting ROOT 2022-11-07 22:27:50.993 DEBUG 1 --- [ main] o.apache.catalina.core.StandardContext : Configuring default Resources 2022-11-07 22:27:51.034 DEBUG 1 --- [ main] o.apache.catalina.core.StandardContext : Processing standard container startup 2022-11-07 22:27:51.034 DEBUG 1 --- [ main] org.apache.catalina.loader.WebappLoader : Starting this Loader 2022-11-07 22:27:51.103 DEBUG 1 --- [ main] o.a.c.authenticator.AuthenticatorBase : No SingleSignOn Valve is present 2022-11-07 22:27:51.105 DEBUG 1 --- [ main] o.apache.catalina.core.StandardContext : No manager found. Checking if cluster manager should be used. Cluster configured: [false], Application distributable: [false] 2022-11-07 22:27:51.113 DEBUG 1 --- [ main] o.apache.catalina.core.StandardContext : Configured a manager of class [org.apache.catalina.session.StandardManager] 2022-11-07 22:27:51.127 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2022-11-07 22:27:51.127 DEBUG 1 --- [ main] w.s.c.ServletWebServerApplicationContext : Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT] 2022-11-07 22:27:51.127 INFO 1 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3029 ms 2022-11-07 22:27:51.130 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webMvcMetricsFilter' 2022-11-07 22:27:51.131 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.web.servlet.WebMvcMetricsAutoConfiguration' 2022-11-07 22:27:51.132 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' 2022-11-07 22:27:51.142 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.metrics.web.servlet.WebMvcMetricsAutoConfiguration' via constructor to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' 2022-11-07 22:27:51.146 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'simpleMeterRegistry' 2022-11-07 22:27:51.147 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleMetricsExportAutoConfiguration' 2022-11-07 22:27:51.150 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'simpleConfig' 2022-11-07 22:27:51.151 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.metrics.export.simple-org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties' 2022-11-07 22:27:51.153 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'simpleConfig' via factory method to bean named 'management.metrics.export.simple-org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties' 2022-11-07 22:27:51.162 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'micrometerClock' 2022-11-07 22:27:51.162 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration' 2022-11-07 22:27:51.164 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'simpleMeterRegistry' via factory method to bean named 'simpleConfig' 2022-11-07 22:27:51.164 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'simpleMeterRegistry' via factory method to bean named 'micrometerClock' 2022-11-07 22:27:51.213 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'propertiesMeterFilter' 2022-11-07 22:27:51.214 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'propertiesMeterFilter' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' 2022-11-07 22:27:51.230 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'metricsHttpClientUriTagFilter' 2022-11-07 22:27:51.231 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.web.client.HttpClientMetricsAutoConfiguration' 2022-11-07 22:27:51.234 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsHttpClientUriTagFilter' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' 2022-11-07 22:27:51.249 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'metricsHttpServerUriTagFilter' 2022-11-07 22:27:51.255 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jvmGcMetrics' 2022-11-07 22:27:51.255 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.JvmMetricsAutoConfiguration' 2022-11-07 22:27:51.262 DEBUG 1 --- [ main] i.m.c.u.i.logging.InternalLoggerFactory : Using SLF4J as the default logging framework 2022-11-07 22:27:51.286 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jvmHeapPressureMetrics' 2022-11-07 22:27:51.296 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jvmMemoryMetrics' 2022-11-07 22:27:51.298 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jvmThreadMetrics' 2022-11-07 22:27:51.301 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'classLoaderMetrics' 2022-11-07 22:27:51.302 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'logbackMetrics' 2022-11-07 22:27:51.303 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.LogbackMetricsAutoConfiguration' 2022-11-07 22:27:51.308 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'uptimeMetrics' 2022-11-07 22:27:51.309 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.SystemMetricsAutoConfiguration' 2022-11-07 22:27:51.313 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'processorMetrics' 2022-11-07 22:27:51.326 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'fileDescriptorMetrics' 2022-11-07 22:27:51.328 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'diskSpaceMetrics' 2022-11-07 22:27:51.329 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'diskSpaceMetrics' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' 2022-11-07 22:27:51.379 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webMvcTagsProvider' 2022-11-07 22:27:51.382 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webMvcMetricsFilter' via factory method to bean named 'simpleMeterRegistry' 2022-11-07 22:27:51.382 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webMvcMetricsFilter' via factory method to bean named 'webMvcTagsProvider' 2022-11-07 22:27:51.386 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletEndpointRegistrar' 2022-11-07 22:27:51.386 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration' 2022-11-07 22:27:51.388 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' 2022-11-07 22:27:51.396 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletEndpointDiscoverer' 2022-11-07 22:27:51.396 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration$WebEndpointServletConfiguration' 2022-11-07 22:27:51.398 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletEndpointDiscoverer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2145b572' 2022-11-07 22:27:51.400 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webEndpointPathMapper' 2022-11-07 22:27:51.401 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration' 2022-11-07 22:27:51.402 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2145b572' 2022-11-07 22:27:51.402 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration' via constructor to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' 2022-11-07 22:27:51.407 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletExposeExcludePropertyEndpointFilter' 2022-11-07 22:27:51.407 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration' 2022-11-07 22:27:51.410 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletExposeExcludePropertyEndpointFilter' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' 2022-11-07 22:27:51.419 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletEndpointRegistrar' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' 2022-11-07 22:27:51.420 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletEndpointRegistrar' via factory method to bean named 'servletEndpointDiscoverer' 2022-11-07 22:27:51.420 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletEndpointRegistrar' via factory method to bean named 'dispatcherServletRegistration' 2022-11-07 22:27:51.476 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestContextFilter' 2022-11-07 22:27:51.481 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'formContentFilter' 2022-11-07 22:27:51.482 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration' 2022-11-07 22:27:51.859 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'characterEncodingFilter' 2022-11-07 22:27:51.870 DEBUG 1 --- [ main] o.s.b.w.s.ServletContextInitializerBeans : Mapping filters: filterRegistrationBean urls=[/*] order=-2147483647, characterEncodingFilter urls=[/*] order=-2147483648, formContentFilter urls=[/*] order=-9900, requestContextFilter urls=[/*] order=-105 2022-11-07 22:27:51.870 DEBUG 1 --- [ main] o.s.b.w.s.ServletContextInitializerBeans : Mapping servlets: dispatcherServlet urls=[/] 2022-11-07 22:27:51.877 DEBUG 1 --- [ main] org.apache.catalina.core.ContainerBase : Add child StandardWrapper[dispatcherServlet] StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[] 2022-11-07 22:27:51.880 DEBUG 1 --- [ main] o.apache.catalina.core.StandardContext : Configuring application event listeners 2022-11-07 22:27:51.880 DEBUG 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Sending application start events 2022-11-07 22:27:51.882 DEBUG 1 --- [ main] o.a.catalina.session.StandardManager : Start: Loading persisted sessions 2022-11-07 22:27:51.883 DEBUG 1 --- [ main] o.a.catalina.session.StandardManager : Loading persisted sessions from [SESSIONS.ser] 2022-11-07 22:27:51.883 DEBUG 1 --- [ main] o.a.catalina.session.StandardManager : No persisted data file found 2022-11-07 22:27:51.883 DEBUG 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filters 2022-11-07 22:27:51.883 DEBUG 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filter 'webMvcMetricsFilter' 2022-11-07 22:27:51.888 DEBUG 1 --- [ main] o.s.b.a.m.w.servlet.WebMvcMetricsFilter : Filter 'webMvcMetricsFilter' configured for use 2022-11-07 22:27:51.889 DEBUG 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filter 'requestContextFilter' 2022-11-07 22:27:51.889 DEBUG 1 --- [ main] o.s.b.w.s.f.OrderedRequestContextFilter : Filter 'requestContextFilter' configured for use 2022-11-07 22:27:51.889 DEBUG 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filter 'characterEncodingFilter' 2022-11-07 22:27:51.889 DEBUG 1 --- [ main] s.b.w.s.f.OrderedCharacterEncodingFilter : Filter 'characterEncodingFilter' configured for use 2022-11-07 22:27:51.889 DEBUG 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filter 'formContentFilter' 2022-11-07 22:27:51.890 DEBUG 1 --- [ main] o.s.b.w.s.f.OrderedFormContentFilter : Filter 'formContentFilter' configured for use 2022-11-07 22:27:51.890 DEBUG 1 --- [ main] o.apache.catalina.core.StandardContext : Starting completed 2022-11-07 22:27:51.895 DEBUG 1 --- [ main] org.apache.catalina.mapper.Mapper : Registered host [localhost] 2022-11-07 22:27:51.899 DEBUG 1 --- [ main] o.apache.catalina.mapper.MapperListener : Register Wrapper [dispatcherServlet] in Context [] for service [StandardService[Tomcat]] 2022-11-07 22:27:51.900 DEBUG 1 --- [ main] o.apache.catalina.mapper.MapperListener : Register Context [] for service [StandardService[Tomcat]] 2022-11-07 22:27:51.900 DEBUG 1 --- [ main] o.apache.catalina.mapper.MapperListener : Register host [localhost] at domain [null] for service [StandardService[Tomcat]] 2022-11-07 22:27:51.909 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'application' 2022-11-07 22:27:51.912 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'refreshConfigTask' 2022-11-07 22:27:51.919 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'configurationFile' 2022-11-07 22:27:51.921 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'getApplicationConfig' 2022-11-07 22:27:51.928 DEBUG 1 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Found key 'app.filepath' in PropertySource 'environmentProperties' with value of type String 2022-11-07 22:27:51.930 DEBUG 1 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Found key 'server.ssl.key-store-type' in PropertySource 'environmentProperties' with value of type String 2022-11-07 22:27:51.931 DEBUG 1 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Found key 'server.ssl.key-store-password' in PropertySource 'environmentProperties' with value of type String 2022-11-07 22:27:51.932 DEBUG 1 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Found key 'server.ssl.key-store' in PropertySource 'environmentProperties' with value of type String 2022-11-07 22:27:51.932 DEBUG 1 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Found key 'server.ssl.key-password' in PropertySource 'environmentProperties' with value of type String 2022-11-07 22:27:51.933 DEBUG 1 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Found key 'app.webclient.trust-store-used' in PropertySource 'environmentProperties' with value of type String 2022-11-07 22:27:51.934 DEBUG 1 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Found key 'app.webclient.trust-store-password' in PropertySource 'environmentProperties' with value of type String 2022-11-07 22:27:51.935 DEBUG 1 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Found key 'app.webclient.trust-store' in PropertySource 'environmentProperties' with value of type String 2022-11-07 22:27:51.935 DEBUG 1 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Found key 'app.webclient.http.proxy-host' in PropertySource 'environmentProperties' with value of type String 2022-11-07 22:27:51.936 DEBUG 1 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Found key 'app.webclient.http.proxy-port' in PropertySource 'environmentProperties' with value of type String 2022-11-07 22:27:51.938 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'configurationFile' via constructor to bean named 'getApplicationConfig' 2022-11-07 22:27:51.940 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'getRics' 2022-11-07 22:27:51.941 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'policies' 2022-11-07 22:27:51.943 DEBUG 1 --- [ main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.onap.ccsdk.oran.a1policymanagementservice.repository.Policies$$EnhancerBySpringCGLIB$$35913568] - unable to determine constructor/method parameter names 2022-11-07 22:27:51.943 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'policies' via constructor to bean named 'getApplicationConfig' 2022-11-07 22:27:51.946 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'getServices' 2022-11-07 22:27:51.947 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'getServices' via factory method to bean named 'getApplicationConfig' 2022-11-07 22:27:51.952 WARN 1 --- [ main] o.o.c.o.a.repository.Services : Could not restore services database : /opt/app/policy-agent/null 2022-11-07 22:27:51.956 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'policyTypes' 2022-11-07 22:27:51.958 DEBUG 1 --- [ main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.onap.ccsdk.oran.a1policymanagementservice.repository.PolicyTypes$$EnhancerBySpringCGLIB$$601bec7b] - unable to determine constructor/method parameter names 2022-11-07 22:27:51.958 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'policyTypes' via constructor to bean named 'getApplicationConfig' 2022-11-07 22:27:51.960 WARN 1 --- [ main] o.o.c.o.a.repository.PolicyTypes : Could not restore policy type database : /opt/app/policy-agent/null 2022-11-07 22:27:51.962 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'getA1ClientFactory' 2022-11-07 22:27:51.963 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'securityContext' 2022-11-07 22:27:51.969 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'getA1ClientFactory' via factory method to bean named 'getApplicationConfig' 2022-11-07 22:27:51.969 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'getA1ClientFactory' via factory method to bean named 'securityContext' 2022-11-07 22:27:51.980 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'refreshConfigTask' via constructor to bean named 'configurationFile' 2022-11-07 22:27:51.981 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'refreshConfigTask' via constructor to bean named 'getApplicationConfig' 2022-11-07 22:27:51.981 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'refreshConfigTask' via constructor to bean named 'getRics' 2022-11-07 22:27:51.981 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'refreshConfigTask' via constructor to bean named 'policies' 2022-11-07 22:27:51.981 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'refreshConfigTask' via constructor to bean named 'getServices' 2022-11-07 22:27:51.982 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'refreshConfigTask' via constructor to bean named 'policyTypes' 2022-11-07 22:27:51.982 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'refreshConfigTask' via constructor to bean named 'getA1ClientFactory' 2022-11-07 22:27:51.982 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'refreshConfigTask' via constructor to bean named 'securityContext' 2022-11-07 22:27:51.994 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dmaapMessageConsumer' 2022-11-07 22:27:51.998 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dmaapMessageConsumer' via constructor to bean named 'getApplicationConfig' 2022-11-07 22:27:51.998 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dmaapMessageConsumer' via constructor to bean named 'securityContext' 2022-11-07 22:27:52.000 DEBUG 1 --- [ main] o.s.c.e.PropertySourcesPropertyResolver : Found key 'server.http-port' in PropertySource 'environmentProperties' with value of type String 2022-11-07 22:27:52.003 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'asyncConfiguration' 2022-11-07 22:27:52.005 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'StatusControllerV2' 2022-11-07 22:27:52.013 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'PolicyControllerV2' 2022-11-07 22:27:52.027 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'ConfigurationControllerV2' 2022-11-07 22:27:52.029 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'ConfigurationControllerV2' via constructor to bean named 'configurationFile' 2022-11-07 22:27:52.029 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'ConfigurationControllerV2' via constructor to bean named 'getApplicationConfig' 2022-11-07 22:27:52.030 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'ServiceControllerV2' 2022-11-07 22:27:52.035 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'ServiceControllerV2' via constructor to bean named 'getServices' 2022-11-07 22:27:52.035 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'ServiceControllerV2' via constructor to bean named 'policies' 2022-11-07 22:27:52.037 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'RicRepositoryControllerV2' 2022-11-07 22:27:52.041 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'globalExceptionHandler' 2022-11-07 22:27:52.052 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'ricSupervision' 2022-11-07 22:27:52.058 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'ricSupervision' via constructor to bean named 'getRics' 2022-11-07 22:27:52.058 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'ricSupervision' via constructor to bean named 'policies' 2022-11-07 22:27:52.058 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'ricSupervision' via constructor to bean named 'getA1ClientFactory' 2022-11-07 22:27:52.058 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'ricSupervision' via constructor to bean named 'policyTypes' 2022-11-07 22:27:52.058 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'ricSupervision' via constructor to bean named 'getServices' 2022-11-07 22:27:52.059 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'ricSupervision' via constructor to bean named 'getApplicationConfig' 2022-11-07 22:27:52.059 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'ricSupervision' via constructor to bean named 'securityContext' 2022-11-07 22:27:52.063 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'serviceSupervision' 2022-11-07 22:27:52.066 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'serviceSupervision' via constructor to bean named 'getServices' 2022-11-07 22:27:52.066 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'serviceSupervision' via constructor to bean named 'policies' 2022-11-07 22:27:52.066 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'serviceSupervision' via constructor to bean named 'getA1ClientFactory' 2022-11-07 22:27:52.067 DEBUG 1 --- [ main] o.o.c.o.a.tasks.ServiceSupervision : Checking services starting 2022-11-07 22:27:52.256 DEBUG 1 --- [ main] reactor.util.Loggers : Using Slf4j logging framework 2022-11-07 22:27:52.282 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'logAspect' 2022-11-07 22:27:52.287 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'threadPoolTaskExecutor' 2022-11-07 22:27:52.300 DEBUG 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' 2022-11-07 22:27:52.306 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.EnableConfigurationPropertiesRegistrar.methodValidationExcludeFilter' 2022-11-07 22:27:52.310 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mapper' 2022-11-07 22:27:52.346 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'configRefreshRunner' 2022-11-07 22:27:52.348 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'configRefreshRunner' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2145b572' 2022-11-07 22:27:52.358 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dmaapMessageConsumerRunner' 2022-11-07 22:27:52.359 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dmaapMessageConsumerRunner' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2145b572' 2022-11-07 22:27:52.360 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.AutoConfigurationPackages' 2022-11-07 22:27:52.361 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration' 2022-11-07 22:27:52.362 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration' 2022-11-07 22:27:52.363 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration' 2022-11-07 22:27:52.363 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'standardJacksonObjectMapperBuilderCustomizer' 2022-11-07 22:27:52.364 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties' 2022-11-07 22:27:52.374 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'standardJacksonObjectMapperBuilderCustomizer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2145b572' 2022-11-07 22:27:52.374 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'standardJacksonObjectMapperBuilderCustomizer' via factory method to bean named 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties' 2022-11-07 22:27:52.376 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration' 2022-11-07 22:27:52.377 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$ParameterNamesModuleConfiguration' 2022-11-07 22:27:52.378 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'parameterNamesModule' 2022-11-07 22:27:52.384 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration' 2022-11-07 22:27:52.386 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration' 2022-11-07 22:27:52.387 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jsonComponentModule' 2022-11-07 22:27:52.399 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration$DefaultCodecsConfiguration' 2022-11-07 22:27:52.400 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultCodecCustomizer' 2022-11-07 22:27:52.401 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.codec-org.springframework.boot.autoconfigure.codec.CodecProperties' 2022-11-07 22:27:52.404 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultCodecCustomizer' via factory method to bean named 'spring.codec-org.springframework.boot.autoconfigure.codec.CodecProperties' 2022-11-07 22:27:52.406 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration$JacksonCodecConfiguration' 2022-11-07 22:27:52.407 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jacksonCodecCustomizer' 2022-11-07 22:27:52.408 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jacksonCodecCustomizer' via factory method to bean named 'mapper' 2022-11-07 22:27:52.409 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration' 2022-11-07 22:27:52.410 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration' 2022-11-07 22:27:52.411 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'taskExecutorBuilder' 2022-11-07 22:27:52.412 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties' 2022-11-07 22:27:52.416 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'taskExecutorBuilder' via factory method to bean named 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties' 2022-11-07 22:27:52.420 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration' 2022-11-07 22:27:52.422 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'error' 2022-11-07 22:27:52.424 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'beanNameViewResolver' 2022-11-07 22:27:52.427 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' 2022-11-07 22:27:52.428 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' 2022-11-07 22:27:52.435 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2145b572' 2022-11-07 22:27:52.435 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' 2022-11-07 22:27:52.436 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'conventionErrorViewResolver' 2022-11-07 22:27:52.438 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'errorAttributes' 2022-11-07 22:27:52.441 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'basicErrorController' 2022-11-07 22:27:52.442 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'basicErrorController' via factory method to bean named 'errorAttributes' 2022-11-07 22:27:52.444 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' 2022-11-07 22:27:52.447 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' 2022-11-07 22:27:52.447 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' 2022-11-07 22:27:52.447 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@6a78afa0' 2022-11-07 22:27:52.472 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' 2022-11-07 22:27:52.474 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' 2022-11-07 22:27:52.474 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' 2022-11-07 22:27:52.474 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@6a78afa0' 2022-11-07 22:27:52.474 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'resourceHandlerRegistrationCustomizer' 2022-11-07 22:27:52.475 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$ResourceChainCustomizerConfiguration' 2022-11-07 22:27:52.476 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resourceHandlerRegistrationCustomizer' via factory method to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' 2022-11-07 22:27:52.481 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'swaggerWebMvcConfigurer' 2022-11-07 22:27:52.482 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springdoc.webmvc.ui.SwaggerConfig' 2022-11-07 22:27:52.485 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springdoc.core.SwaggerUiConfigParameters' 2022-11-07 22:27:52.488 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springdoc.core.SwaggerUiConfigProperties' 2022-11-07 22:27:52.515 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springdoc.core.SwaggerUiConfigParameters' via constructor to bean named 'org.springdoc.core.SwaggerUiConfigProperties' 2022-11-07 22:27:52.528 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'indexPageTransformer' 2022-11-07 22:27:52.529 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springdoc.core.SwaggerUiOAuthProperties' 2022-11-07 22:27:52.536 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'swaggerWelcome' 2022-11-07 22:27:52.537 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springdoc.core.SpringDocConfigProperties' 2022-11-07 22:27:52.553 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'springWebProvider' 2022-11-07 22:27:52.554 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springdoc.webmvc.core.SpringDocWebMvcConfiguration' 2022-11-07 22:27:52.557 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swaggerWelcome' via factory method to bean named 'org.springdoc.core.SwaggerUiConfigProperties' 2022-11-07 22:27:52.557 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swaggerWelcome' via factory method to bean named 'org.springdoc.core.SpringDocConfigProperties' 2022-11-07 22:27:52.558 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swaggerWelcome' via factory method to bean named 'org.springdoc.core.SwaggerUiConfigParameters' 2022-11-07 22:27:52.558 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swaggerWelcome' via factory method to bean named 'springWebProvider' 2022-11-07 22:27:52.651 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'indexPageTransformer' via factory method to bean named 'org.springdoc.core.SwaggerUiConfigProperties' 2022-11-07 22:27:52.651 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'indexPageTransformer' via factory method to bean named 'org.springdoc.core.SwaggerUiOAuthProperties' 2022-11-07 22:27:52.652 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'indexPageTransformer' via factory method to bean named 'org.springdoc.core.SwaggerUiConfigParameters' 2022-11-07 22:27:52.652 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'indexPageTransformer' via factory method to bean named 'swaggerWelcome' 2022-11-07 22:27:52.686 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swaggerWebMvcConfigurer' via factory method to bean named 'org.springdoc.core.SwaggerUiConfigParameters' 2022-11-07 22:27:52.686 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swaggerWebMvcConfigurer' via factory method to bean named 'indexPageTransformer' 2022-11-07 22:27:52.688 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'metricsWebMvcConfigurer' 2022-11-07 22:27:52.689 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsWebMvcConfigurer' via factory method to bean named 'simpleMeterRegistry' 2022-11-07 22:27:52.689 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsWebMvcConfigurer' via factory method to bean named 'webMvcTagsProvider' 2022-11-07 22:27:52.694 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestMappingHandlerAdapter' 2022-11-07 22:27:52.697 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcContentNegotiationManager' 2022-11-07 22:27:52.706 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcConversionService' 2022-11-07 22:27:52.714 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcValidator' 2022-11-07 22:27:52.728 DEBUG 1 --- [ main] o.s.v.b.OptionalValidatorFactoryBean : Failed to set up a Bean Validation provider javax.validation.NoProviderFoundException: Unable to create a Configuration, because no Jakarta Bean Validation provider could be found. Add a provider like Hibernate Validator (RI) to your classpath. at javax.validation.Validation$GenericBootstrapImpl.configure(Validation.java:291) ~[jakarta.validation-api-2.0.2.jar!/:na] at org.springframework.validation.beanvalidation.LocalValidatorFactoryBean.afterPropertiesSet(LocalValidatorFactoryBean.java:259) ~[spring-context-5.3.18.jar!/:5.3.18] at org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean.afterPropertiesSet(OptionalValidatorFactoryBean.java:40) ~[spring-context-5.3.18.jar!/:5.3.18] at org.springframework.boot.autoconfigure.validation.ValidatorAdapter.afterPropertiesSet(ValidatorAdapter.java:84) ~[spring-boot-autoconfigure-2.6.6.jar!/:2.6.6] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1863) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1389) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1309) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:541) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:953) ~[spring-beans-5.3.18.jar!/:5.3.18] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918) ~[spring-context-5.3.18.jar!/:5.3.18] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583) ~[spring-context-5.3.18.jar!/:5.3.18] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145) ~[spring-boot-2.6.6.jar!/:2.6.6] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:740) ~[spring-boot-2.6.6.jar!/:2.6.6] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:415) ~[spring-boot-2.6.6.jar!/:2.6.6] at org.springframework.boot.SpringApplication.run(SpringApplication.java:303) ~[spring-boot-2.6.6.jar!/:2.6.6] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1312) ~[spring-boot-2.6.6.jar!/:2.6.6] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1301) ~[spring-boot-2.6.6.jar!/:2.6.6] at org.onap.ccsdk.oran.a1policymanagementservice.Application.main(Application.java:42) ~[classes!/:1.3.2] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[na:na] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na] at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na] at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) ~[a1-policy-management-service.jar:1.3.2] at org.springframework.boot.loader.Launcher.launch(Launcher.java:108) ~[a1-policy-management-service.jar:1.3.2] at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) ~[a1-policy-management-service.jar:1.3.2] at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) ~[a1-policy-management-service.jar:1.3.2] 2022-11-07 22:27:52.730 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcContentNegotiationManager' 2022-11-07 22:27:52.730 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcConversionService' 2022-11-07 22:27:52.730 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcValidator' 2022-11-07 22:27:52.732 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcContentNegotiationManager' 2022-11-07 22:27:52.732 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcConversionService' 2022-11-07 22:27:52.732 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcValidator' 2022-11-07 22:27:52.816 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'messageConverters' 2022-11-07 22:27:52.816 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration' 2022-11-07 22:27:52.822 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'stringHttpMessageConverter' 2022-11-07 22:27:52.822 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration' 2022-11-07 22:27:52.823 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'stringHttpMessageConverter' via factory method to bean named 'environment' 2022-11-07 22:27:52.830 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mappingJackson2HttpMessageConverter' 2022-11-07 22:27:52.830 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration' 2022-11-07 22:27:52.831 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mappingJackson2HttpMessageConverter' via factory method to bean named 'mapper' 2022-11-07 22:27:52.860 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springdoc.core.SpringDocConfiguration$OpenApiResourceAdvice' 2022-11-07 22:27:52.864 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springdoc.core.SpringDocConfiguration' 2022-11-07 22:27:52.869 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springdoc.core.SpringDocConfiguration$OpenApiResourceAdvice' via constructor to bean named 'org.springdoc.core.SpringDocConfiguration' 2022-11-07 22:27:52.874 DEBUG 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice 2022-11-07 22:27:52.919 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestMappingHandlerMapping' 2022-11-07 22:27:52.922 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcResourceUrlProvider' 2022-11-07 22:27:52.928 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcContentNegotiationManager' 2022-11-07 22:27:52.928 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcConversionService' 2022-11-07 22:27:52.928 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' 2022-11-07 22:27:52.930 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcContentNegotiationManager' 2022-11-07 22:27:52.930 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcConversionService' 2022-11-07 22:27:52.930 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' 2022-11-07 22:27:52.976 DEBUG 1 --- [ main] _.s.web.servlet.HandlerMapping.Mappings : o.o.c.o.a.c.v.StatusController: {GET [/a1-policy/v2/status], produces [application/json]}: getStatus() {GET [/status]}: getStatusV1() 2022-11-07 22:27:52.985 DEBUG 1 --- [ main] _.s.web.servlet.HandlerMapping.Mappings : o.o.c.o.a.c.v.PolicyController: {GET [/a1-policy/v2/policies/{policy_id:.+}], produces [application/json]}: getPolicy(String) {DELETE [/a1-policy/v2/policies/{policy_id:.+}]}: deletePolicy(String) {PUT [/a1-policy/v2/policies], produces [application/json]}: putPolicy(PolicyInfo) {GET [/a1-policy/v2/policy-types/{policytype_id:.+}]}: getPolicyType(String) {GET [/a1-policy/v2/policy-types], produces [application/json]}: getPolicyTypes(String,String,String) {GET [/a1-policy/v2/policy-instances], produces [application/json]}: getPolicyInstances(String,String,String,String) {GET [/a1-policy/v2/policies], produces [application/json]}: getPolicyIds(String,String,String,String) {GET [/a1-policy/v2/policies/{policy_id}/status], produces [application/json]}: getPolicyStatus(String) 2022-11-07 22:27:52.988 DEBUG 1 --- [ main] _.s.web.servlet.HandlerMapping.Mappings : o.o.c.o.a.c.v.ConfigurationController: {PUT [/a1-policy/v2/configuration], consumes [application/json]}: putConfiguration(Object) {GET [/a1-policy/v2/configuration], produces [application/json]}: getConfiguration() 2022-11-07 22:27:52.993 DEBUG 1 --- [ main] _.s.web.servlet.HandlerMapping.Mappings : o.o.c.o.a.c.v.ServiceController: {GET [/a1-policy/v2/services], produces [application/json]}: getServices(String) {PUT [/a1-policy/v2/services]}: putService(ServiceRegistrationInfo) {DELETE [/a1-policy/v2/services/{service_id:.+}]}: deleteService(String) {PUT [/a1-policy/v2/services/{service_id}/keepalive]}: keepAliveService(String) 2022-11-07 22:27:52.994 DEBUG 1 --- [ main] _.s.web.servlet.HandlerMapping.Mappings : o.o.c.o.a.c.v.RicRepositoryController: {GET [/a1-policy/v2/rics], produces [application/json]}: getRics(String) {GET [/a1-policy/v2/rics/ric], produces [application/json]}: getRic(String,String) 2022-11-07 22:27:52.998 DEBUG 1 --- [ main] _.s.web.servlet.HandlerMapping.Mappings : o.s.b.a.w.s.e.BasicErrorController: { [/error]}: error(HttpServletRequest) { [/error], produces [text/html]}: errorHtml(HttpServletRequest,HttpServletResponse) 2022-11-07 22:27:53.025 DEBUG 1 --- [ main] _.s.web.servlet.HandlerMapping.Mappings : o.s.w.a.OpenApiWebMvcResource: {GET [/v3/api-docs], produces [application/json]}: openapiJson(HttpServletRequest,String,Locale) {GET [/v3/api-docs.yaml], produces [application/vnd.oai.openapi]}: openapiYaml(HttpServletRequest,String,Locale) 2022-11-07 22:27:53.028 DEBUG 1 --- [ main] _.s.web.servlet.HandlerMapping.Mappings : o.s.w.u.SwaggerWelcomeWebMvc: {GET [/swagger-ui.html]}: redirectToUi(HttpServletRequest) 2022-11-07 22:27:53.029 DEBUG 1 --- [ main] _.s.web.servlet.HandlerMapping.Mappings : o.s.w.u.SwaggerConfigResource: {GET [/v3/api-docs/swagger-config], produces [application/json]}: openapiJson(HttpServletRequest) 2022-11-07 22:27:53.034 DEBUG 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : 24 mappings in 'requestMappingHandlerMapping' 2022-11-07 22:27:53.040 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'welcomePageHandlerMapping' 2022-11-07 22:27:53.041 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2145b572' 2022-11-07 22:27:53.041 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'mvcConversionService' 2022-11-07 22:27:53.041 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' 2022-11-07 22:27:53.377 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'localeResolver' 2022-11-07 22:27:53.379 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'themeResolver' 2022-11-07 22:27:53.381 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'flashMapManager' 2022-11-07 22:27:53.384 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcPatternParser' 2022-11-07 22:27:53.385 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcUrlPathHelper' 2022-11-07 22:27:53.386 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcPathMatcher' 2022-11-07 22:27:53.388 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewControllerHandlerMapping' 2022-11-07 22:27:53.389 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'viewControllerHandlerMapping' via factory method to bean named 'mvcConversionService' 2022-11-07 22:27:53.389 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'viewControllerHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' 2022-11-07 22:27:53.389 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'beanNameHandlerMapping' 2022-11-07 22:27:53.390 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'beanNameHandlerMapping' via factory method to bean named 'mvcConversionService' 2022-11-07 22:27:53.391 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'beanNameHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' 2022-11-07 22:27:53.393 DEBUG 1 --- [ main] _.s.web.servlet.HandlerMapping.Mappings : 'beanNameHandlerMapping' {} 2022-11-07 22:27:53.397 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'routerFunctionMapping' 2022-11-07 22:27:53.398 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'routerFunctionMapping' via factory method to bean named 'mvcConversionService' 2022-11-07 22:27:53.398 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'routerFunctionMapping' via factory method to bean named 'mvcResourceUrlProvider' 2022-11-07 22:27:53.408 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'resourceHandlerMapping' 2022-11-07 22:27:53.410 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcContentNegotiationManager' 2022-11-07 22:27:53.410 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcConversionService' 2022-11-07 22:27:53.410 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' 2022-11-07 22:27:54.294 DEBUG 1 --- [ main] _.s.web.servlet.HandlerMapping.Mappings : 'resourceHandlerMapping' {/webjars/**=ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]], /**=ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]], /swagger-ui*/**=ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]]} 2022-11-07 22:27:54.298 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultServletHandlerMapping' 2022-11-07 22:27:54.299 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'handlerFunctionAdapter' 2022-11-07 22:27:54.302 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcUriComponentsContributor' 2022-11-07 22:27:54.304 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mvcUriComponentsContributor' via factory method to bean named 'mvcConversionService' 2022-11-07 22:27:54.304 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mvcUriComponentsContributor' via factory method to bean named 'requestMappingHandlerAdapter' 2022-11-07 22:27:54.305 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'httpRequestHandlerAdapter' 2022-11-07 22:27:54.306 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'simpleControllerHandlerAdapter' 2022-11-07 22:27:54.307 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'handlerExceptionResolver' 2022-11-07 22:27:54.307 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'handlerExceptionResolver' via factory method to bean named 'mvcContentNegotiationManager' 2022-11-07 22:27:54.320 DEBUG 1 --- [ main] .m.m.a.ExceptionHandlerExceptionResolver : ControllerAdvice beans: 2 @ExceptionHandler, 1 ResponseBodyAdvice 2022-11-07 22:27:54.324 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcViewResolver' 2022-11-07 22:27:54.325 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mvcViewResolver' via factory method to bean named 'mvcContentNegotiationManager' 2022-11-07 22:27:54.329 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewNameTranslator' 2022-11-07 22:27:54.331 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultViewResolver' 2022-11-07 22:27:54.343 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewResolver' 2022-11-07 22:27:54.345 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'viewResolver' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@6a78afa0' 2022-11-07 22:27:54.348 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewResolver' 2022-11-07 22:27:54.350 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springdoc.core.SpringDocConfiguration$SpringDocSpringDataWebPropertiesProvider' 2022-11-07 22:27:54.351 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'springDataWebPropertiesProvider' 2022-11-07 22:27:54.352 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springdoc.core.SpringDocConfiguration$WebConversionServiceConfiguration' 2022-11-07 22:27:54.352 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webConversionServiceProvider' 2022-11-07 22:27:54.354 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'localSpringDocParameterNameDiscoverer' 2022-11-07 22:27:54.355 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'additionalModelsConverter' 2022-11-07 22:27:54.357 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'propertyCustomizingConverter' 2022-11-07 22:27:54.359 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'fileSupportConverter' 2022-11-07 22:27:54.360 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'responseSupportConverter' 2022-11-07 22:27:54.361 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'schemaPropertyDeprecatingConverter' 2022-11-07 22:27:54.361 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'polymorphicModelConverter' 2022-11-07 22:27:54.363 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'openAPIBuilder' 2022-11-07 22:27:54.364 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'securityParser' 2022-11-07 22:27:54.364 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'propertyResolverUtils' 2022-11-07 22:27:54.365 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'propertyResolverUtils' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@6a78afa0' 2022-11-07 22:27:54.365 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'propertyResolverUtils' via factory method to bean named 'messageSource' 2022-11-07 22:27:54.365 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'propertyResolverUtils' via factory method to bean named 'org.springdoc.core.SpringDocConfigProperties' 2022-11-07 22:27:54.366 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'securityParser' via factory method to bean named 'propertyResolverUtils' 2022-11-07 22:27:54.371 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'openAPIBuilder' via factory method to bean named 'securityParser' 2022-11-07 22:27:54.371 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'openAPIBuilder' via factory method to bean named 'org.springdoc.core.SpringDocConfigProperties' 2022-11-07 22:27:54.371 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'openAPIBuilder' via factory method to bean named 'propertyResolverUtils' 2022-11-07 22:27:54.374 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'modelConverterRegistrar' 2022-11-07 22:27:54.392 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'operationBuilder' 2022-11-07 22:27:54.394 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'parameterBuilder' 2022-11-07 22:27:54.395 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'parameterBuilder' via factory method to bean named 'propertyResolverUtils' 2022-11-07 22:27:54.399 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestBodyBuilder' 2022-11-07 22:27:54.399 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestBodyBuilder' via factory method to bean named 'parameterBuilder' 2022-11-07 22:27:54.401 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'operationBuilder' via factory method to bean named 'parameterBuilder' 2022-11-07 22:27:54.401 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'operationBuilder' via factory method to bean named 'requestBodyBuilder' 2022-11-07 22:27:54.401 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'operationBuilder' via factory method to bean named 'securityParser' 2022-11-07 22:27:54.401 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'operationBuilder' via factory method to bean named 'propertyResolverUtils' 2022-11-07 22:27:54.403 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'genericReturnTypeParser' 2022-11-07 22:27:54.404 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'springDocProviders' 2022-11-07 22:27:54.406 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'routerFunctionProvider' 2022-11-07 22:27:54.406 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springdoc.webmvc.core.SpringDocWebMvcConfiguration$SpringDocWebMvcRouterConfiguration' 2022-11-07 22:27:54.409 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springdoc.webmvc.core.SpringDocWebMvcConfiguration$SpringDocWebMvcActuatorConfiguration' 2022-11-07 22:27:54.412 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'openApiResource' 2022-11-07 22:27:54.414 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestBuilder' 2022-11-07 22:27:54.416 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestBuilder' via factory method to bean named 'parameterBuilder' 2022-11-07 22:27:54.416 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestBuilder' via factory method to bean named 'requestBodyBuilder' 2022-11-07 22:27:54.416 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestBuilder' via factory method to bean named 'operationBuilder' 2022-11-07 22:27:54.416 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestBuilder' via factory method to bean named 'localSpringDocParameterNameDiscoverer' 2022-11-07 22:27:54.420 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'responseBuilder' 2022-11-07 22:27:54.421 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'responseBuilder' via factory method to bean named 'operationBuilder' 2022-11-07 22:27:54.421 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'responseBuilder' via factory method to bean named 'genericReturnTypeParser' 2022-11-07 22:27:54.421 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'responseBuilder' via factory method to bean named 'org.springdoc.core.SpringDocConfigProperties' 2022-11-07 22:27:54.421 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'responseBuilder' via factory method to bean named 'propertyResolverUtils' 2022-11-07 22:27:54.425 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'openApiResource' via factory method to bean named 'requestBuilder' 2022-11-07 22:27:54.425 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'openApiResource' via factory method to bean named 'responseBuilder' 2022-11-07 22:27:54.425 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'openApiResource' via factory method to bean named 'operationBuilder' 2022-11-07 22:27:54.425 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'openApiResource' via factory method to bean named 'org.springdoc.core.SpringDocConfigProperties' 2022-11-07 22:27:54.425 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'openApiResource' via factory method to bean named 'springDocProviders' 2022-11-07 22:27:54.429 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'swaggerConfigResource' 2022-11-07 22:27:54.429 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swaggerConfigResource' via factory method to bean named 'swaggerWelcome' 2022-11-07 22:27:54.430 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration' 2022-11-07 22:27:54.430 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'applicationAvailability' 2022-11-07 22:27:54.433 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.availability.AvailabilityHealthContributorAutoConfiguration' 2022-11-07 22:27:54.434 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.availability.AvailabilityProbesAutoConfiguration' 2022-11-07 22:27:54.435 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'livenessStateHealthIndicator' 2022-11-07 22:27:54.435 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'livenessStateHealthIndicator' via factory method to bean named 'applicationAvailability' 2022-11-07 22:27:54.441 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'readinessStateHealthIndicator' 2022-11-07 22:27:54.441 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'readinessStateHealthIndicator' via factory method to bean named 'applicationAvailability' 2022-11-07 22:27:54.442 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'availabilityProbesHealthEndpointGroupsPostProcessor' 2022-11-07 22:27:54.443 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'availabilityProbesHealthEndpointGroupsPostProcessor' via factory method to bean named 'environment' 2022-11-07 22:27:54.444 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointConfiguration' 2022-11-07 22:27:54.445 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthStatusAggregator' 2022-11-07 22:27:54.446 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' 2022-11-07 22:27:54.452 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthStatusAggregator' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' 2022-11-07 22:27:54.456 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthHttpCodeStatusMapper' 2022-11-07 22:27:54.456 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthHttpCodeStatusMapper' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' 2022-11-07 22:27:54.458 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthEndpointGroups' 2022-11-07 22:27:54.458 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointGroups' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2145b572' 2022-11-07 22:27:54.458 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointGroups' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' 2022-11-07 22:27:54.468 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthContributorRegistry' 2022-11-07 22:27:54.470 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2145b572' 2022-11-07 22:27:54.470 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'healthEndpointGroups' 2022-11-07 22:27:54.470 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'diskSpaceHealthIndicator' 2022-11-07 22:27:54.471 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthContributorAutoConfiguration' 2022-11-07 22:27:54.472 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.health.diskspace-org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties' 2022-11-07 22:27:54.475 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'diskSpaceHealthIndicator' via factory method to bean named 'management.health.diskspace-org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties' 2022-11-07 22:27:54.476 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'pingHealthContributor' 2022-11-07 22:27:54.477 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration' 2022-11-07 22:27:54.487 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthEndpoint' 2022-11-07 22:27:54.488 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpoint' via factory method to bean named 'healthContributorRegistry' 2022-11-07 22:27:54.488 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpoint' via factory method to bean named 'healthEndpointGroups' 2022-11-07 22:27:54.495 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.ReactiveHealthEndpointConfiguration' 2022-11-07 22:27:54.496 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'reactiveHealthContributorRegistry' 2022-11-07 22:27:54.498 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'livenessStateHealthIndicator' 2022-11-07 22:27:54.498 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'readinessStateHealthIndicator' 2022-11-07 22:27:54.498 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'diskSpaceHealthIndicator' 2022-11-07 22:27:54.498 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'pingHealthContributor' 2022-11-07 22:27:54.499 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'healthEndpointGroups' 2022-11-07 22:27:54.504 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointWebExtensionConfiguration$MvcAdditionalHealthEndpointPathsConfiguration' 2022-11-07 22:27:54.505 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthEndpointWebMvcHandlerMapping' 2022-11-07 22:27:54.506 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webEndpointDiscoverer' 2022-11-07 22:27:54.507 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'endpointOperationParameterMapper' 2022-11-07 22:27:54.507 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration' 2022-11-07 22:27:54.513 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'endpointMediaTypes' 2022-11-07 22:27:54.514 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointDiscoverer' via factory method to bean named 'endpointOperationParameterMapper' 2022-11-07 22:27:54.514 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointDiscoverer' via factory method to bean named 'endpointMediaTypes' 2022-11-07 22:27:54.515 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'endpointCachingOperationInvokerAdvisor' 2022-11-07 22:27:54.516 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'endpointCachingOperationInvokerAdvisor' via factory method to bean named 'environment' 2022-11-07 22:27:54.518 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webExposeExcludePropertyEndpointFilter' 2022-11-07 22:27:54.521 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointWebMvcHandlerMapping' via factory method to bean named 'webEndpointDiscoverer' 2022-11-07 22:27:54.522 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointWebMvcHandlerMapping' via factory method to bean named 'healthEndpointGroups' 2022-11-07 22:27:54.551 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthEndpointWebExtension' 2022-11-07 22:27:54.551 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointWebExtensionConfiguration' 2022-11-07 22:27:54.553 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointWebExtension' via factory method to bean named 'healthContributorRegistry' 2022-11-07 22:27:54.553 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointWebExtension' via factory method to bean named 'healthEndpointGroups' 2022-11-07 22:27:54.561 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'infoEndpoint' 2022-11-07 22:27:54.561 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.info.InfoEndpointAutoConfiguration' 2022-11-07 22:27:54.563 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'gitInfoContributor' 2022-11-07 22:27:54.563 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration' 2022-11-07 22:27:54.566 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'gitProperties' 2022-11-07 22:27:54.567 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' 2022-11-07 22:27:54.569 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties' 2022-11-07 22:27:54.573 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' via constructor to bean named 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties' 2022-11-07 22:27:54.582 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.info-org.springframework.boot.actuate.autoconfigure.info.InfoContributorProperties' 2022-11-07 22:27:54.585 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'gitInfoContributor' via factory method to bean named 'gitProperties' 2022-11-07 22:27:54.586 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'gitInfoContributor' via factory method to bean named 'management.info-org.springframework.boot.actuate.autoconfigure.info.InfoContributorProperties' 2022-11-07 22:27:54.591 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'logFileWebEndpoint' 2022-11-07 22:27:54.592 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointAutoConfiguration' 2022-11-07 22:27:54.594 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.endpoint.logfile-org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointProperties' 2022-11-07 22:27:54.596 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'logFileWebEndpoint' via factory method to bean named 'management.endpoint.logfile-org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointProperties' 2022-11-07 22:27:54.599 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'loggersEndpoint' 2022-11-07 22:27:54.599 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.logging.LoggersEndpointAutoConfiguration' 2022-11-07 22:27:54.601 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'loggersEndpoint' via factory method to bean named 'springBootLoggingSystem' 2022-11-07 22:27:54.608 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'heapDumpWebEndpoint' 2022-11-07 22:27:54.609 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.management.HeapDumpWebEndpointAutoConfiguration' 2022-11-07 22:27:54.613 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dumpEndpoint' 2022-11-07 22:27:54.613 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.management.ThreadDumpEndpointAutoConfiguration' 2022-11-07 22:27:54.618 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'metricsEndpoint' 2022-11-07 22:27:54.618 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.MetricsEndpointAutoConfiguration' 2022-11-07 22:27:54.619 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsEndpoint' via factory method to bean named 'simpleMeterRegistry' 2022-11-07 22:27:54.638 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointAutoConfiguration' 2022-11-07 22:27:54.639 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration' 2022-11-07 22:27:54.639 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletWebChildContextFactory' 2022-11-07 22:27:54.640 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'managementServletContext' 2022-11-07 22:27:54.641 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'managementServletContext' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' 2022-11-07 22:27:54.642 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'controllerEndpointDiscoverer' 2022-11-07 22:27:54.643 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'controllerExposeExcludePropertyEndpointFilter' 2022-11-07 22:27:54.645 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'pathMappedEndpoints' 2022-11-07 22:27:54.646 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'pathMappedEndpoints' via factory method to bean named 'servletEndpointDiscoverer' 2022-11-07 22:27:54.646 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'pathMappedEndpoints' via factory method to bean named 'webEndpointDiscoverer' 2022-11-07 22:27:54.647 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'pathMappedEndpoints' via factory method to bean named 'controllerEndpointDiscoverer' 2022-11-07 22:27:54.658 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.CompositeMeterRegistryAutoConfiguration' 2022-11-07 22:27:54.658 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.integration.IntegrationMetricsAutoConfiguration' 2022-11-07 22:27:54.659 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.startup.StartupTimeMetricsListenerAutoConfiguration' 2022-11-07 22:27:54.660 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'startupTimeMetrics' 2022-11-07 22:27:54.660 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'startupTimeMetrics' via factory method to bean named 'simpleMeterRegistry' 2022-11-07 22:27:54.661 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration' 2022-11-07 22:27:54.662 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'taskScheduler' 2022-11-07 22:27:54.663 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'taskSchedulerBuilder' 2022-11-07 22:27:54.663 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties' 2022-11-07 22:27:54.666 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'taskSchedulerBuilder' via factory method to bean named 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties' 2022-11-07 22:27:54.667 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'taskScheduler' via factory method to bean named 'taskSchedulerBuilder' 2022-11-07 22:27:54.671 DEBUG 1 --- [ main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2022-11-07 22:27:54.677 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'scheduledBeanLazyInitializationExcludeFilter' 2022-11-07 22:27:54.678 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.task.TaskExecutorMetricsAutoConfiguration' 2022-11-07 22:27:54.686 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration' 2022-11-07 22:27:54.687 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'gsonBuilder' 2022-11-07 22:27:54.688 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'standardGsonBuilderCustomizer' 2022-11-07 22:27:54.689 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.gson-org.springframework.boot.autoconfigure.gson.GsonProperties' 2022-11-07 22:27:54.695 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'standardGsonBuilderCustomizer' via factory method to bean named 'spring.gson-org.springframework.boot.autoconfigure.gson.GsonProperties' 2022-11-07 22:27:54.696 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'gsonBuilder' via factory method to bean named 'standardGsonBuilderCustomizer' 2022-11-07 22:27:54.702 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'gson' 2022-11-07 22:27:54.703 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'gson' via factory method to bean named 'gsonBuilder' 2022-11-07 22:27:54.705 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration' 2022-11-07 22:27:54.705 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.GsonHttpMessageConvertersConfiguration' 2022-11-07 22:27:54.706 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration' 2022-11-07 22:27:54.706 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.web.client.RestTemplateMetricsConfiguration' 2022-11-07 22:27:54.707 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'restTemplateExchangeTagsProvider' 2022-11-07 22:27:54.708 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'metricsRestTemplateCustomizer' 2022-11-07 22:27:54.709 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsRestTemplateCustomizer' via factory method to bean named 'simpleMeterRegistry' 2022-11-07 22:27:54.709 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsRestTemplateCustomizer' via factory method to bean named 'restTemplateExchangeTagsProvider' 2022-11-07 22:27:54.709 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsRestTemplateCustomizer' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' 2022-11-07 22:27:54.712 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.web.client.WebClientMetricsConfiguration' 2022-11-07 22:27:54.713 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultWebClientExchangeTagsProvider' 2022-11-07 22:27:54.715 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'metricsWebClientCustomizer' 2022-11-07 22:27:54.716 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsWebClientCustomizer' via factory method to bean named 'simpleMeterRegistry' 2022-11-07 22:27:54.716 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsWebClientCustomizer' via factory method to bean named 'defaultWebClientExchangeTagsProvider' 2022-11-07 22:27:54.716 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsWebClientCustomizer' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' 2022-11-07 22:27:54.718 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.web.tomcat.TomcatMetricsAutoConfiguration' 2022-11-07 22:27:54.719 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatMetricsBinder' 2022-11-07 22:27:54.719 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatMetricsBinder' via factory method to bean named 'simpleMeterRegistry' 2022-11-07 22:27:54.720 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration' 2022-11-07 22:27:54.720 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration' 2022-11-07 22:27:54.721 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'lifecycleProcessor' 2022-11-07 22:27:54.722 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.lifecycle-org.springframework.boot.autoconfigure.context.LifecycleProperties' 2022-11-07 22:27:54.724 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'lifecycleProcessor' via factory method to bean named 'spring.lifecycle-org.springframework.boot.autoconfigure.context.LifecycleProperties' 2022-11-07 22:27:54.726 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.netty.NettyAutoConfiguration' 2022-11-07 22:27:54.726 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.netty-org.springframework.boot.autoconfigure.netty.NettyProperties' 2022-11-07 22:27:54.728 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.netty.NettyAutoConfiguration' via constructor to bean named 'spring.netty-org.springframework.boot.autoconfigure.netty.NettyProperties' 2022-11-07 22:27:54.734 DEBUG 1 --- [ main] i.n.u.i.logging.InternalLoggerFactory : Using SLF4J as the default logging framework 2022-11-07 22:27:54.735 DEBUG 1 --- [ main] io.netty.util.ResourceLeakDetector : -Dio.netty.leakDetection.level: simple 2022-11-07 22:27:54.735 DEBUG 1 --- [ main] io.netty.util.ResourceLeakDetector : -Dio.netty.leakDetection.targetRecords: 4 2022-11-07 22:27:54.740 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration' 2022-11-07 22:27:54.740 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties' 2022-11-07 22:27:54.746 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration' 2022-11-07 22:27:54.746 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.reactive.function.client.ClientHttpConnectorConfiguration$ReactorNetty' 2022-11-07 22:27:54.747 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'reactorClientResourceFactory' 2022-11-07 22:27:54.788 DEBUG 1 --- [ main] i.n.util.internal.PlatformDependent0 : -Dio.netty.noUnsafe: false 2022-11-07 22:27:54.788 DEBUG 1 --- [ main] i.n.util.internal.PlatformDependent0 : Java version: 11 2022-11-07 22:27:54.789 DEBUG 1 --- [ main] i.n.util.internal.PlatformDependent0 : sun.misc.Unsafe.theUnsafe: available 2022-11-07 22:27:54.790 DEBUG 1 --- [ main] i.n.util.internal.PlatformDependent0 : sun.misc.Unsafe.copyMemory: available 2022-11-07 22:27:54.791 DEBUG 1 --- [ main] i.n.util.internal.PlatformDependent0 : java.nio.Buffer.address: available 2022-11-07 22:27:54.791 DEBUG 1 --- [ main] i.n.util.internal.PlatformDependent0 : direct buffer constructor: unavailable: Reflective setAccessible(true) disabled 2022-11-07 22:27:54.792 DEBUG 1 --- [ main] i.n.util.internal.PlatformDependent0 : java.nio.Bits.unaligned: available, true 2022-11-07 22:27:54.794 DEBUG 1 --- [ main] i.n.util.internal.PlatformDependent0 : jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class io.netty.util.internal.PlatformDependent0$6 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @10f7f7de 2022-11-07 22:27:54.795 DEBUG 1 --- [ main] i.n.util.internal.PlatformDependent0 : java.nio.DirectByteBuffer.(long, int): unavailable 2022-11-07 22:27:54.795 DEBUG 1 --- [ main] i.netty.util.internal.PlatformDependent : sun.misc.Unsafe: available 2022-11-07 22:27:54.796 DEBUG 1 --- [ main] i.netty.util.internal.PlatformDependent : maxDirectMemory: 8074559488 bytes (maybe) 2022-11-07 22:27:54.796 DEBUG 1 --- [ main] i.netty.util.internal.PlatformDependent : -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 2022-11-07 22:27:54.796 DEBUG 1 --- [ main] i.netty.util.internal.PlatformDependent : -Dio.netty.bitMode: 64 (sun.arch.data.model) 2022-11-07 22:27:54.798 DEBUG 1 --- [ main] i.netty.util.internal.PlatformDependent : -Dio.netty.maxDirectMemory: -1 bytes 2022-11-07 22:27:54.798 DEBUG 1 --- [ main] i.netty.util.internal.PlatformDependent : -Dio.netty.uninitializedArrayAllocationThreshold: -1 2022-11-07 22:27:54.799 DEBUG 1 --- [ main] io.netty.util.internal.CleanerJava9 : java.nio.ByteBuffer.cleaner(): available 2022-11-07 22:27:54.799 DEBUG 1 --- [ main] i.netty.util.internal.PlatformDependent : -Dio.netty.noPreferDirect: false 2022-11-07 22:27:54.802 DEBUG 1 --- [ main] reactor.netty.tcp.TcpResources : [http] resources will use the default LoopResources: DefaultLoopResources {prefix=reactor-http, daemon=true, selectCount=4, workerCount=4} 2022-11-07 22:27:54.802 DEBUG 1 --- [ main] reactor.netty.tcp.TcpResources : [http] resources will use the default ConnectionProvider: reactor.netty.resources.DefaultPooledConnectionProvider@7a6ebe1e 2022-11-07 22:27:54.803 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.reactive.function.client.ClientHttpConnectorAutoConfiguration' 2022-11-07 22:27:54.804 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientAutoConfiguration$WebClientCodecsConfiguration' 2022-11-07 22:27:54.804 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'exchangeStrategiesCustomizer' 2022-11-07 22:27:54.806 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientAutoConfiguration' 2022-11-07 22:27:54.807 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'multipartResolver' 2022-11-07 22:27:54.808 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet.WebMvcEndpointManagementContextConfiguration' 2022-11-07 22:27:54.809 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webEndpointServletHandlerMapping' 2022-11-07 22:27:54.810 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.endpoints.web.cors-org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties' 2022-11-07 22:27:54.817 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'webEndpointDiscoverer' 2022-11-07 22:27:54.817 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'servletEndpointDiscoverer' 2022-11-07 22:27:54.817 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'controllerEndpointDiscoverer' 2022-11-07 22:27:54.817 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'endpointMediaTypes' 2022-11-07 22:27:54.817 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'management.endpoints.web.cors-org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties' 2022-11-07 22:27:54.817 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' 2022-11-07 22:27:54.817 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'environment' 2022-11-07 22:27:54.819 INFO 1 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 7 endpoint(s) beneath base path '/actuator' 2022-11-07 22:27:54.832 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'controllerEndpointHandlerMapping' 2022-11-07 22:27:54.832 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'controllerEndpointHandlerMapping' via factory method to bean named 'controllerEndpointDiscoverer' 2022-11-07 22:27:54.832 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'controllerEndpointHandlerMapping' via factory method to bean named 'management.endpoints.web.cors-org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties' 2022-11-07 22:27:54.832 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'controllerEndpointHandlerMapping' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' 2022-11-07 22:27:54.840 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration$EnableSameManagementContextConfiguration' 2022-11-07 22:27:54.840 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration' 2022-11-07 22:27:54.843 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration' via constructor to bean named 'environment' 2022-11-07 22:27:54.843 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration' 2022-11-07 22:27:54.844 DEBUG 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.server-org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties' 2022-11-07 22:27:54.870 DEBUG 1 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147483646 2022-11-07 22:27:54.892 DEBUG 1 --- [o-8433-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8433-Acceptor] latch=0 2022-11-07 22:27:54.901 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=0 2022-11-07 22:27:54.904 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8433 (http) 8081 (http) with context path '' 2022-11-07 22:27:54.906 DEBUG 1 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Successfully started bean 'webServerStartStop' 2022-11-07 22:27:54.906 DEBUG 1 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147483647 2022-11-07 22:27:54.906 DEBUG 1 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Successfully started bean 'webServerGracefulShutdown' 2022-11-07 22:27:54.962 DEBUG 1 --- [ main] ConditionEvaluationReportLoggingListener : ============================ CONDITIONS EVALUATION REPORT ============================ Positive matches: ----------------- AvailabilityProbesAutoConfiguration matched: - Probes availability running on Kubernetes (AvailabilityProbesAutoConfiguration.ProbesCondition) AvailabilityProbesAutoConfiguration#livenessStateHealthIndicator matched: - @ConditionalOnMissingBean (names: livenessStateHealthIndicator; SearchStrategy: all) did not find any beans (OnBeanCondition) AvailabilityProbesAutoConfiguration#readinessStateHealthIndicator matched: - @ConditionalOnMissingBean (names: readinessStateHealthIndicator; SearchStrategy: all) did not find any beans (OnBeanCondition) CacheMeterBinderProvidersConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.instrument.binder.MeterBinder' (OnClassCondition) ClientHttpConnectorAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) ClientHttpConnectorAutoConfiguration#clientConnectorCustomizer matched: - @ConditionalOnBean (types: org.springframework.http.client.reactive.ClientHttpConnector; SearchStrategy: all) found bean 'reactorClientHttpConnector' (OnBeanCondition) ClientHttpConnectorConfiguration.ReactorNetty matched: - @ConditionalOnClass found required class 'reactor.netty.http.client.HttpClient' (OnClassCondition) - @ConditionalOnMissingBean (types: org.springframework.http.client.reactive.ClientHttpConnector; SearchStrategy: all) did not find any beans (OnBeanCondition) ClientHttpConnectorConfiguration.ReactorNetty#reactorClientResourceFactory matched: - @ConditionalOnMissingBean (types: org.springframework.http.client.reactive.ReactorResourceFactory; SearchStrategy: all) did not find any beans (OnBeanCondition) CodecsAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.springframework.http.codec.CodecConfigurer', 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) CodecsAutoConfiguration.JacksonCodecConfiguration matched: - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition) CodecsAutoConfiguration.JacksonCodecConfiguration#jacksonCodecCustomizer matched: - @ConditionalOnBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found bean 'mapper' (OnBeanCondition) CompositeMeterRegistryAutoConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.instrument.composite.CompositeMeterRegistry' (OnClassCondition) DiskSpaceHealthContributorAutoConfiguration matched: - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) DiskSpaceHealthContributorAutoConfiguration#diskSpaceHealthIndicator matched: - @ConditionalOnMissingBean (names: diskSpaceHealthIndicator; SearchStrategy: all) did not find any beans (OnBeanCondition) DispatcherServletAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) DispatcherServletAutoConfiguration.DispatcherServletConfiguration matched: - @ConditionalOnClass found required class 'javax.servlet.ServletRegistration' (OnClassCondition) - Default DispatcherServlet did not find dispatcher servlet beans (DispatcherServletAutoConfiguration.DefaultDispatcherServletCondition) DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration matched: - @ConditionalOnClass found required class 'javax.servlet.ServletRegistration' (OnClassCondition) - DispatcherServlet Registration did not find servlet registration bean (DispatcherServletAutoConfiguration.DispatcherServletRegistrationCondition) DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration#dispatcherServletRegistration matched: - @ConditionalOnBean (names: dispatcherServlet types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition) EmbeddedWebServerFactoryCustomizerAutoConfiguration matched: - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration matched: - @ConditionalOnClass found required class 'reactor.netty.http.server.HttpServer' (OnClassCondition) EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration matched: - @ConditionalOnClass found required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition) EndpointAutoConfiguration#endpointCachingOperationInvokerAdvisor matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor; SearchStrategy: all) did not find any beans (OnBeanCondition) EndpointAutoConfiguration#endpointOperationParameterMapper matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper; SearchStrategy: all) did not find any beans (OnBeanCondition) ErrorMvcAutoConfiguration matched: - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) ErrorMvcAutoConfiguration#basicErrorController matched: - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorController; SearchStrategy: current) did not find any beans (OnBeanCondition) ErrorMvcAutoConfiguration#errorAttributes matched: - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorAttributes; SearchStrategy: current) did not find any beans (OnBeanCondition) ErrorMvcAutoConfiguration.DefaultErrorViewResolverConfiguration#conventionErrorViewResolver matched: - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.servlet.error.ErrorViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration matched: - @ConditionalOnProperty (server.error.whitelabel.enabled) matched (OnPropertyCondition) - ErrorTemplate Missing did not find error template view (ErrorMvcAutoConfiguration.ErrorTemplateMissingCondition) ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#beanNameViewResolver matched: - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#defaultErrorView matched: - @ConditionalOnMissingBean (names: error; SearchStrategy: all) did not find any beans (OnBeanCondition) GenericCacheConfiguration matched: - Cache org.springframework.boot.autoconfigure.cache.GenericCacheConfiguration automatic cache type (CacheCondition) GsonAutoConfiguration matched: - @ConditionalOnClass found required class 'com.google.gson.Gson' (OnClassCondition) GsonAutoConfiguration#gson matched: - @ConditionalOnMissingBean (types: com.google.gson.Gson; SearchStrategy: all) did not find any beans (OnBeanCondition) GsonAutoConfiguration#gsonBuilder matched: - @ConditionalOnMissingBean (types: com.google.gson.GsonBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) GsonHttpMessageConvertersConfiguration matched: - @ConditionalOnClass found required class 'com.google.gson.Gson' (OnClassCondition) HealthContributorAutoConfiguration#pingHealthContributor matched: - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) HealthEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) HealthEndpointConfiguration#healthContributorRegistry matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthContributorRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition) HealthEndpointConfiguration#healthEndpoint matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) HealthEndpointConfiguration#healthEndpointGroups matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthEndpointGroups; SearchStrategy: all) did not find any beans (OnBeanCondition) HealthEndpointConfiguration#healthHttpCodeStatusMapper matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HttpCodeStatusMapper; SearchStrategy: all) did not find any beans (OnBeanCondition) HealthEndpointConfiguration#healthStatusAggregator matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.StatusAggregator; SearchStrategy: all) did not find any beans (OnBeanCondition) HealthEndpointWebExtensionConfiguration matched: - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) - @ConditionalOnBean (types: org.springframework.boot.actuate.health.HealthEndpoint; SearchStrategy: all) found bean 'healthEndpoint' (OnBeanCondition) HealthEndpointWebExtensionConfiguration#healthEndpointWebExtension matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition) HealthEndpointWebExtensionConfiguration.MvcAdditionalHealthEndpointPathsConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition) HeapDumpWebEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) HeapDumpWebEndpointAutoConfiguration#heapDumpWebEndpoint matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.management.HeapDumpWebEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) HttpClientMetricsAutoConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) HttpEncodingAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.filter.CharacterEncodingFilter' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (server.servlet.encoding.enabled) matched (OnPropertyCondition) HttpEncodingAutoConfiguration#characterEncodingFilter matched: - @ConditionalOnMissingBean (types: org.springframework.web.filter.CharacterEncodingFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) HttpMessageConvertersAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.http.converter.HttpMessageConverter' (OnClassCondition) - NoneNestedConditions 0 matched 1 did not; NestedCondition on HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition.ReactiveWebApplication not a reactive web application (HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition) HttpMessageConvertersAutoConfiguration#messageConverters matched: - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.http.HttpMessageConverters; SearchStrategy: all) did not find any beans (OnBeanCondition) HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.http.converter.StringHttpMessageConverter' (OnClassCondition) HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration#stringHttpMessageConverter matched: - @ConditionalOnMissingBean (types: org.springframework.http.converter.StringHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) InfoContributorAutoConfiguration#gitInfoContributor matched: - @ConditionalOnEnabledInfoContributor management.info.defaults.enabled is considered true (OnEnabledInfoContributorCondition) - @ConditionalOnSingleCandidate (types: org.springframework.boot.info.GitProperties; SearchStrategy: all) found a single bean 'gitProperties'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.info.GitInfoContributor; SearchStrategy: all) did not find any beans (OnBeanCondition) InfoEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) InfoEndpointAutoConfiguration#infoEndpoint matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.info.InfoEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) JacksonAutoConfiguration matched: - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition) JacksonAutoConfiguration.Jackson2ObjectMapperBuilderCustomizerConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration#jacksonObjectMapperBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.Jackson2ObjectMapperBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) JacksonAutoConfiguration.JacksonObjectMapperConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) JacksonAutoConfiguration.ParameterNamesModuleConfiguration matched: - @ConditionalOnClass found required class 'com.fasterxml.jackson.module.paramnames.ParameterNamesModule' (OnClassCondition) JacksonAutoConfiguration.ParameterNamesModuleConfiguration#parameterNamesModule matched: - @ConditionalOnMissingBean (types: com.fasterxml.jackson.module.paramnames.ParameterNamesModule; SearchStrategy: all) did not find any beans (OnBeanCondition) JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration matched: - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition) - @ConditionalOnProperty (spring.mvc.converters.preferred-json-mapper=jackson) matched (OnPropertyCondition) - @ConditionalOnBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found bean 'mapper' (OnBeanCondition) JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration#mappingJackson2HttpMessageConverter matched: - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.MappingJackson2HttpMessageConverter ignored: org.springframework.hateoas.server.mvc.TypeConstrainedMappingJackson2HttpMessageConverter,org.springframework.data.rest.webmvc.alps.AlpsJsonHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) JvmMetricsAutoConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) JvmMetricsAutoConfiguration#classLoaderMetrics matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.ClassLoaderMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) JvmMetricsAutoConfiguration#jvmGcMetrics matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmGcMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) JvmMetricsAutoConfiguration#jvmHeapPressureMetrics matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmHeapPressureMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) JvmMetricsAutoConfiguration#jvmMemoryMetrics matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmMemoryMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) JvmMetricsAutoConfiguration#jvmThreadMetrics matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmThreadMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) LifecycleAutoConfiguration#defaultLifecycleProcessor matched: - @ConditionalOnMissingBean (names: lifecycleProcessor; SearchStrategy: current) did not find any beans (OnBeanCondition) LogFileWebEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) LogFileWebEndpointAutoConfiguration#logFileWebEndpoint matched: - Log File found logging.file.name /var/log/policy-agent/application.log (LogFileWebEndpointAutoConfiguration.LogFileCondition) - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.logging.LogFileWebEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) LogbackMetricsAutoConfiguration matched: - @ConditionalOnClass found required classes 'io.micrometer.core.instrument.MeterRegistry', 'ch.qos.logback.classic.LoggerContext', 'org.slf4j.LoggerFactory' (OnClassCondition) - LogbackLoggingCondition ILoggerFactory is a Logback LoggerContext (LogbackMetricsAutoConfiguration.LogbackLoggingCondition) - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) LogbackMetricsAutoConfiguration#logbackMetrics matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.logging.LogbackMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) LoggersEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) LoggersEndpointAutoConfiguration#loggersEndpoint matched: - Logging System enabled (LoggersEndpointAutoConfiguration.OnEnabledLoggingSystemCondition) - @ConditionalOnBean (types: org.springframework.boot.logging.LoggingSystem; SearchStrategy: all) found bean 'springBootLoggingSystem'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.logging.LoggersEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) ManagementContextAutoConfiguration.SameManagementContextConfiguration matched: - Management Port actual port type (SAME) matched required type (OnManagementPortCondition) MetricsAutoConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.annotation.Timed' (OnClassCondition) MetricsAutoConfiguration#micrometerClock matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.Clock; SearchStrategy: all) did not find any beans (OnBeanCondition) MetricsEndpointAutoConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.annotation.Timed' (OnClassCondition) - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) MetricsEndpointAutoConfiguration#metricsEndpoint matched: - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.MetricsEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) MultipartAutoConfiguration matched: - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.springframework.web.multipart.support.StandardServletMultipartResolver', 'javax.servlet.MultipartConfigElement' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (spring.servlet.multipart.enabled) matched (OnPropertyCondition) MultipartAutoConfiguration#multipartConfigElement matched: - @ConditionalOnMissingBean (types: javax.servlet.MultipartConfigElement,org.springframework.web.multipart.commons.CommonsMultipartResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) MultipartAutoConfiguration#multipartResolver matched: - @ConditionalOnMissingBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) NettyAutoConfiguration matched: - @ConditionalOnClass found required class 'io.netty.util.NettyRuntime' (OnClassCondition) NoOpCacheConfiguration matched: - Cache org.springframework.boot.autoconfigure.cache.NoOpCacheConfiguration automatic cache type (CacheCondition) ProjectInfoAutoConfiguration#gitProperties matched: - GitResource found git info at classpath:git.properties (ProjectInfoAutoConfiguration.GitResourceAvailableCondition) - @ConditionalOnMissingBean (types: org.springframework.boot.info.GitProperties; SearchStrategy: all) did not find any beans (OnBeanCondition) PropertyPlaceholderAutoConfiguration#propertySourcesPlaceholderConfigurer matched: - @ConditionalOnMissingBean (types: org.springframework.context.support.PropertySourcesPlaceholderConfigurer; SearchStrategy: current) did not find any beans (OnBeanCondition) ReactiveHealthEndpointConfiguration matched: - @ConditionalOnClass found required class 'reactor.core.publisher.Flux' (OnClassCondition) - @ConditionalOnBean (types: org.springframework.boot.actuate.health.HealthEndpoint; SearchStrategy: all) found bean 'healthEndpoint' (OnBeanCondition) ReactiveHealthEndpointConfiguration#reactiveHealthContributorRegistry matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.ReactiveHealthContributorRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition) RestTemplateAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition) - NoneNestedConditions 0 matched 1 did not; NestedCondition on RestTemplateAutoConfiguration.NotReactiveWebApplicationCondition.ReactiveWebApplication not a reactive web application (RestTemplateAutoConfiguration.NotReactiveWebApplicationCondition) RestTemplateAutoConfiguration#restTemplateBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.boot.web.client.RestTemplateBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) RestTemplateAutoConfiguration#restTemplateBuilderConfigurer matched: - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.RestTemplateBuilderConfigurer; SearchStrategy: all) did not find any beans (OnBeanCondition) RestTemplateMetricsConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition) - @ConditionalOnBean (types: org.springframework.boot.web.client.RestTemplateBuilder; SearchStrategy: all) found bean 'restTemplateBuilder' (OnBeanCondition) RestTemplateMetricsConfiguration#restTemplateExchangeTagsProvider matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTagsProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) ServletEndpointManagementContextConfiguration matched: - found 'session' scope (OnWebApplicationCondition) ServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) ServletManagementContextAutoConfiguration matched: - @ConditionalOnClass found required class 'javax.servlet.Servlet' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) ServletWebServerFactoryAutoConfiguration matched: - @ConditionalOnClass found required class 'javax.servlet.ServletRequest' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) ServletWebServerFactoryAutoConfiguration#tomcatServletWebServerFactoryCustomizer matched: - @ConditionalOnClass found required class 'org.apache.catalina.startup.Tomcat' (OnClassCondition) SimpleCacheConfiguration matched: - Cache org.springframework.boot.autoconfigure.cache.SimpleCacheConfiguration automatic cache type (CacheCondition) SimpleMetricsExportAutoConfiguration matched: - @ConditionalOnEnabledMetricsExport management.metrics.export.defaults.enabled is considered true (OnMetricsExportEnabledCondition) - @ConditionalOnBean (types: io.micrometer.core.instrument.Clock; SearchStrategy: all) found bean 'micrometerClock'; @ConditionalOnMissingBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition) SimpleMetricsExportAutoConfiguration#simpleConfig matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.simple.SimpleConfig; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfigProperties matched: - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) SpringDocConfiguration matched: - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) SpringDocConfiguration#fileSupportConverter matched: - @ConditionalOnMissingBean (types: org.springdoc.core.converters.FileSupportConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#openAPIBuilder matched: - @ConditionalOnMissingBean (types: org.springdoc.core.OpenAPIService; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#operationBuilder matched: - @ConditionalOnMissingBean (types: org.springdoc.core.OperationService; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#parameterBuilder matched: - @ConditionalOnMissingBean (types: org.springdoc.core.GenericParameterService; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#polymorphicModelConverter matched: - @ConditionalOnProperty (springdoc.model-converters.polymorphic-converter.enabled) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: org.springdoc.core.converters.PolymorphicModelConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#requestBodyBuilder matched: - @ConditionalOnMissingBean (types: org.springdoc.core.RequestBodyService; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#responseSupportConverter matched: - @ConditionalOnMissingBean (types: org.springdoc.core.converters.ResponseSupportConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#schemaPropertyDeprecatingConverter matched: - @ConditionalOnProperty (springdoc.model-converters.deprecating-converter.enabled) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: org.springdoc.core.converters.SchemaPropertyDeprecatingConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#securityParser matched: - @ConditionalOnMissingBean (types: org.springdoc.core.SecurityService; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#springDocProviders matched: - @ConditionalOnMissingBean (types: org.springdoc.core.SpringDocProviders; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration.SpringDocSpringDataWebPropertiesProvider matched: - @ConditionalOnClass found required class 'org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties' (OnClassCondition) SpringDocConfiguration.SpringDocSpringDataWebPropertiesProvider#springDataWebPropertiesProvider matched: - @ConditionalOnMissingBean (types: org.springdoc.core.providers.SpringDataWebPropertiesProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration.WebConversionServiceConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.boot.autoconfigure.web.format.WebConversionService' (OnClassCondition) SpringDocWebMvcConfiguration matched: - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) SpringDocWebMvcConfiguration#openApiResource matched: - @ConditionalOnProperty (springdoc.use-management-port=false) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: org.springdoc.webmvc.api.OpenApiWebMvcResource; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocWebMvcConfiguration#requestBuilder matched: - @ConditionalOnMissingBean (types: org.springdoc.webmvc.core.RequestService; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocWebMvcConfiguration#responseBuilder matched: - @ConditionalOnMissingBean (types: org.springdoc.core.GenericResponseService; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocWebMvcConfiguration#springWebProvider matched: - @ConditionalOnMissingBean (types: org.springdoc.core.providers.SpringWebProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocWebMvcConfiguration.SpringDocWebMvcActuatorConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping' (OnClassCondition) SpringDocWebMvcConfiguration.SpringDocWebMvcRouterConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.servlet.function.RouterFunction' (OnClassCondition) SpringDocWebMvcConfiguration.SpringDocWebMvcRouterConfiguration#routerFunctionProvider matched: - @ConditionalOnMissingBean (types: org.springdoc.webmvc.core.RouterFunctionWebMvcProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) SqlInitializationAutoConfiguration matched: - @ConditionalOnProperty (spring.sql.init.enabled) matched (OnPropertyCondition) - NoneNestedConditions 0 matched 1 did not; NestedCondition on SqlInitializationAutoConfiguration.SqlInitializationModeCondition.ModeIsNever @ConditionalOnProperty (spring.sql.init.mode=never) did not find property 'mode' (SqlInitializationAutoConfiguration.SqlInitializationModeCondition) StartupTimeMetricsListenerAutoConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) StartupTimeMetricsListenerAutoConfiguration#startupTimeMetrics matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener; SearchStrategy: all) did not find any beans (OnBeanCondition) SwaggerConfig matched: - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (springdoc.swagger-ui.enabled) matched (OnPropertyCondition) - @ConditionalOnBean (types: org.springdoc.core.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.SpringDocConfiguration' (OnBeanCondition) SwaggerConfig#indexPageTransformer matched: - @ConditionalOnMissingBean (types: org.springdoc.webmvc.ui.SwaggerIndexTransformer; SearchStrategy: all) did not find any beans (OnBeanCondition) SwaggerConfig#swaggerConfigResource matched: - @ConditionalOnProperty (springdoc.use-management-port=false) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: org.springdoc.webmvc.ui.SwaggerConfigResource; SearchStrategy: all) did not find any beans (OnBeanCondition) SwaggerConfig#swaggerWebMvcConfigurer matched: - @ConditionalOnMissingBean (types: org.springdoc.webmvc.ui.SwaggerWebMvcConfigurer; SearchStrategy: all) did not find any beans (OnBeanCondition) SwaggerConfig#swaggerWelcome matched: - @ConditionalOnProperty (springdoc.use-management-port=false) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: org.springdoc.webmvc.ui.SwaggerWelcomeWebMvc; SearchStrategy: all) did not find any beans (OnBeanCondition) SwaggerUiConfigParameters matched: - @ConditionalOnProperty (springdoc.swagger-ui.enabled) matched (OnPropertyCondition) - @ConditionalOnBean (types: org.springdoc.core.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.SpringDocConfiguration' (OnBeanCondition) SwaggerUiConfigProperties matched: - @ConditionalOnProperty (springdoc.swagger-ui.enabled) matched (OnPropertyCondition) - @ConditionalOnBean (types: org.springdoc.core.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.SpringDocConfiguration' (OnBeanCondition) SwaggerUiOAuthProperties matched: - @ConditionalOnProperty (springdoc.swagger-ui.enabled) matched (OnPropertyCondition) - @ConditionalOnBean (types: org.springdoc.core.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.SpringDocConfiguration' (OnBeanCondition) SystemMetricsAutoConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) SystemMetricsAutoConfiguration#diskSpaceMetrics matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.system.DiskSpaceMetricsBinder; SearchStrategy: all) did not find any beans (OnBeanCondition) SystemMetricsAutoConfiguration#fileDescriptorMetrics matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.system.FileDescriptorMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) SystemMetricsAutoConfiguration#processorMetrics matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.system.ProcessorMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) SystemMetricsAutoConfiguration#uptimeMetrics matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.system.UptimeMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) TaskExecutionAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor' (OnClassCondition) TaskExecutionAutoConfiguration#taskExecutorBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) TaskExecutorMetricsAutoConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.instrument.binder.jvm.ExecutorServiceMetrics' (OnClassCondition) - @ConditionalOnBean (types: java.util.concurrent.Executor,io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans 'threadPoolTaskExecutor', 'simpleMeterRegistry', 'taskScheduler' (OnBeanCondition) TaskSchedulingAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' (OnClassCondition) TaskSchedulingAutoConfiguration#taskScheduler matched: - @ConditionalOnBean (names: org.springframework.context.annotation.internalScheduledAnnotationProcessor; SearchStrategy: all) found bean 'org.springframework.context.annotation.internalScheduledAnnotationProcessor'; @ConditionalOnMissingBean (types: org.springframework.scheduling.annotation.SchedulingConfigurer,org.springframework.scheduling.TaskScheduler,java.util.concurrent.ScheduledExecutorService; SearchStrategy: all) did not find any beans (OnBeanCondition) TaskSchedulingAutoConfiguration#taskSchedulerBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) ThreadDumpEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) ThreadDumpEndpointAutoConfiguration#dumpEndpoint matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.management.ThreadDumpEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) TomcatMetricsAutoConfiguration matched: - @ConditionalOnClass found required classes 'io.micrometer.core.instrument.binder.tomcat.TomcatMetrics', 'org.apache.catalina.Manager' (OnClassCondition) - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) TomcatMetricsAutoConfiguration#tomcatMetricsBinder matched: - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry'; @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.tomcat.TomcatMetrics,org.springframework.boot.actuate.metrics.web.tomcat.TomcatMetricsBinder; SearchStrategy: all) did not find any beans (OnBeanCondition) WebClientAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) WebClientAutoConfiguration#webClientBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.web.reactive.function.client.WebClient$Builder; SearchStrategy: all) did not find any beans (OnBeanCondition) WebClientAutoConfiguration.WebClientCodecsConfiguration matched: - @ConditionalOnBean (types: org.springframework.boot.web.codec.CodecCustomizer; SearchStrategy: all) found beans 'jacksonCodecCustomizer', 'defaultCodecCustomizer' (OnBeanCondition) WebClientAutoConfiguration.WebClientCodecsConfiguration#exchangeStrategiesCustomizer matched: - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientCodecCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) WebClientMetricsConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) WebClientMetricsConfiguration#defaultWebClientExchangeTagsProvider matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTagsProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) WebEndpointAutoConfiguration matched: - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) WebEndpointAutoConfiguration#controllerEndpointDiscoverer matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition) WebEndpointAutoConfiguration#endpointMediaTypes matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes; SearchStrategy: all) did not find any beans (OnBeanCondition) WebEndpointAutoConfiguration#pathMappedEndpoints matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints; SearchStrategy: all) did not find any beans (OnBeanCondition) WebEndpointAutoConfiguration#webEndpointDiscoverer matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition) WebEndpointAutoConfiguration.WebEndpointServletConfiguration matched: - found 'session' scope (OnWebApplicationCondition) WebEndpointAutoConfiguration.WebEndpointServletConfiguration#servletEndpointDiscoverer matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration matched: - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet', 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnMissingBean (types: org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration#formContentFilter matched: - @ConditionalOnProperty (spring.mvc.formcontent.filter.enabled) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: org.springframework.web.filter.FormContentFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.EnableWebMvcConfiguration#flashMapManager matched: - @ConditionalOnMissingBean (names: flashMapManager; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.EnableWebMvcConfiguration#localeResolver matched: - @ConditionalOnMissingBean (names: localeResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.EnableWebMvcConfiguration#themeResolver matched: - @ConditionalOnMissingBean (names: themeResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.ResourceChainCustomizerConfiguration matched: - @ConditionalOnEnabledResourceChain found class org.webjars.WebJarAssetLocator (OnEnabledResourceChainCondition) WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#defaultViewResolver matched: - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.InternalResourceViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#requestContextFilter matched: - @ConditionalOnMissingBean (types: org.springframework.web.context.request.RequestContextListener,org.springframework.web.filter.RequestContextFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#viewResolver matched: - @ConditionalOnBean (types: org.springframework.web.servlet.ViewResolver; SearchStrategy: all) found beans 'defaultViewResolver', 'beanNameViewResolver', 'mvcViewResolver'; @ConditionalOnMissingBean (names: viewResolver types: org.springframework.web.servlet.view.ContentNegotiatingViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcEndpointManagementContextConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet,org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier; SearchStrategy: all) found beans 'webEndpointDiscoverer', 'dispatcherServlet' (OnBeanCondition) WebMvcEndpointManagementContextConfiguration#controllerEndpointHandlerMapping matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcEndpointManagementContextConfiguration#webEndpointServletHandlerMapping matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcMetricsAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) WebMvcMetricsAutoConfiguration#webMvcTagsProvider matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.web.servlet.WebMvcTagsProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) Negative matches: ----------------- ActiveMQAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.jms.ConnectionFactory' (OnClassCondition) AopAutoConfiguration: Did not match: - @ConditionalOnProperty (spring.aop.auto=true) found different value in property 'auto' (OnPropertyCondition) AppOpticsMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.appoptics.AppOpticsMeterRegistry' (OnClassCondition) ArtemisAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.jms.ConnectionFactory' (OnClassCondition) AtlasMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.atlas.AtlasMeterRegistry' (OnClassCondition) AuditAutoConfiguration: Did not match: - @ConditionalOnBean (types: org.springframework.boot.actuate.audit.AuditEventRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.audit.AuditEventRepository (OnBeanCondition) Matched: - @ConditionalOnProperty (management.auditevents.enabled) matched (OnPropertyCondition) AuditEventsEndpointAutoConfiguration: Did not match: - @ConditionalOnAvailableEndpoint no 'management.endpoints' property marked it as exposed (OnAvailableEndpointCondition) AvailabilityHealthContributorAutoConfiguration#livenessStateHealthIndicator: Did not match: - @ConditionalOnProperty (management.health.livenessstate.enabled=true) did not find property 'enabled' (OnPropertyCondition) AvailabilityHealthContributorAutoConfiguration#readinessStateHealthIndicator: Did not match: - @ConditionalOnProperty (management.health.readinessstate.enabled=true) did not find property 'enabled' (OnPropertyCondition) BatchAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.batch.core.launch.JobLauncher' (OnClassCondition) BeansEndpointAutoConfiguration: Did not match: - @ConditionalOnAvailableEndpoint no 'management.endpoints' property marked it as exposed (OnAvailableEndpointCondition) CacheAutoConfiguration: Did not match: - @ConditionalOnBean (types: org.springframework.cache.interceptor.CacheAspectSupport; SearchStrategy: all) did not find any beans of type org.springframework.cache.interceptor.CacheAspectSupport (OnBeanCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.cache.CacheManager' (OnClassCondition) CacheAutoConfiguration.CacheManagerEntityManagerFactoryDependsOnPostProcessor: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean' (OnClassCondition) - Ancestor org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition) CacheMeterBinderProvidersConfiguration.CaffeineCacheMeterBinderProviderConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'org.springframework.cache.caffeine.CaffeineCache', 'com.github.benmanes.caffeine.cache.Cache' (OnClassCondition) CacheMeterBinderProvidersConfiguration.EhCache2CacheMeterBinderProviderConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'org.springframework.cache.ehcache.EhCacheCache', 'net.sf.ehcache.Ehcache' (OnClassCondition) CacheMeterBinderProvidersConfiguration.HazelcastCacheMeterBinderProviderConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'com.hazelcast.spring.cache.HazelcastCache', 'com.hazelcast.core.Hazelcast' (OnClassCondition) CacheMeterBinderProvidersConfiguration.JCacheCacheMeterBinderProviderConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'org.springframework.cache.jcache.JCacheCache', 'javax.cache.CacheManager' (OnClassCondition) CacheMeterBinderProvidersConfiguration.RedisCacheMeterBinderProviderConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.redis.cache.RedisCache' (OnClassCondition) CacheMetricsAutoConfiguration: Did not match: - @ConditionalOnBean (types: org.springframework.cache.CacheManager; SearchStrategy: all) did not find any beans of type org.springframework.cache.CacheManager (OnBeanCondition) CachesEndpointAutoConfiguration: Did not match: - @ConditionalOnAvailableEndpoint no 'management.endpoints' property marked it as exposed (OnAvailableEndpointCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.cache.CacheManager' (OnClassCondition) CaffeineCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.github.benmanes.caffeine.cache.Caffeine' (OnClassCondition) CassandraAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) CassandraDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) CassandraHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) CassandraReactiveDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) CassandraReactiveHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) CassandraReactiveRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.cassandra.ReactiveSession' (OnClassCondition) CassandraRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) ClientHttpConnectorConfiguration.HttpClient5: Did not match: - @ConditionalOnClass did not find required classes 'org.apache.hc.client5.http.impl.async.HttpAsyncClients', 'org.apache.hc.core5.http.nio.AsyncRequestProducer' (OnClassCondition) ClientHttpConnectorConfiguration.JettyClient: Did not match: - @ConditionalOnClass did not find required class 'org.eclipse.jetty.reactive.client.ReactiveRequest' (OnClassCondition) CloudFoundryActuatorAutoConfiguration: Did not match: - @ConditionalOnCloudPlatform did not find CLOUD_FOUNDRY (OnCloudPlatformCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (management.cloudfoundry.enabled) matched (OnPropertyCondition) CompositeMeterRegistryConfiguration: Did not match: - NoneNestedConditions 1 matched 1 did not; NestedCondition on CompositeMeterRegistryConfiguration.MultipleNonPrimaryMeterRegistriesCondition.SingleInjectableMeterRegistry @ConditionalOnSingleCandidate (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found a single bean 'simpleMeterRegistry'; NestedCondition on CompositeMeterRegistryConfiguration.MultipleNonPrimaryMeterRegistriesCondition.NoMeterRegistryCondition @ConditionalOnMissingBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans of type 'io.micrometer.core.instrument.MeterRegistry' simpleMeterRegistry (CompositeMeterRegistryConfiguration.MultipleNonPrimaryMeterRegistriesCondition) ConditionsReportEndpointAutoConfiguration: Did not match: - @ConditionalOnAvailableEndpoint no 'management.endpoints' property marked it as exposed (OnAvailableEndpointCondition) ConfigurationPropertiesReportEndpointAutoConfiguration: Did not match: - @ConditionalOnAvailableEndpoint no 'management.endpoints' property marked it as exposed (OnAvailableEndpointCondition) ConnectionFactoryHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition) ConnectionPoolMetricsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.r2dbc.pool.ConnectionPool' (OnClassCondition) CouchbaseAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) CouchbaseCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) CouchbaseDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition) CouchbaseHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) CouchbaseReactiveDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) CouchbaseReactiveHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) CouchbaseReactiveRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) CouchbaseRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition) DataSourceAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition) DataSourceHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.jdbc.core.JdbcTemplate' (OnClassCondition) DataSourceInitializationConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.jdbc.datasource.init.DatabasePopulator' (OnClassCondition) DataSourcePoolMetricsAutoConfiguration: Did not match: - @ConditionalOnBean (types: javax.sql.DataSource,io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) did not find any beans of type javax.sql.DataSource (OnBeanCondition) Matched: - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) DataSourcePoolMetricsAutoConfiguration.HikariDataSourceMetricsConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition) - Ancestor org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition) DataSourceTransactionManagerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.jdbc.core.JdbcTemplate' (OnClassCondition) DatadogMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.datadog.DatadogMeterRegistry' (OnClassCondition) DispatcherServletAutoConfiguration.DispatcherServletConfiguration#multipartResolver: Did not match: - @ConditionalOnBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans of type org.springframework.web.multipart.MultipartResolver (OnBeanCondition) DynatraceMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.dynatrace.DynatraceMeterRegistry' (OnClassCondition) EhCacheCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'net.sf.ehcache.Cache' (OnClassCondition) ElasticMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.elastic.ElasticMeterRegistry' (OnClassCondition) ElasticSearchReactiveHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient' (OnClassCondition) ElasticSearchRestHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.elasticsearch.client.RestHighLevelClient' (OnClassCondition) ElasticsearchDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate' (OnClassCondition) ElasticsearchRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.elasticsearch.client.Client' (OnClassCondition) ElasticsearchRestClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.elasticsearch.client.RestClientBuilder' (OnClassCondition) EmbeddedLdapAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.unboundid.ldap.listener.InMemoryDirectoryServer' (OnClassCondition) EmbeddedMongoAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.MongoClientSettings' (OnClassCondition) EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.webapp.WebAppContext' (OnClassCondition) EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition) EnvironmentEndpointAutoConfiguration: Did not match: - @ConditionalOnAvailableEndpoint no 'management.endpoints' property marked it as exposed (OnAvailableEndpointCondition) ErrorWebFluxAutoConfiguration: Did not match: - not a reactive web application (OnWebApplicationCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition) FlywayAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.flywaydb.core.Flyway' (OnClassCondition) FlywayEndpointAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.flywaydb.core.Flyway' (OnClassCondition) FreeMarkerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'freemarker.template.Configuration' (OnClassCondition) GangliaMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.ganglia.GangliaMeterRegistry' (OnClassCondition) GraphiteMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.graphite.GraphiteMeterRegistry' (OnClassCondition) GroovyTemplateAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'groovy.text.markup.MarkupTemplateEngine' (OnClassCondition) GsonHttpMessageConvertersConfiguration.GsonHttpMessageConverterConfiguration: Did not match: - AnyNestedCondition 0 matched 2 did not; NestedCondition on GsonHttpMessageConvertersConfiguration.PreferGsonOrJacksonAndJsonbUnavailableCondition.JacksonJsonbUnavailable NoneNestedConditions 1 matched 1 did not; NestedCondition on GsonHttpMessageConvertersConfiguration.JacksonAndJsonbUnavailableCondition.JsonbPreferred @ConditionalOnProperty (spring.mvc.converters.preferred-json-mapper=jsonb) did not find property 'spring.mvc.converters.preferred-json-mapper'; NestedCondition on GsonHttpMessageConvertersConfiguration.JacksonAndJsonbUnavailableCondition.JacksonAvailable @ConditionalOnBean (types: org.springframework.http.converter.json.MappingJackson2HttpMessageConverter; SearchStrategy: all) found bean 'mappingJackson2HttpMessageConverter'; NestedCondition on GsonHttpMessageConvertersConfiguration.PreferGsonOrJacksonAndJsonbUnavailableCondition.GsonPreferred @ConditionalOnProperty (spring.mvc.converters.preferred-json-mapper=gson) did not find property 'spring.mvc.converters.preferred-json-mapper' (GsonHttpMessageConvertersConfiguration.PreferGsonOrJacksonAndJsonbUnavailableCondition) H2ConsoleAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.h2.server.web.WebServlet' (OnClassCondition) HazelcastAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) HazelcastCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) HazelcastHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) HazelcastJpaDependencyAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) HealthEndpointReactiveWebExtensionConfiguration: Did not match: - not a reactive web application (OnWebApplicationCondition) HealthEndpointWebExtensionConfiguration.JerseyAdditionalHealthEndpointPathsConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition) HibernateJpaAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.persistence.EntityManager' (OnClassCondition) HibernateMetricsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.persistence.EntityManagerFactory' (OnClassCondition) HttpHandlerAutoConfiguration: Did not match: - not a reactive web application (OnWebApplicationCondition) Matched: - @ConditionalOnClass found required classes 'org.springframework.web.reactive.DispatcherHandler', 'org.springframework.http.server.reactive.HttpHandler' (OnClassCondition) HttpTraceAutoConfiguration: Did not match: - @ConditionalOnBean (types: org.springframework.boot.actuate.trace.http.HttpTraceRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.trace.http.HttpTraceRepository (OnBeanCondition) Matched: - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (management.trace.http.enabled) matched (OnPropertyCondition) HttpTraceAutoConfiguration.ReactiveTraceFilterConfiguration: Did not match: - not a reactive web application (OnWebApplicationCondition) - Ancestor org.springframework.boot.actuate.autoconfigure.trace.http.HttpTraceAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition) HttpTraceAutoConfiguration.ServletTraceFilterConfiguration: Did not match: - Ancestor org.springframework.boot.actuate.autoconfigure.trace.http.HttpTraceAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition) Matched: - found 'session' scope (OnWebApplicationCondition) HttpTraceEndpointAutoConfiguration: Did not match: - @ConditionalOnAvailableEndpoint no 'management.endpoints' property marked it as exposed (OnAvailableEndpointCondition) HumioMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.humio.HumioMeterRegistry' (OnClassCondition) HypermediaAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.hateoas.EntityModel' (OnClassCondition) InfinispanCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.infinispan.spring.embedded.provider.SpringEmbeddedCacheManager' (OnClassCondition) InfluxDbAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.influxdb.InfluxDB' (OnClassCondition) InfluxDbHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.influxdb.InfluxDB' (OnClassCondition) InfluxMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.influx.InfluxMeterRegistry' (OnClassCondition) InfoContributorAutoConfiguration#buildInfoContributor: Did not match: - @ConditionalOnSingleCandidate (types: org.springframework.boot.info.BuildProperties; SearchStrategy: all) did not find any beans (OnBeanCondition) Matched: - @ConditionalOnEnabledInfoContributor management.info.defaults.enabled is considered true (OnEnabledInfoContributorCondition) InfoContributorAutoConfiguration#envInfoContributor: Did not match: - @ConditionalOnEnabledInfoContributor management.info.env.enabled is not true (OnEnabledInfoContributorCondition) InfoContributorAutoConfiguration#javaInfoContributor: Did not match: - @ConditionalOnEnabledInfoContributor management.info.java.enabled is not true (OnEnabledInfoContributorCondition) IntegrationAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.integration.config.EnableIntegration' (OnClassCondition) IntegrationGraphEndpointAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.integration.graph.IntegrationGraphServer' (OnClassCondition) JCacheCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.cache.Caching' (OnClassCondition) JacksonAutoConfiguration.JacksonObjectMapperConfiguration#jacksonObjectMapper: Did not match: - @ConditionalOnMissingBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found beans of type 'com.fasterxml.jackson.databind.ObjectMapper' mapper (OnBeanCondition) JacksonHttpMessageConvertersConfiguration.MappingJackson2XmlHttpMessageConverterConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.fasterxml.jackson.dataformat.xml.XmlMapper' (OnClassCondition) JdbcRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration' (OnClassCondition) JdbcTemplateAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.jdbc.core.JdbcTemplate' (OnClassCondition) JerseyAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.spring.SpringComponentProvider' (OnClassCondition) JerseySameManagementContextConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition) JerseyServerMetricsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.core.instrument.binder.jersey.server.MetricsApplicationEventListener' (OnClassCondition) JerseyWebEndpointManagementContextConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition) JettyMetricsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.eclipse.jetty.server.Server' (OnClassCondition) JmsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.jms.Message' (OnClassCondition) JmsHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.jms.ConnectionFactory' (OnClassCondition) JmxAutoConfiguration: Did not match: - @ConditionalOnProperty (spring.jmx.enabled=true) did not find property 'enabled' (OnPropertyCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.jmx.export.MBeanExporter' (OnClassCondition) JmxEndpointAutoConfiguration: Did not match: - @ConditionalOnProperty (spring.jmx.enabled=true) did not find property 'enabled' (OnPropertyCondition) JmxMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.jmx.JmxMeterRegistry' (OnClassCondition) JndiConnectionFactoryAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.jms.core.JmsTemplate' (OnClassCondition) JndiDataSourceAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition) JolokiaEndpointAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.jolokia.http.AgentServlet' (OnClassCondition) JooqAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.jooq.DSLContext' (OnClassCondition) JpaRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.jpa.repository.JpaRepository' (OnClassCondition) JsonbAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.json.bind.Jsonb' (OnClassCondition) JsonbHttpMessageConvertersConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.json.bind.Jsonb' (OnClassCondition) JtaAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.transaction.Transaction' (OnClassCondition) KafkaAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.kafka.core.KafkaTemplate' (OnClassCondition) KafkaMetricsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.kafka.core.ProducerFactory' (OnClassCondition) KairosMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.kairos.KairosMeterRegistry' (OnClassCondition) LdapAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.ldap.core.ContextSource' (OnClassCondition) LdapHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.ldap.core.LdapOperations' (OnClassCondition) LdapRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.ldap.repository.LdapRepository' (OnClassCondition) LettuceMetricsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.lettuce.core.metrics.MicrometerCommandLatencyRecorder' (OnClassCondition) LiquibaseAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'liquibase.change.DatabaseChange' (OnClassCondition) LiquibaseEndpointAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'liquibase.integration.spring.SpringLiquibase' (OnClassCondition) Log4J2MetricsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.apache.logging.log4j.core.LoggerContext' (OnClassCondition) MailHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.mail.javamail.JavaMailSenderImpl' (OnClassCondition) MailSenderAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.mail.internet.MimeMessage' (OnClassCondition) MailSenderValidatorAutoConfiguration: Did not match: - @ConditionalOnSingleCandidate did not find required type 'org.springframework.mail.javamail.JavaMailSenderImpl' (OnBeanCondition) ManagementContextAutoConfiguration.DifferentManagementContextConfiguration: Did not match: - Management Port actual port type (SAME) did not match required type (DIFFERENT) (OnManagementPortCondition) ManagementWebSecurityAutoConfiguration: Did not match: - AllNestedConditions 1 matched 1 did not; NestedCondition on DefaultWebSecurityCondition.Beans @ConditionalOnMissingBean (types: org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter,org.springframework.security.web.SecurityFilterChain; SearchStrategy: all) did not find any beans; NestedCondition on DefaultWebSecurityCondition.Classes @ConditionalOnClass did not find required classes 'org.springframework.security.web.SecurityFilterChain', 'org.springframework.security.config.annotation.web.builders.HttpSecurity' (DefaultWebSecurityCondition) Matched: - found 'session' scope (OnWebApplicationCondition) MappingsEndpointAutoConfiguration: Did not match: - @ConditionalOnAvailableEndpoint no 'management.endpoints' property marked it as exposed (OnAvailableEndpointCondition) MessageSourceAutoConfiguration: Did not match: - ResourceBundle did not find bundle with basename messages (MessageSourceAutoConfiguration.ResourceBundleCondition) MongoAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition) MongoDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition) MongoHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.mongodb.core.MongoTemplate' (OnClassCondition) MongoMetricsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.MongoClientSettings' (OnClassCondition) MongoReactiveAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition) MongoReactiveDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition) MongoReactiveHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.mongodb.core.ReactiveMongoTemplate' (OnClassCondition) MongoReactiveRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition) MongoRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition) MultipleOpenApiSupportConfiguration: Did not match: - AnyNestedCondition 0 matched 2 did not; NestedCondition on MultipleOpenApiSupportCondition.OnActuatorDifferentPort found non-matching nested conditions Management Port actual port type (SAME) did not match required type (DIFFERENT), @ConditionalOnProperty (springdoc.show-actuator) did not find property 'springdoc.show-actuator'; NestedCondition on MultipleOpenApiSupportCondition.OnMultipleOpenApiSupportCondition AnyNestedCondition 0 matched 2 did not; NestedCondition on MultipleOpenApiGroupsCondition.OnGroupConfigProperty @ConditionalOnProperty (springdoc.group-configs[0].group) did not find property 'springdoc.group-configs[0].group'; NestedCondition on MultipleOpenApiGroupsCondition.OnGroupedOpenApiBean @ConditionalOnBean (types: org.springdoc.core.GroupedOpenApi; SearchStrategy: all) did not find any beans of type org.springdoc.core.GroupedOpenApi (MultipleOpenApiSupportCondition) Matched: - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) MultipleOpenApiSupportConfiguration.SpringDocWebMvcActuatorDifferentConfiguration: Did not match: - Management Port actual port type (SAME) did not match required type (DIFFERENT) (OnManagementPortCondition) - Ancestor org.springdoc.webmvc.core.MultipleOpenApiSupportConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping' (OnClassCondition) MustacheAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.samskivert.mustache.Mustache' (OnClassCondition) Neo4jAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) Neo4jDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) Neo4jHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) Neo4jReactiveDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) Neo4jReactiveRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) Neo4jRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) NewRelicMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.newrelic.NewRelicMeterRegistry' (OnClassCondition) NoOpMeterRegistryConfiguration: Did not match: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans of type 'io.micrometer.core.instrument.MeterRegistry' simpleMeterRegistry (OnBeanCondition) OAuth2ClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.configuration.EnableWebSecurity' (OnClassCondition) OAuth2ResourceServerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.server.resource.BearerTokenAuthenticationToken' (OnClassCondition) PersistenceExceptionTranslationAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor' (OnClassCondition) ProjectInfoAutoConfiguration#buildProperties: Did not match: - @ConditionalOnResource did not find resource '${spring.info.build.location:classpath:META-INF/build-info.properties}' (OnResourceCondition) PrometheusMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.prometheus.PrometheusMeterRegistry' (OnClassCondition) QuartzAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.quartz.Scheduler' (OnClassCondition) QuartzEndpointAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.quartz.Scheduler' (OnClassCondition) R2dbcAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition) R2dbcDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.r2dbc.core.R2dbcEntityTemplate' (OnClassCondition) R2dbcInitializationConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'io.r2dbc.spi.ConnectionFactory', 'org.springframework.r2dbc.connection.init.DatabasePopulator' (OnClassCondition) R2dbcRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition) R2dbcTransactionManagerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.r2dbc.connection.R2dbcTransactionManager' (OnClassCondition) RSocketMessagingAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition) RSocketRequesterAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition) RSocketSecurityAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.rsocket.core.SecuritySocketAcceptorInterceptor' (OnClassCondition) RSocketServerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.rsocket.core.RSocketServer' (OnClassCondition) RSocketStrategiesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition) RabbitAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.rabbitmq.client.Channel' (OnClassCondition) RabbitHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.amqp.rabbit.core.RabbitTemplate' (OnClassCondition) RabbitMetricsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.rabbitmq.client.ConnectionFactory' (OnClassCondition) ReactiveCloudFoundryActuatorAutoConfiguration: Did not match: - not a reactive web application (OnWebApplicationCondition) ReactiveElasticsearchRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient' (OnClassCondition) ReactiveElasticsearchRestClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.client.reactive.ReactiveRestClients' (OnClassCondition) ReactiveManagementContextAutoConfiguration: Did not match: - not a reactive web application (OnWebApplicationCondition) Matched: - @ConditionalOnClass found required class 'reactor.core.publisher.Flux' (OnClassCondition) ReactiveManagementWebSecurityAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity' (OnClassCondition) ReactiveMultipartAutoConfiguration: Did not match: - not a reactive web application (OnWebApplicationCondition) Matched: - @ConditionalOnClass found required classes 'org.springframework.http.codec.multipart.DefaultPartHttpMessageReader', 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition) ReactiveOAuth2ClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity' (OnClassCondition) ReactiveOAuth2ResourceServerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity' (OnClassCondition) ReactiveSecurityAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity' (OnClassCondition) ReactiveUserDetailsServiceAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.authentication.ReactiveAuthenticationManager' (OnClassCondition) ReactiveWebServerFactoryAutoConfiguration: Did not match: - not a reactive web application (OnWebApplicationCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.http.ReactiveHttpInputMessage' (OnClassCondition) RedisAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.redis.core.RedisOperations' (OnClassCondition) RedisCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.redis.connection.RedisConnectionFactory' (OnClassCondition) RedisHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.redis.connection.RedisConnectionFactory' (OnClassCondition) RedisReactiveAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.redis.connection.ReactiveRedisConnectionFactory' (OnClassCondition) RedisReactiveHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.redis.connection.ReactiveRedisConnectionFactory' (OnClassCondition) RedisRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.redis.repository.configuration.EnableRedisRepositories' (OnClassCondition) RepositoryMetricsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.repository.Repository' (OnClassCondition) RepositoryRestMvcAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration' (OnClassCondition) Saml2RelyingPartyAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationRepository' (OnClassCondition) ScheduledTasksEndpointAutoConfiguration: Did not match: - @ConditionalOnAvailableEndpoint no 'management.endpoints' property marked it as exposed (OnAvailableEndpointCondition) SecurityAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.authentication.DefaultAuthenticationEventPublisher' (OnClassCondition) SecurityFilterAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.config.http.SessionCreationPolicy' (OnClassCondition) SecurityRequestMatchersManagementContextConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.web.util.matcher.RequestMatcher' (OnClassCondition) SendGridAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.sendgrid.SendGrid' (OnClassCondition) ServletEndpointManagementContextConfiguration.JerseyServletEndpointManagementContextConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition) ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration: Did not match: - @ConditionalOnProperty (management.server.add-application-context-header=true) did not find property 'add-application-context-header' (OnPropertyCondition) ServletWebServerFactoryAutoConfiguration.ForwardedHeaderFilterConfiguration: Did not match: - @ConditionalOnProperty (server.forward-headers-strategy=framework) did not find property 'server.forward-headers-strategy' (OnPropertyCondition) ServletWebServerFactoryConfiguration.EmbeddedJetty: Did not match: - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.webapp.WebAppContext' (OnClassCondition) ServletWebServerFactoryConfiguration.EmbeddedTomcat: Did not match: - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.server.ServletWebServerFactory; SearchStrategy: current) found beans of type 'org.springframework.boot.web.servlet.server.ServletWebServerFactory' servletContainer (OnBeanCondition) Matched: - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition) ServletWebServerFactoryConfiguration.EmbeddedUndertow: Did not match: - @ConditionalOnClass did not find required classes 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition) SessionAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.session.Session' (OnClassCondition) SessionsEndpointAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.session.FindByIndexNameSessionRepository' (OnClassCondition) ShutdownEndpointAutoConfiguration: Did not match: - @ConditionalOnAvailableEndpoint no property management.endpoint.shutdown.enabled found so using endpoint default of false (OnAvailableEndpointCondition) SignalFxMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.signalfx.SignalFxMeterRegistry' (OnClassCondition) SolrAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.apache.solr.client.solrj.impl.CloudSolrClient' (OnClassCondition) SolrHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.apache.solr.client.solrj.SolrClient' (OnClassCondition) SpringApplicationAdminJmxAutoConfiguration: Did not match: - @ConditionalOnProperty (spring.application.admin.enabled=true) did not find property 'enabled' (OnPropertyCondition) SpringDataWebAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.web.PageableHandlerMethodArgumentResolver' (OnClassCondition) SpringDocConfiguration#propertiesResolverForSchema: Did not match: - @ConditionalOnProperty (springdoc.api-docs.resolve-schema-properties) did not find property 'springdoc.api-docs.resolve-schema-properties' (OnPropertyCondition) SpringDocConfiguration#springdocBeanFactoryPostProcessor: Did not match: - AnyNestedCondition 0 matched 2 did not; NestedCondition on CacheOrGroupedOpenApiCondition.OnCacheDisabled found non-matching nested conditions @ConditionalOnProperty (springdoc.cache.disabled) did not find property 'springdoc.cache.disabled'; NestedCondition on CacheOrGroupedOpenApiCondition.OnMultipleOpenApiSupportCondition AnyNestedCondition 0 matched 2 did not; NestedCondition on MultipleOpenApiSupportCondition.OnActuatorDifferentPort found non-matching nested conditions Management Port actual port type (SAME) did not match required type (DIFFERENT), @ConditionalOnProperty (springdoc.show-actuator) did not find property 'springdoc.show-actuator'; NestedCondition on MultipleOpenApiSupportCondition.OnMultipleOpenApiSupportCondition AnyNestedCondition 0 matched 2 did not; NestedCondition on MultipleOpenApiGroupsCondition.OnGroupConfigProperty @ConditionalOnProperty (springdoc.group-configs[0].group) did not find property 'springdoc.group-configs[0].group'; NestedCondition on MultipleOpenApiGroupsCondition.OnGroupedOpenApiBean @ConditionalOnBean (types: org.springdoc.core.GroupedOpenApi; SearchStrategy: all) did not find any beans of type org.springdoc.core.GroupedOpenApi (CacheOrGroupedOpenApiCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.boot.context.properties.bind.BindResult' (OnClassCondition) SpringDocConfiguration#springdocBeanFactoryPostProcessor2: Did not match: - @ConditionalOnMissingClass found unwanted class 'org.springframework.boot.context.properties.bind.BindResult' (OnClassCondition) SpringDocConfiguration.SpringDocActuatorConfiguration: Did not match: - @ConditionalOnProperty (springdoc.show-actuator) did not find property 'springdoc.show-actuator' (OnPropertyCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' (OnClassCondition) SpringDocConfiguration.SpringDocFunctionCatalogConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.cloud.function.web.function.FunctionEndpointInitializer' (OnClassCondition) SpringDocConfiguration.SpringDocPageableConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.domain.Pageable' (OnClassCondition) SpringDocConfiguration.SpringDocRepositoryRestConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.rest.core.config.RepositoryRestConfiguration' (OnClassCondition) SpringDocWebMvcConfiguration.SpringDocWebMvcActuatorConfiguration#actuatorProvider: Did not match: - @ConditionalOnExpression (#{${springdoc.show-actuator:false} or ${springdoc.use-management-port:false}}) resulted in false (OnExpressionCondition) SpringDocWebMvcConfiguration.SpringDocWebMvcActuatorConfiguration#openApiActuatorResource: Did not match: - @ConditionalOnProperty (springdoc.use-management-port) did not find property 'springdoc.use-management-port' (OnPropertyCondition) StackdriverMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.stackdriver.StackdriverMeterRegistry' (OnClassCondition) StartupEndpointAutoConfiguration: Did not match: - ApplicationStartup configured applicationStartup is of type class org.springframework.core.metrics.DefaultApplicationStartup, expected BufferingApplicationStartup. (StartupEndpointAutoConfiguration.ApplicationStartupCondition) StatsdMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.statsd.StatsdMeterRegistry' (OnClassCondition) SwaggerConfig#springWebProvider: Did not match: - @ConditionalOnMissingBean (types: org.springdoc.core.providers.SpringWebProvider; SearchStrategy: all) found beans of type 'org.springdoc.core.providers.SpringWebProvider' springWebProvider (OnBeanCondition) SwaggerConfig#swaggerUiConfigParameters: Did not match: - @ConditionalOnMissingBean (types: org.springdoc.core.SwaggerUiConfigParameters; SearchStrategy: all) found beans of type 'org.springdoc.core.SwaggerUiConfigParameters' org.springdoc.core.SwaggerUiConfigParameters (OnBeanCondition) SwaggerConfig#swaggerUiHome: Did not match: - @ConditionalOnProperty (springdoc.swagger-ui.use-root-path=true) did not find property 'springdoc.swagger-ui.use-root-path' (OnPropertyCondition) SwaggerConfig.SwaggerActuatorWelcomeConfiguration: Did not match: - @ConditionalOnProperty (springdoc.use-management-port) did not find property 'springdoc.use-management-port' (OnPropertyCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping' (OnClassCondition) TaskExecutionAutoConfiguration#applicationTaskExecutor: Did not match: - @ConditionalOnMissingBean (types: java.util.concurrent.Executor; SearchStrategy: all) found beans of type 'java.util.concurrent.Executor' threadPoolTaskExecutor (OnBeanCondition) ThymeleafAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.thymeleaf.spring5.SpringTemplateEngine' (OnClassCondition) TransactionAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition) UserDetailsServiceAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.authentication.AuthenticationManager' (OnClassCondition) ValidationAutoConfiguration: Did not match: - @ConditionalOnResource did not find resource 'classpath:META-INF/services/javax.validation.spi.ValidationProvider' (OnResourceCondition) Matched: - @ConditionalOnClass found required class 'javax.validation.executable.ExecutableValidator' (OnClassCondition) WavefrontMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.wavefront.sdk.common.WavefrontSender' (OnClassCondition) WebFluxAutoConfiguration: Did not match: - not a reactive web application (OnWebApplicationCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition) WebFluxEndpointManagementContextConfiguration: Did not match: - not a reactive web application (OnWebApplicationCondition) Matched: - @ConditionalOnClass found required classes 'org.springframework.web.reactive.DispatcherHandler', 'org.springframework.http.server.reactive.HttpHandler' (OnClassCondition) WebFluxMetricsAutoConfiguration: Did not match: - not a reactive web application (OnWebApplicationCondition) WebMvcAutoConfiguration#hiddenHttpMethodFilter: Did not match: - @ConditionalOnProperty (spring.mvc.hiddenmethod.filter.enabled) did not find property 'enabled' (OnPropertyCondition) WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#beanNameViewResolver: Did not match: - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) found beans of type 'org.springframework.web.servlet.view.BeanNameViewResolver' beanNameViewResolver (OnBeanCondition) WebMvcEndpointManagementContextConfiguration#managementHealthEndpointWebMvcHandlerMapping: Did not match: - Management Port actual port type (SAME) did not match required type (DIFFERENT) (OnManagementPortCondition) WebServiceTemplateAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.oxm.Marshaller' (OnClassCondition) WebServicesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.ws.transport.http.MessageDispatcherServlet' (OnClassCondition) WebSessionIdResolverAutoConfiguration: Did not match: - not a reactive web application (OnWebApplicationCondition) Matched: - @ConditionalOnClass found required classes 'org.springframework.web.server.session.WebSessionManager', 'reactor.core.publisher.Mono' (OnClassCondition) WebSocketMessagingAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer' (OnClassCondition) WebSocketReactiveAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.websocket.server.ServerContainer' (OnClassCondition) WebSocketServletAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.websocket.server.ServerContainer' (OnClassCondition) XADataSourceAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.transaction.TransactionManager' (OnClassCondition) Exclusions: ----------- None Unconditional classes: ---------------------- org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration org.springframework.boot.actuate.autoconfigure.availability.AvailabilityHealthContributorAutoConfiguration org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration org.springframework.boot.actuate.autoconfigure.metrics.integration.IntegrationMetricsAutoConfiguration org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration 2022-11-07 22:27:54.970 DEBUG 1 --- [ scheduling-1] o.o.c.o.a.tasks.RicSupervision : Checking Rics starting 2022-11-07 22:27:54.975 DEBUG 1 --- [ scheduling-1] o.o.c.o.a.tasks.RicSupervision : Checking all RICs completed 2022-11-07 22:27:54.975 INFO 1 --- [ main] o.o.c.o.a.Application : Started Application in 8.234 seconds (JVM running for 9.157) 2022-11-07 22:27:55.049 DEBUG 1 --- [ main] o.s.b.a.ApplicationAvailabilityBean : Application availability state LivenessState changed to CORRECT 2022-11-07 22:27:55.050 DEBUG 1 --- [ main] o.o.c.o.a.tasks.RefreshConfigTask : Starting refreshConfigTask 2022-11-07 22:27:55.076 DEBUG 1 --- [ parallel-1] o.o.c.o.a.c.ConfigurationFile : Local configuration file read: /opt/app/policy-agent/data/application_configuration.json 2022-11-07 22:27:55.077 DEBUG 1 --- [ parallel-1] o.o.c.o.a.tasks.RefreshConfigTask : loadFromFile succeeded 2022-11-07 22:27:55.080 DEBUG 1 --- [ main] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-11-07 22:27:55.090 DEBUG 1 --- [ main] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.next 2022-11-07 22:27:55.091 DEBUG 1 --- [ main] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap, no action DMAAP not configured 2022-11-07 22:27:55.102 DEBUG 1 --- [ main] o.s.b.a.ApplicationAvailabilityBean : Application availability state ReadinessState changed to ACCEPTING_TRAFFIC 2022-11-07 22:28:05.105 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-11-07 22:28:05.107 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-11-07 22:28:05.123 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2022-11-07 22:28:05.371 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 1 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-11-07 22:28:05.396 DEBUG 1 --- [ parallel-1] io.netty.util.NetUtil : -Djava.net.preferIPv4Stack: false 2022-11-07 22:28:05.397 DEBUG 1 --- [ parallel-1] io.netty.util.NetUtil : -Djava.net.preferIPv6Addresses: false 2022-11-07 22:28:05.400 DEBUG 1 --- [ parallel-1] io.netty.util.NetUtilInitializations : Loopback interface: lo (lo, 127.0.0.1) 2022-11-07 22:28:05.401 DEBUG 1 --- [ parallel-1] io.netty.util.NetUtil : /proc/sys/net/core/somaxconn: 4096 2022-11-07 22:28:05.424 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [7e86321f] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-11-07 22:28:05.439 DEBUG 1 --- [ parallel-1] r.netty.resources.DefaultLoopIOUring : Default io_uring support : false 2022-11-07 22:28:05.452 DEBUG 1 --- [ parallel-1] i.n.util.internal.NativeLibraryLoader : -Dio.netty.native.workdir: /tmp (io.netty.tmpdir) 2022-11-07 22:28:05.453 DEBUG 1 --- [ parallel-1] i.n.util.internal.NativeLibraryLoader : -Dio.netty.native.deleteLibAfterLoading: true 2022-11-07 22:28:05.453 DEBUG 1 --- [ parallel-1] i.n.util.internal.NativeLibraryLoader : -Dio.netty.native.tryPatchShadedId: true 2022-11-07 22:28:05.453 DEBUG 1 --- [ parallel-1] i.n.util.internal.NativeLibraryLoader : -Dio.netty.native.detectNativeLibraryDuplicates: true 2022-11-07 22:28:05.466 DEBUG 1 --- [ parallel-1] i.n.util.internal.NativeLibraryLoader : Successfully loaded the library /tmp/libnetty_transport_native_epoll_x86_643666985173067383324.so 2022-11-07 22:28:05.472 DEBUG 1 --- [ parallel-1] r.netty.resources.DefaultLoopEpoll : Default Epoll support : true 2022-11-07 22:28:05.482 DEBUG 1 --- [ parallel-1] i.n.channel.MultithreadEventLoopGroup : -Dio.netty.eventLoopThreads: 2 2022-11-07 22:28:05.504 DEBUG 1 --- [ parallel-1] i.n.u.internal.InternalThreadLocalMap : -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 2022-11-07 22:28:05.504 DEBUG 1 --- [ parallel-1] i.n.u.internal.InternalThreadLocalMap : -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 2022-11-07 22:28:05.524 DEBUG 1 --- [ parallel-1] i.netty.util.internal.PlatformDependent : org.jctools-core.MpscChunkedArrayQueue: available 2022-11-07 22:28:05.571 DEBUG 1 --- [ parallel-1] i.n.r.DefaultHostsFileEntriesResolver : -Dio.netty.hostsFileRefreshInterval: 0 2022-11-07 22:28:05.586 DEBUG 1 --- [ parallel-1] r.n.resources.PooledConnectionProvider : Creating a new [http] client pool [PoolFactory{evictionInterval=PT0S, leasingStrategy=fifo, maxConnections=500, maxIdleTime=-1, maxLifeTime=-1, metricsEnabled=false, pendingAcquireMaxCount=1000, pendingAcquireTimeout=45000}] for [message-router:3904] 2022-11-07 22:28:05.678 DEBUG 1 --- [ parallel-1] io.netty.channel.DefaultChannelId : -Dio.netty.processId: 1 (auto-detected) 2022-11-07 22:28:05.681 DEBUG 1 --- [ parallel-1] io.netty.channel.DefaultChannelId : -Dio.netty.machineId: 9e:1c:18:ff:fe:af:96:b8 (auto-detected) 2022-11-07 22:28:05.716 DEBUG 1 --- [ parallel-1] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.numHeapArenas: 2 2022-11-07 22:28:05.716 DEBUG 1 --- [ parallel-1] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.numDirectArenas: 2 2022-11-07 22:28:05.716 DEBUG 1 --- [ parallel-1] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.pageSize: 8192 2022-11-07 22:28:05.717 DEBUG 1 --- [ parallel-1] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.maxOrder: 9 2022-11-07 22:28:05.717 DEBUG 1 --- [ parallel-1] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.chunkSize: 4194304 2022-11-07 22:28:05.717 DEBUG 1 --- [ parallel-1] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.smallCacheSize: 256 2022-11-07 22:28:05.717 DEBUG 1 --- [ parallel-1] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.normalCacheSize: 64 2022-11-07 22:28:05.717 DEBUG 1 --- [ parallel-1] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.maxCachedBufferCapacity: 32768 2022-11-07 22:28:05.717 DEBUG 1 --- [ parallel-1] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.cacheTrimInterval: 8192 2022-11-07 22:28:05.718 DEBUG 1 --- [ parallel-1] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.cacheTrimIntervalMillis: 0 2022-11-07 22:28:05.718 DEBUG 1 --- [ parallel-1] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.useCacheForAllThreads: false 2022-11-07 22:28:05.718 DEBUG 1 --- [ parallel-1] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 2022-11-07 22:28:05.730 DEBUG 1 --- [ parallel-1] io.netty.buffer.ByteBufUtil : -Dio.netty.allocator.type: pooled 2022-11-07 22:28:05.731 DEBUG 1 --- [ parallel-1] io.netty.buffer.ByteBufUtil : -Dio.netty.threadLocalDirectBufferSize: 0 2022-11-07 22:28:05.731 DEBUG 1 --- [ parallel-1] io.netty.buffer.ByteBufUtil : -Dio.netty.maxThreadLocalCharBufferSize: 16384 2022-11-07 22:28:05.755 DEBUG 1 --- [or-http-epoll-2] r.n.resources.PooledConnectionProvider : [21f67e6c] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2022-11-07 22:28:05.793 DEBUG 1 --- [or-http-epoll-2] io.netty.buffer.AbstractByteBuf : -Dio.netty.buffer.checkAccessible: true 2022-11-07 22:28:05.793 DEBUG 1 --- [or-http-epoll-2] io.netty.buffer.AbstractByteBuf : -Dio.netty.buffer.checkBounds: true 2022-11-07 22:28:05.795 DEBUG 1 --- [or-http-epoll-2] i.n.util.ResourceLeakDetectorFactory : Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@3b86ef42 2022-11-07 22:28:05.802 DEBUG 1 --- [or-http-epoll-2] reactor.netty.transport.TransportConfig : [21f67e6c] Initialized pipeline DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-11-07 22:28:05.868 DEBUG 1 --- [or-http-epoll-1] i.n.util.ResourceLeakDetectorFactory : Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@5db3869a 2022-11-07 22:28:05.870 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [5880: /169.254.25.10:53], DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN A) 2022-11-07 22:28:05.879 DEBUG 1 --- [or-http-epoll-1] io.netty.util.Recycler : -Dio.netty.recycler.maxCapacityPerThread: 4096 2022-11-07 22:28:05.879 DEBUG 1 --- [or-http-epoll-1] io.netty.util.Recycler : -Dio.netty.recycler.ratio: 8 2022-11-07 22:28:05.879 DEBUG 1 --- [or-http-epoll-1] io.netty.util.Recycler : -Dio.netty.recycler.chunkSize: 32 2022-11-07 22:28:05.879 DEBUG 1 --- [or-http-epoll-1] io.netty.util.Recycler : -Dio.netty.recycler.blocking: false 2022-11-07 22:28:05.926 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [5880: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 5880, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:05.927 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [42264: /169.254.25.10:53], DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN CNAME) 2022-11-07 22:28:05.930 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [42264: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 42264, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:05.931 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [45217: /169.254.25.10:53], DefaultDnsQuestion(message-router.svc.cluster.local. IN A) 2022-11-07 22:28:05.935 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [45217: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 45217, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:05.936 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [51654: /169.254.25.10:53], DefaultDnsQuestion(message-router.svc.cluster.local. IN CNAME) 2022-11-07 22:28:05.940 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [51654: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 51654, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:05.941 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [43402: /169.254.25.10:53], DefaultDnsQuestion(message-router.cluster.local. IN A) 2022-11-07 22:28:05.943 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [43402: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 43402, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:05.944 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [37008: /169.254.25.10:53], DefaultDnsQuestion(message-router.cluster.local. IN CNAME) 2022-11-07 22:28:05.946 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [37008: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 37008, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:05.947 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [22805: /169.254.25.10:53], DefaultDnsQuestion(message-router.default.svc.cluster.local. IN A) 2022-11-07 22:28:05.950 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [22805: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 22805, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.default.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:05.950 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [9801: /169.254.25.10:53], DefaultDnsQuestion(message-router.default.svc.cluster.local. IN CNAME) 2022-11-07 22:28:05.952 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [9801: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 9801, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.default.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:05.953 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [22731: /169.254.25.10:53], DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN A) 2022-11-07 22:28:05.959 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [22731: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 22731, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN A) DefaultDnsRawRecord(tnaplab.telekom.de. 30 IN SOA 83B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:05.960 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [41116: /169.254.25.10:53], DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN CNAME) 2022-11-07 22:28:05.965 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [41116: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 41116, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN CNAME) DefaultDnsRawRecord(tnaplab.telekom.de. 30 IN SOA 83B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:05.965 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [54780: /169.254.25.10:53], DefaultDnsQuestion(message-router. IN A) 2022-11-07 22:28:05.986 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [54780: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 54780, QUERY(0), NXDomain(3), RD RA) DefaultDnsQuestion(message-router. IN A) DefaultDnsRawRecord(. 30 IN SOA 64B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:05.987 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [21388: /169.254.25.10:53], DefaultDnsQuestion(message-router. IN CNAME) 2022-11-07 22:28:06.020 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [21388: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 21388, QUERY(0), NXDomain(3), RD RA) DefaultDnsQuestion(message-router. IN CNAME) DefaultDnsRawRecord(. 30 IN SOA 64B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:16.035 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-11-07 22:28:16.036 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-11-07 22:28:16.036 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2022-11-07 22:28:16.044 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 2 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-11-07 22:28:16.045 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [4ce5d69e] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-11-07 22:28:16.047 DEBUG 1 --- [or-http-epoll-3] r.n.resources.PooledConnectionProvider : [374b9136] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2022-11-07 22:28:16.047 DEBUG 1 --- [or-http-epoll-3] reactor.netty.transport.TransportConfig : [374b9136] Initialized pipeline DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-11-07 22:28:16.049 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [30636: /169.254.25.10:53], DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN A) 2022-11-07 22:28:16.053 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [30636: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 30636, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:16.053 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [64282: /169.254.25.10:53], DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN CNAME) 2022-11-07 22:28:16.056 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [64282: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 64282, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:16.056 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [64184: /169.254.25.10:53], DefaultDnsQuestion(message-router.svc.cluster.local. IN A) 2022-11-07 22:28:16.058 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [64184: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 64184, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:16.059 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [17243: /169.254.25.10:53], DefaultDnsQuestion(message-router.svc.cluster.local. IN CNAME) 2022-11-07 22:28:16.062 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [17243: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 17243, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:16.063 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [20209: /169.254.25.10:53], DefaultDnsQuestion(message-router.cluster.local. IN A) 2022-11-07 22:28:16.065 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [20209: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 20209, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:16.066 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [11976: /169.254.25.10:53], DefaultDnsQuestion(message-router.cluster.local. IN CNAME) 2022-11-07 22:28:16.068 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [11976: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 11976, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:16.069 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [42266: /169.254.25.10:53], DefaultDnsQuestion(message-router.default.svc.cluster.local. IN A) 2022-11-07 22:28:16.072 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [42266: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 42266, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.default.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:16.072 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [41469: /169.254.25.10:53], DefaultDnsQuestion(message-router.default.svc.cluster.local. IN CNAME) 2022-11-07 22:28:16.075 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [41469: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 41469, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.default.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:16.075 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [64176: /169.254.25.10:53], DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN A) 2022-11-07 22:28:16.077 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [64176: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 64176, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN A) DefaultDnsRawRecord(tnaplab.telekom.de. 20 IN SOA 83B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:16.077 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [53818: /169.254.25.10:53], DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN CNAME) 2022-11-07 22:28:16.079 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [53818: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 53818, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN CNAME) DefaultDnsRawRecord(tnaplab.telekom.de. 20 IN SOA 83B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:16.079 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [64964: /169.254.25.10:53], DefaultDnsQuestion(message-router. IN A) 2022-11-07 22:28:16.081 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [64964: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 64964, QUERY(0), NXDomain(3), RD AA RA) DefaultDnsQuestion(message-router. IN A) DefaultDnsRawRecord(. 20 IN SOA 64B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:16.081 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [41679: /169.254.25.10:53], DefaultDnsQuestion(message-router. IN CNAME) 2022-11-07 22:28:16.086 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [41679: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 41679, QUERY(0), NXDomain(3), RD AA RA) DefaultDnsQuestion(message-router. IN CNAME) DefaultDnsRawRecord(. 20 IN SOA 64B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:26.088 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-11-07 22:28:26.089 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-11-07 22:28:26.090 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2022-11-07 22:28:26.098 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 3 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-11-07 22:28:26.099 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [1a52ea37] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-11-07 22:28:26.101 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [9305d184] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2022-11-07 22:28:26.102 DEBUG 1 --- [or-http-epoll-4] reactor.netty.transport.TransportConfig : [9305d184] Initialized pipeline DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-11-07 22:28:26.103 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [39337: /169.254.25.10:53], DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN A) 2022-11-07 22:28:26.107 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [39337: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 39337, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:26.107 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [50281: /169.254.25.10:53], DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN CNAME) 2022-11-07 22:28:26.109 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [50281: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 50281, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:26.110 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [39047: /169.254.25.10:53], DefaultDnsQuestion(message-router.svc.cluster.local. IN A) 2022-11-07 22:28:26.112 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [39047: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 39047, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:26.112 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [34620: /169.254.25.10:53], DefaultDnsQuestion(message-router.svc.cluster.local. IN CNAME) 2022-11-07 22:28:26.114 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [34620: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 34620, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:26.114 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [36282: /169.254.25.10:53], DefaultDnsQuestion(message-router.cluster.local. IN A) 2022-11-07 22:28:26.116 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [36282: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 36282, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:26.117 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [4443: /169.254.25.10:53], DefaultDnsQuestion(message-router.cluster.local. IN CNAME) 2022-11-07 22:28:26.119 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [4443: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 4443, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:26.119 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [63031: /169.254.25.10:53], DefaultDnsQuestion(message-router.default.svc.cluster.local. IN A) 2022-11-07 22:28:26.121 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [63031: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 63031, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.default.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:26.121 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [50478: /169.254.25.10:53], DefaultDnsQuestion(message-router.default.svc.cluster.local. IN CNAME) 2022-11-07 22:28:26.123 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [50478: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 50478, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.default.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:26.124 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [2777: /169.254.25.10:53], DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN A) 2022-11-07 22:28:26.125 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [2777: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 2777, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN A) DefaultDnsRawRecord(tnaplab.telekom.de. 10 IN SOA 83B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:26.126 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [25089: /169.254.25.10:53], DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN CNAME) 2022-11-07 22:28:26.127 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [25089: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 25089, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN CNAME) DefaultDnsRawRecord(tnaplab.telekom.de. 10 IN SOA 83B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:26.127 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [8142: /169.254.25.10:53], DefaultDnsQuestion(message-router. IN A) 2022-11-07 22:28:26.128 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [8142: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 8142, QUERY(0), NXDomain(3), RD AA RA) DefaultDnsQuestion(message-router. IN A) DefaultDnsRawRecord(. 10 IN SOA 64B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:26.128 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [58760: /169.254.25.10:53], DefaultDnsQuestion(message-router. IN CNAME) 2022-11-07 22:28:26.130 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [58760: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 58760, QUERY(0), NXDomain(3), RD AA RA) DefaultDnsQuestion(message-router. IN CNAME) DefaultDnsRawRecord(. 10 IN SOA 64B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:36.132 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-11-07 22:28:36.132 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-11-07 22:28:36.133 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2022-11-07 22:28:36.140 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 4 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-11-07 22:28:36.141 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [2e09ece9] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-11-07 22:28:36.143 DEBUG 1 --- [or-http-epoll-1] r.n.resources.PooledConnectionProvider : [2e5d5623] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2022-11-07 22:28:36.144 DEBUG 1 --- [or-http-epoll-1] reactor.netty.transport.TransportConfig : [2e5d5623] Initialized pipeline DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-11-07 22:28:36.145 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [12733: /169.254.25.10:53], DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN A) 2022-11-07 22:28:36.148 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [12733: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 12733, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:36.148 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [48729: /169.254.25.10:53], DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN CNAME) 2022-11-07 22:28:36.150 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [48729: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 48729, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:36.151 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [5025: /169.254.25.10:53], DefaultDnsQuestion(message-router.svc.cluster.local. IN A) 2022-11-07 22:28:36.153 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [5025: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 5025, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:36.153 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [61698: /169.254.25.10:53], DefaultDnsQuestion(message-router.svc.cluster.local. IN CNAME) 2022-11-07 22:28:36.155 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [61698: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 61698, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:36.155 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [19046: /169.254.25.10:53], DefaultDnsQuestion(message-router.cluster.local. IN A) 2022-11-07 22:28:36.157 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [19046: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 19046, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:36.158 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [20988: /169.254.25.10:53], DefaultDnsQuestion(message-router.cluster.local. IN CNAME) 2022-11-07 22:28:36.160 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [20988: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 20988, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:36.160 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [11358: /169.254.25.10:53], DefaultDnsQuestion(message-router.default.svc.cluster.local. IN A) 2022-11-07 22:28:36.175 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [11358: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 11358, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.default.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:36.176 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [2760: /169.254.25.10:53], DefaultDnsQuestion(message-router.default.svc.cluster.local. IN CNAME) 2022-11-07 22:28:36.182 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [2760: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 2760, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.default.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:36.182 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [15713: /169.254.25.10:53], DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN A) 2022-11-07 22:28:36.187 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [15713: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 15713, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN A) DefaultDnsRawRecord(tnaplab.telekom.de. 30 IN SOA 83B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:36.187 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [32700: /169.254.25.10:53], DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN CNAME) 2022-11-07 22:28:36.193 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [32700: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 32700, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN CNAME) DefaultDnsRawRecord(tnaplab.telekom.de. 30 IN SOA 83B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:36.194 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [64714: /169.254.25.10:53], DefaultDnsQuestion(message-router. IN A) 2022-11-07 22:28:36.208 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [64714: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 64714, QUERY(0), NXDomain(3), RD RA) DefaultDnsQuestion(message-router. IN A) DefaultDnsRawRecord(. 30 IN SOA 64B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:36.208 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [18121: /169.254.25.10:53], DefaultDnsQuestion(message-router. IN CNAME) 2022-11-07 22:28:36.218 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [18121: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 18121, QUERY(0), NXDomain(3), RD RA) DefaultDnsQuestion(message-router. IN CNAME) DefaultDnsRawRecord(. 30 IN SOA 64B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:45.743 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-11-07 22:28:45.746 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-11-07 22:28:45.814 DEBUG 1 --- [nio-8081-exec-1] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [0] 2022-11-07 22:28:45.816 DEBUG 1 --- [nio-8081-exec-2] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [0] 2022-11-07 22:28:45.816 DEBUG 1 --- [nio-8081-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3060ab35:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:41153]], Read from buffer: [0] 2022-11-07 22:28:45.816 DEBUG 1 --- [nio-8081-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@59b17166:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:41195]], Read from buffer: [0] 2022-11-07 22:28:45.817 DEBUG 1 --- [nio-8081-exec-2] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3060ab35:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:41153]], Read direct from socket: [133] 2022-11-07 22:28:45.817 DEBUG 1 --- [nio-8081-exec-2] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.67:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-11-07 22:28:45.818 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2022-11-07 22:28:45.818 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2022-11-07 22:28:45.819 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@59b17166:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:41195]], Status in: [OPEN_READ], State out: [CLOSED] 2022-11-07 22:28:45.820 DEBUG 1 --- [nio-8081-exec-1] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-1] latch=2 2022-11-07 22:28:45.821 DEBUG 1 --- [nio-8081-exec-1] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@77d9ea38].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@59b17166:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:41195]]) 2022-11-07 22:28:45.854 DEBUG 1 --- [nio-8081-exec-2] org.apache.tomcat.util.http.Parameters : Set query string encoding to UTF-8 2022-11-07 22:28:45.859 DEBUG 1 --- [nio-8081-exec-2] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.67], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.67], newServerPort=[8081] 2022-11-07 22:28:45.861 DEBUG 1 --- [nio-8081-exec-2] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-11-07 22:28:45.861 DEBUG 1 --- [nio-8081-exec-2] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-11-07 22:28:45.867 DEBUG 1 --- [nio-8081-exec-2] o.a.c.a.jaspic.AuthConfigFactoryImpl : Loading persistent provider registrations from [/tmp/tomcat.8433.3791710747348803677/conf/jaspic-providers.xml] 2022-11-07 22:28:45.867 DEBUG 1 --- [nio-8081-exec-2] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-11-07 22:28:45.869 INFO 1 --- [nio-8081-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-11-07 22:28:45.869 INFO 1 --- [nio-8081-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2022-11-07 22:28:45.869 DEBUG 1 --- [nio-8081-exec-2] o.s.web.servlet.DispatcherServlet : Detected StandardServletMultipartResolver 2022-11-07 22:28:45.869 DEBUG 1 --- [nio-8081-exec-2] o.s.web.servlet.DispatcherServlet : Detected AcceptHeaderLocaleResolver 2022-11-07 22:28:45.869 DEBUG 1 --- [nio-8081-exec-2] o.s.web.servlet.DispatcherServlet : Detected FixedThemeResolver 2022-11-07 22:28:45.871 DEBUG 1 --- [nio-8081-exec-2] o.s.web.servlet.DispatcherServlet : Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@4cfbaf4 2022-11-07 22:28:45.872 DEBUG 1 --- [nio-8081-exec-2] o.s.web.servlet.DispatcherServlet : Detected org.springframework.web.servlet.support.SessionFlashMapManager@3c818ac4 2022-11-07 22:28:45.872 DEBUG 1 --- [nio-8081-exec-2] o.s.web.servlet.DispatcherServlet : enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data 2022-11-07 22:28:45.872 INFO 1 --- [nio-8081-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 3 ms 2022-11-07 22:28:45.887 DEBUG 1 --- [nio-8081-exec-2] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-11-07 22:28:45.888 DEBUG 1 --- [nio-8081-exec-2] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-11-07 22:28:45.903 DEBUG 1 --- [nio-8081-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-11-07 22:28:45.940 DEBUG 1 --- [nio-8081-exec-2] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: http-nio-8081-exec-2 State: N/A Method: Constructor URI: N/A 2022-11-07 22:28:45.942 DEBUG 1 --- [nio-8081-exec-2] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-11-07 22:28:45.943 DEBUG 1 --- [nio-8081-exec-2] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-11-07 22:28:45.944 DEBUG 1 --- [nio-8081-exec-2] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-11-07 22:28:45.945 DEBUG 1 --- [nio-8081-exec-2] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-11-07 22:28:45.945 DEBUG 1 --- [nio-8081-exec-2] o.apache.catalina.core.AsyncContextImpl : Req: 6d46960c CReq: 32a92e59 RP: 1b467a98 Stage: 3 Thread: http-nio-8081-exec-2 State: N/A Method: dispatch URI: /status 2022-11-07 22:28:45.947 DEBUG 1 --- [nio-8081-exec-2] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-11-07 22:28:45.948 DEBUG 1 --- [nio-8081-exec-2] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-11-07 22:28:45.951 DEBUG 1 --- [nio-8081-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3060ab35:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:41153]], Status in: [OPEN_READ], State out: [LONG] 2022-11-07 22:28:45.952 DEBUG 1 --- [nio-8081-exec-2] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-11-07 22:28:45.952 DEBUG 1 --- [nio-8081-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3060ab35:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:41153]], State after async post processing: [ASYNC_END] 2022-11-07 22:28:45.952 DEBUG 1 --- [nio-8081-exec-2] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.67], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.67], newServerPort=[8081] 2022-11-07 22:28:45.953 DEBUG 1 --- [nio-8081-exec-2] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-11-07 22:28:45.953 DEBUG 1 --- [nio-8081-exec-2] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-11-07 22:28:45.953 DEBUG 1 --- [nio-8081-exec-2] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-11-07 22:28:45.953 DEBUG 1 --- [nio-8081-exec-2] o.apache.catalina.core.AsyncContextImpl : Req: 6d46960c CReq: 32a92e59 RP: 1b467a98 Stage: 3 Thread: http-nio-8081-exec-2 State: N/A Method: intDispatch URI: /status 2022-11-07 22:28:45.953 DEBUG 1 --- [nio-8081-exec-2] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-11-07 22:28:45.959 DEBUG 1 --- [nio-8081-exec-2] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-11-07 22:28:45.962 DEBUG 1 --- [nio-8081-exec-2] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-11-07 22:28:45.977 DEBUG 1 --- [nio-8081-exec-2] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2022-11-07 22:28:45.978 DEBUG 1 --- [nio-8081-exec-2] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-11-07 22:28:45.989 DEBUG 1 --- [nio-8081-exec-2] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-11-07 22:28:45.999 DEBUG 1 --- [nio-8081-exec-2] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-11-07 22:28:46.000 DEBUG 1 --- [nio-8081-exec-2] o.apache.catalina.core.AsyncContextImpl : Req: 6d46960c CReq: 32a92e59 RP: 1b467a98 Stage: 3 Thread: http-nio-8081-exec-2 State: N/A Method: recycle URI: /status 2022-11-07 22:28:46.001 DEBUG 1 --- [nio-8081-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3060ab35:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:41153]], Status in: [OPEN_READ], State out: [CLOSED] 2022-11-07 22:28:46.001 DEBUG 1 --- [nio-8081-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3060ab35:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:41153]], Status in: [OPEN_READ], State out: [CLOSED] 2022-11-07 22:28:46.001 DEBUG 1 --- [nio-8081-exec-2] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-2] latch=1 2022-11-07 22:28:46.001 DEBUG 1 --- [nio-8081-exec-2] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@77d9ea38].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3060ab35:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:41153]]) 2022-11-07 22:28:46.219 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-11-07 22:28:46.220 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-11-07 22:28:46.220 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2022-11-07 22:28:46.229 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 5 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-11-07 22:28:46.230 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [54d6b2d8] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-11-07 22:28:46.231 DEBUG 1 --- [or-http-epoll-2] r.n.resources.PooledConnectionProvider : [74cf9aad] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2022-11-07 22:28:46.232 DEBUG 1 --- [or-http-epoll-2] reactor.netty.transport.TransportConfig : [74cf9aad] Initialized pipeline DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-11-07 22:28:46.232 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [41030: /169.254.25.10:53], DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN A) 2022-11-07 22:28:46.235 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [41030: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 41030, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:46.236 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [3543: /169.254.25.10:53], DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN CNAME) 2022-11-07 22:28:46.238 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [3543: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 3543, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:46.238 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [13635: /169.254.25.10:53], DefaultDnsQuestion(message-router.svc.cluster.local. IN A) 2022-11-07 22:28:46.240 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [13635: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 13635, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:46.240 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [15016: /169.254.25.10:53], DefaultDnsQuestion(message-router.svc.cluster.local. IN CNAME) 2022-11-07 22:28:46.242 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [15016: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 15016, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:46.243 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [28747: /169.254.25.10:53], DefaultDnsQuestion(message-router.cluster.local. IN A) 2022-11-07 22:28:46.245 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [28747: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 28747, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:46.246 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [60074: /169.254.25.10:53], DefaultDnsQuestion(message-router.cluster.local. IN CNAME) 2022-11-07 22:28:46.247 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [60074: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 60074, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:46.248 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [40561: /169.254.25.10:53], DefaultDnsQuestion(message-router.default.svc.cluster.local. IN A) 2022-11-07 22:28:46.250 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [40561: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 40561, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.default.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:46.250 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [19453: /169.254.25.10:53], DefaultDnsQuestion(message-router.default.svc.cluster.local. IN CNAME) 2022-11-07 22:28:46.252 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [19453: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 19453, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.default.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:46.252 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [45836: /169.254.25.10:53], DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN A) 2022-11-07 22:28:46.253 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [45836: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 45836, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN A) DefaultDnsRawRecord(tnaplab.telekom.de. 20 IN SOA 83B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:46.254 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [18338: /169.254.25.10:53], DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN CNAME) 2022-11-07 22:28:46.255 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [18338: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 18338, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN CNAME) DefaultDnsRawRecord(tnaplab.telekom.de. 20 IN SOA 83B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:46.255 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [52634: /169.254.25.10:53], DefaultDnsQuestion(message-router. IN A) 2022-11-07 22:28:46.256 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [52634: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 52634, QUERY(0), NXDomain(3), RD AA RA) DefaultDnsQuestion(message-router. IN A) DefaultDnsRawRecord(. 20 IN SOA 64B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:46.256 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [31996: /169.254.25.10:53], DefaultDnsQuestion(message-router. IN CNAME) 2022-11-07 22:28:46.257 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [31996: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 31996, QUERY(0), NXDomain(3), RD AA RA) DefaultDnsQuestion(message-router. IN CNAME) DefaultDnsRawRecord(. 20 IN SOA 64B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:51.909 DEBUG 1 --- [alina-utility-1] org.apache.catalina.session.ManagerBase : Start expire sessions StandardManager at 1667860131909 sessioncount 0 2022-11-07 22:28:51.910 DEBUG 1 --- [alina-utility-1] org.apache.catalina.session.ManagerBase : End expire sessions StandardManager processingTime 1 expired sessions: 0 2022-11-07 22:28:54.969 DEBUG 1 --- [ scheduling-1] o.o.c.o.a.tasks.RicSupervision : Checking Rics starting 2022-11-07 22:28:54.970 DEBUG 1 --- [ scheduling-1] o.o.c.o.a.tasks.RicSupervision : Checking all RICs completed 2022-11-07 22:28:55.723 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-11-07 22:28:55.723 DEBUG 1 --- [nio-8081-exec-3] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2022-11-07 22:28:55.723 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-11-07 22:28:55.724 DEBUG 1 --- [nio-8081-exec-4] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [0] 2022-11-07 22:28:55.724 DEBUG 1 --- [nio-8081-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@56635899:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:44095]], Read from buffer: [0] 2022-11-07 22:28:55.724 DEBUG 1 --- [nio-8081-exec-4] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@58aab369:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:37067]], Read from buffer: [0] 2022-11-07 22:28:55.724 DEBUG 1 --- [nio-8081-exec-4] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@58aab369:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:37067]], Read direct from socket: [133] 2022-11-07 22:28:55.724 DEBUG 1 --- [nio-8081-exec-4] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.67:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-11-07 22:28:55.725 DEBUG 1 --- [nio-8081-exec-4] org.apache.tomcat.util.http.Parameters : Set query string encoding to UTF-8 2022-11-07 22:28:55.725 DEBUG 1 --- [nio-8081-exec-3] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2022-11-07 22:28:55.726 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.67], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.67], newServerPort=[8081] 2022-11-07 22:28:55.726 DEBUG 1 --- [nio-8081-exec-3] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2022-11-07 22:28:55.726 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-11-07 22:28:55.727 DEBUG 1 --- [nio-8081-exec-4] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-11-07 22:28:55.727 DEBUG 1 --- [nio-8081-exec-3] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@56635899:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:44095]], Status in: [OPEN_READ], State out: [CLOSED] 2022-11-07 22:28:55.727 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-11-07 22:28:55.727 DEBUG 1 --- [nio-8081-exec-3] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-3] latch=2 2022-11-07 22:28:55.727 DEBUG 1 --- [nio-8081-exec-3] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@77d9ea38].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@56635899:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:44095]]) 2022-11-07 22:28:55.727 DEBUG 1 --- [nio-8081-exec-4] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-11-07 22:28:55.728 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-11-07 22:28:55.729 DEBUG 1 --- [nio-8081-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-11-07 22:28:55.730 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: http-nio-8081-exec-4 State: N/A Method: Constructor URI: N/A 2022-11-07 22:28:55.731 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-11-07 22:28:55.731 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-11-07 22:28:55.731 DEBUG 1 --- [nio-8081-exec-4] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-11-07 22:28:55.731 DEBUG 1 --- [nio-8081-exec-4] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-11-07 22:28:55.732 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Req: 566d460c CReq: 5252d819 RP: 17504c37 Stage: 3 Thread: http-nio-8081-exec-4 State: N/A Method: dispatch URI: /status 2022-11-07 22:28:55.732 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-11-07 22:28:55.732 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-11-07 22:28:55.732 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@58aab369:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:37067]], Status in: [OPEN_READ], State out: [LONG] 2022-11-07 22:28:55.733 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-11-07 22:28:55.733 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@58aab369:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:37067]], State after async post processing: [ASYNC_END] 2022-11-07 22:28:55.733 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.67], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.67], newServerPort=[8081] 2022-11-07 22:28:55.733 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-11-07 22:28:55.733 DEBUG 1 --- [nio-8081-exec-4] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-11-07 22:28:55.734 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-11-07 22:28:55.734 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Req: 566d460c CReq: 5252d819 RP: 17504c37 Stage: 3 Thread: http-nio-8081-exec-4 State: N/A Method: intDispatch URI: /status 2022-11-07 22:28:55.734 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-11-07 22:28:55.734 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-11-07 22:28:55.735 DEBUG 1 --- [nio-8081-exec-4] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-11-07 22:28:55.737 DEBUG 1 --- [nio-8081-exec-4] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2022-11-07 22:28:55.737 DEBUG 1 --- [nio-8081-exec-4] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-11-07 22:28:55.738 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-11-07 22:28:55.739 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-11-07 22:28:55.739 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Req: 566d460c CReq: 5252d819 RP: 17504c37 Stage: 3 Thread: http-nio-8081-exec-4 State: N/A Method: recycle URI: /status 2022-11-07 22:28:55.739 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@58aab369:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:37067]], Status in: [OPEN_READ], State out: [CLOSED] 2022-11-07 22:28:55.739 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@58aab369:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:37067]], Status in: [OPEN_READ], State out: [CLOSED] 2022-11-07 22:28:55.740 DEBUG 1 --- [nio-8081-exec-4] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-4] latch=1 2022-11-07 22:28:55.740 DEBUG 1 --- [nio-8081-exec-4] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@77d9ea38].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@58aab369:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:37067]]) 2022-11-07 22:28:56.259 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-11-07 22:28:56.259 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-11-07 22:28:56.260 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2022-11-07 22:28:56.266 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 6 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-11-07 22:28:56.266 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [25de23c9] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-11-07 22:28:56.268 DEBUG 1 --- [or-http-epoll-3] r.n.resources.PooledConnectionProvider : [2b4f3a51] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2022-11-07 22:28:56.268 DEBUG 1 --- [or-http-epoll-3] reactor.netty.transport.TransportConfig : [2b4f3a51] Initialized pipeline DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-11-07 22:28:56.269 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [15559: /169.254.25.10:53], DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN A) 2022-11-07 22:28:56.273 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [15559: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 15559, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:56.274 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [52465: /169.254.25.10:53], DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN CNAME) 2022-11-07 22:28:56.276 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [52465: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 52465, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:56.277 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [22904: /169.254.25.10:53], DefaultDnsQuestion(message-router.svc.cluster.local. IN A) 2022-11-07 22:28:56.280 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [22904: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 22904, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:56.281 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [23977: /169.254.25.10:53], DefaultDnsQuestion(message-router.svc.cluster.local. IN CNAME) 2022-11-07 22:28:56.284 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [23977: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 23977, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:56.285 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [30050: /169.254.25.10:53], DefaultDnsQuestion(message-router.cluster.local. IN A) 2022-11-07 22:28:56.288 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [30050: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 30050, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:56.288 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [45462: /169.254.25.10:53], DefaultDnsQuestion(message-router.cluster.local. IN CNAME) 2022-11-07 22:28:56.290 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [45462: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 45462, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:56.290 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [11255: /169.254.25.10:53], DefaultDnsQuestion(message-router.default.svc.cluster.local. IN A) 2022-11-07 22:28:56.293 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [11255: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 11255, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.default.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:56.293 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [59758: /169.254.25.10:53], DefaultDnsQuestion(message-router.default.svc.cluster.local. IN CNAME) 2022-11-07 22:28:56.295 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [59758: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 59758, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.default.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:56.295 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [6156: /169.254.25.10:53], DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN A) 2022-11-07 22:28:56.297 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [6156: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 6156, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN A) DefaultDnsRawRecord(tnaplab.telekom.de. 10 IN SOA 83B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:56.297 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [28407: /169.254.25.10:53], DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN CNAME) 2022-11-07 22:28:56.298 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [28407: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 28407, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN CNAME) DefaultDnsRawRecord(tnaplab.telekom.de. 10 IN SOA 83B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:56.298 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [60336: /169.254.25.10:53], DefaultDnsQuestion(message-router. IN A) 2022-11-07 22:28:56.299 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [60336: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 60336, QUERY(0), NXDomain(3), RD AA RA) DefaultDnsQuestion(message-router. IN A) DefaultDnsRawRecord(. 10 IN SOA 64B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:28:56.300 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [48645: /169.254.25.10:53], DefaultDnsQuestion(message-router. IN CNAME) 2022-11-07 22:28:56.301 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [48645: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 48645, QUERY(0), NXDomain(3), RD AA RA) DefaultDnsQuestion(message-router. IN CNAME) DefaultDnsRawRecord(. 10 IN SOA 64B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:05.722 DEBUG 1 --- [nio-8081-exec-5] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2022-11-07 22:29:05.721 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-11-07 22:29:05.722 DEBUG 1 --- [nio-8081-exec-5] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1354e819:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:50125]], Read from buffer: [0] 2022-11-07 22:29:05.723 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-11-07 22:29:05.723 DEBUG 1 --- [nio-8081-exec-5] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1354e819:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:50125]], Read direct from socket: [133] 2022-11-07 22:29:05.723 DEBUG 1 --- [nio-8081-exec-5] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.67:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-11-07 22:29:05.723 DEBUG 1 --- [nio-8081-exec-6] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2022-11-07 22:29:05.723 DEBUG 1 --- [nio-8081-exec-6] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@70b887c0:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:32939]], Read from buffer: [0] 2022-11-07 22:29:05.724 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.67], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.67], newServerPort=[8081] 2022-11-07 22:29:05.724 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2022-11-07 22:29:05.724 DEBUG 1 --- [nio-8081-exec-5] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-11-07 22:29:05.724 DEBUG 1 --- [nio-8081-exec-5] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-11-07 22:29:05.725 DEBUG 1 --- [nio-8081-exec-5] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-11-07 22:29:05.725 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2022-11-07 22:29:05.725 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@70b887c0:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:32939]], Status in: [OPEN_READ], State out: [CLOSED] 2022-11-07 22:29:05.726 DEBUG 1 --- [nio-8081-exec-6] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-6] latch=2 2022-11-07 22:29:05.726 DEBUG 1 --- [nio-8081-exec-6] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@77d9ea38].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@70b887c0:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:32939]]) 2022-11-07 22:29:05.726 DEBUG 1 --- [nio-8081-exec-5] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-11-07 22:29:05.726 DEBUG 1 --- [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-11-07 22:29:05.728 DEBUG 1 --- [nio-8081-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-11-07 22:29:05.729 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: http-nio-8081-exec-5 State: N/A Method: Constructor URI: N/A 2022-11-07 22:29:05.730 DEBUG 1 --- [nio-8081-exec-5] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-11-07 22:29:05.730 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-11-07 22:29:05.730 DEBUG 1 --- [nio-8081-exec-5] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-11-07 22:29:05.730 DEBUG 1 --- [nio-8081-exec-5] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-11-07 22:29:05.730 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Req: 566d460c CReq: 5252d819 RP: 17504c37 Stage: 3 Thread: http-nio-8081-exec-5 State: N/A Method: dispatch URI: /status 2022-11-07 22:29:05.731 DEBUG 1 --- [nio-8081-exec-5] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-11-07 22:29:05.731 DEBUG 1 --- [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-11-07 22:29:05.731 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1354e819:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:50125]], Status in: [OPEN_READ], State out: [LONG] 2022-11-07 22:29:05.731 DEBUG 1 --- [nio-8081-exec-5] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-11-07 22:29:05.731 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1354e819:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:50125]], State after async post processing: [ASYNC_END] 2022-11-07 22:29:05.732 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.67], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.67], newServerPort=[8081] 2022-11-07 22:29:05.732 DEBUG 1 --- [nio-8081-exec-5] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-11-07 22:29:05.732 DEBUG 1 --- [nio-8081-exec-5] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-11-07 22:29:05.732 DEBUG 1 --- [nio-8081-exec-5] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-11-07 22:29:05.732 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Req: 566d460c CReq: 5252d819 RP: 17504c37 Stage: 3 Thread: http-nio-8081-exec-5 State: N/A Method: intDispatch URI: /status 2022-11-07 22:29:05.732 DEBUG 1 --- [nio-8081-exec-5] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-11-07 22:29:05.733 DEBUG 1 --- [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-11-07 22:29:05.734 DEBUG 1 --- [nio-8081-exec-5] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-11-07 22:29:05.735 DEBUG 1 --- [nio-8081-exec-5] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2022-11-07 22:29:05.735 DEBUG 1 --- [nio-8081-exec-5] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-11-07 22:29:05.736 DEBUG 1 --- [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-11-07 22:29:05.736 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-11-07 22:29:05.736 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Req: 566d460c CReq: 5252d819 RP: 17504c37 Stage: 3 Thread: http-nio-8081-exec-5 State: N/A Method: recycle URI: /status 2022-11-07 22:29:05.737 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1354e819:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:50125]], Status in: [OPEN_READ], State out: [CLOSED] 2022-11-07 22:29:05.737 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1354e819:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:50125]], Status in: [OPEN_READ], State out: [CLOSED] 2022-11-07 22:29:05.737 DEBUG 1 --- [nio-8081-exec-5] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-5] latch=1 2022-11-07 22:29:05.737 DEBUG 1 --- [nio-8081-exec-5] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@77d9ea38].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1354e819:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:50125]]) 2022-11-07 22:29:06.304 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-11-07 22:29:06.305 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-11-07 22:29:06.306 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2022-11-07 22:29:06.313 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 7 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-11-07 22:29:06.313 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [511e4c83] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-11-07 22:29:06.315 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [aac6a3fa] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2022-11-07 22:29:06.315 DEBUG 1 --- [or-http-epoll-4] reactor.netty.transport.TransportConfig : [aac6a3fa] Initialized pipeline DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-11-07 22:29:06.316 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [2526: /169.254.25.10:53], DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN A) 2022-11-07 22:29:06.319 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [2526: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 2526, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:06.320 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [5448: /169.254.25.10:53], DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN CNAME) 2022-11-07 22:29:06.321 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [5448: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 5448, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:06.322 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [7793: /169.254.25.10:53], DefaultDnsQuestion(message-router.svc.cluster.local. IN A) 2022-11-07 22:29:06.324 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [7793: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 7793, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:06.324 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [13463: /169.254.25.10:53], DefaultDnsQuestion(message-router.svc.cluster.local. IN CNAME) 2022-11-07 22:29:06.326 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [13463: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 13463, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:06.326 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [25065: /169.254.25.10:53], DefaultDnsQuestion(message-router.cluster.local. IN A) 2022-11-07 22:29:06.328 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [25065: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 25065, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:06.328 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [63672: /169.254.25.10:53], DefaultDnsQuestion(message-router.cluster.local. IN CNAME) 2022-11-07 22:29:06.330 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [63672: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 63672, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:06.330 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [30466: /169.254.25.10:53], DefaultDnsQuestion(message-router.default.svc.cluster.local. IN A) 2022-11-07 22:29:06.332 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [30466: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 30466, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.default.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:06.332 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [51467: /169.254.25.10:53], DefaultDnsQuestion(message-router.default.svc.cluster.local. IN CNAME) 2022-11-07 22:29:06.334 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [51467: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 51467, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.default.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:06.334 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [23062: /169.254.25.10:53], DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN A) 2022-11-07 22:29:06.339 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [23062: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 23062, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN A) DefaultDnsRawRecord(tnaplab.telekom.de. 30 IN SOA 83B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:06.340 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [21579: /169.254.25.10:53], DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN CNAME) 2022-11-07 22:29:06.343 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [21579: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 21579, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN CNAME) DefaultDnsRawRecord(tnaplab.telekom.de. 30 IN SOA 83B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:06.343 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [19269: /169.254.25.10:53], DefaultDnsQuestion(message-router. IN A) 2022-11-07 22:29:06.352 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [19269: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 19269, QUERY(0), NXDomain(3), RD RA) DefaultDnsQuestion(message-router. IN A) DefaultDnsRawRecord(. 30 IN SOA 64B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:06.352 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [25445: /169.254.25.10:53], DefaultDnsQuestion(message-router. IN CNAME) 2022-11-07 22:29:06.361 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [25445: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 25445, QUERY(0), NXDomain(3), RD RA) DefaultDnsQuestion(message-router. IN CNAME) DefaultDnsRawRecord(. 30 IN SOA 64B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:15.722 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-11-07 22:29:15.723 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-11-07 22:29:15.723 DEBUG 1 --- [nio-8081-exec-7] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2022-11-07 22:29:15.724 DEBUG 1 --- [nio-8081-exec-8] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2022-11-07 22:29:15.724 DEBUG 1 --- [nio-8081-exec-8] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@202c3d8b:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:47605]], Read from buffer: [0] 2022-11-07 22:29:15.724 DEBUG 1 --- [nio-8081-exec-7] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@55df701:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:33999]], Read from buffer: [0] 2022-11-07 22:29:15.724 DEBUG 1 --- [nio-8081-exec-8] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@202c3d8b:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:47605]], Read direct from socket: [133] 2022-11-07 22:29:15.724 DEBUG 1 --- [nio-8081-exec-8] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.67:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-11-07 22:29:15.725 DEBUG 1 --- [nio-8081-exec-8] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.67], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.67], newServerPort=[8081] 2022-11-07 22:29:15.725 DEBUG 1 --- [nio-8081-exec-8] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-11-07 22:29:15.725 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2022-11-07 22:29:15.725 DEBUG 1 --- [nio-8081-exec-8] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-11-07 22:29:15.726 DEBUG 1 --- [nio-8081-exec-8] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-11-07 22:29:15.726 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2022-11-07 22:29:15.726 DEBUG 1 --- [nio-8081-exec-8] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-11-07 22:29:15.727 DEBUG 1 --- [nio-8081-exec-8] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-11-07 22:29:15.727 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@55df701:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:33999]], Status in: [OPEN_READ], State out: [CLOSED] 2022-11-07 22:29:15.727 DEBUG 1 --- [nio-8081-exec-7] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-7] latch=2 2022-11-07 22:29:15.727 DEBUG 1 --- [nio-8081-exec-7] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@77d9ea38].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@55df701:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:33999]]) 2022-11-07 22:29:15.728 DEBUG 1 --- [nio-8081-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-11-07 22:29:15.729 DEBUG 1 --- [nio-8081-exec-8] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: http-nio-8081-exec-8 State: N/A Method: Constructor URI: N/A 2022-11-07 22:29:15.729 DEBUG 1 --- [nio-8081-exec-8] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-11-07 22:29:15.730 DEBUG 1 --- [nio-8081-exec-8] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-11-07 22:29:15.730 DEBUG 1 --- [nio-8081-exec-8] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-11-07 22:29:15.730 DEBUG 1 --- [nio-8081-exec-8] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-11-07 22:29:15.730 DEBUG 1 --- [nio-8081-exec-8] o.apache.catalina.core.AsyncContextImpl : Req: 6d46960c CReq: 32a92e59 RP: 1b467a98 Stage: 3 Thread: http-nio-8081-exec-8 State: N/A Method: dispatch URI: /status 2022-11-07 22:29:15.730 DEBUG 1 --- [nio-8081-exec-8] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-11-07 22:29:15.731 DEBUG 1 --- [nio-8081-exec-8] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-11-07 22:29:15.731 DEBUG 1 --- [nio-8081-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@202c3d8b:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:47605]], Status in: [OPEN_READ], State out: [LONG] 2022-11-07 22:29:15.731 DEBUG 1 --- [nio-8081-exec-8] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-11-07 22:29:15.731 DEBUG 1 --- [nio-8081-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@202c3d8b:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:47605]], State after async post processing: [ASYNC_END] 2022-11-07 22:29:15.732 DEBUG 1 --- [nio-8081-exec-8] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.67], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.67], newServerPort=[8081] 2022-11-07 22:29:15.732 DEBUG 1 --- [nio-8081-exec-8] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-11-07 22:29:15.732 DEBUG 1 --- [nio-8081-exec-8] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-11-07 22:29:15.732 DEBUG 1 --- [nio-8081-exec-8] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-11-07 22:29:15.732 DEBUG 1 --- [nio-8081-exec-8] o.apache.catalina.core.AsyncContextImpl : Req: 6d46960c CReq: 32a92e59 RP: 1b467a98 Stage: 3 Thread: http-nio-8081-exec-8 State: N/A Method: intDispatch URI: /status 2022-11-07 22:29:15.733 DEBUG 1 --- [nio-8081-exec-8] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-11-07 22:29:15.733 DEBUG 1 --- [nio-8081-exec-8] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-11-07 22:29:15.734 DEBUG 1 --- [nio-8081-exec-8] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-11-07 22:29:15.735 DEBUG 1 --- [nio-8081-exec-8] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2022-11-07 22:29:15.735 DEBUG 1 --- [nio-8081-exec-8] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-11-07 22:29:15.736 DEBUG 1 --- [nio-8081-exec-8] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-11-07 22:29:15.737 DEBUG 1 --- [nio-8081-exec-8] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-11-07 22:29:15.737 DEBUG 1 --- [nio-8081-exec-8] o.apache.catalina.core.AsyncContextImpl : Req: 6d46960c CReq: 32a92e59 RP: 1b467a98 Stage: 3 Thread: http-nio-8081-exec-8 State: N/A Method: recycle URI: /status 2022-11-07 22:29:15.737 DEBUG 1 --- [nio-8081-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@202c3d8b:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:47605]], Status in: [OPEN_READ], State out: [CLOSED] 2022-11-07 22:29:15.738 DEBUG 1 --- [nio-8081-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@202c3d8b:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:47605]], Status in: [OPEN_READ], State out: [CLOSED] 2022-11-07 22:29:15.738 DEBUG 1 --- [nio-8081-exec-8] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-8] latch=1 2022-11-07 22:29:15.738 DEBUG 1 --- [nio-8081-exec-8] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@77d9ea38].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@202c3d8b:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:47605]]) 2022-11-07 22:29:16.363 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-11-07 22:29:16.364 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-11-07 22:29:16.364 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2022-11-07 22:29:16.373 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 8 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-11-07 22:29:16.374 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [5b2740a8] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-11-07 22:29:16.375 DEBUG 1 --- [or-http-epoll-1] r.n.resources.PooledConnectionProvider : [ddc4534d] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2022-11-07 22:29:16.375 DEBUG 1 --- [or-http-epoll-1] reactor.netty.transport.TransportConfig : [ddc4534d] Initialized pipeline DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-11-07 22:29:16.375 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [36128: /169.254.25.10:53], DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN A) 2022-11-07 22:29:16.379 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [36128: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 36128, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:16.379 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [31325: /169.254.25.10:53], DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN CNAME) 2022-11-07 22:29:16.382 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [31325: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 31325, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:16.382 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [9783: /169.254.25.10:53], DefaultDnsQuestion(message-router.svc.cluster.local. IN A) 2022-11-07 22:29:16.384 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [9783: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 9783, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:16.384 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [16547: /169.254.25.10:53], DefaultDnsQuestion(message-router.svc.cluster.local. IN CNAME) 2022-11-07 22:29:16.387 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [16547: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 16547, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:16.387 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [10410: /169.254.25.10:53], DefaultDnsQuestion(message-router.cluster.local. IN A) 2022-11-07 22:29:16.389 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [10410: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 10410, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:16.389 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [1915: /169.254.25.10:53], DefaultDnsQuestion(message-router.cluster.local. IN CNAME) 2022-11-07 22:29:16.391 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [1915: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 1915, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:16.391 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [8678: /169.254.25.10:53], DefaultDnsQuestion(message-router.default.svc.cluster.local. IN A) 2022-11-07 22:29:16.393 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [8678: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 8678, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.default.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:16.394 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [57618: /169.254.25.10:53], DefaultDnsQuestion(message-router.default.svc.cluster.local. IN CNAME) 2022-11-07 22:29:16.397 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [57618: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 57618, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.default.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:16.398 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [62534: /169.254.25.10:53], DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN A) 2022-11-07 22:29:16.399 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [62534: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 62534, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN A) DefaultDnsRawRecord(tnaplab.telekom.de. 20 IN SOA 83B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:16.399 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [50950: /169.254.25.10:53], DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN CNAME) 2022-11-07 22:29:16.400 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [50950: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 50950, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN CNAME) DefaultDnsRawRecord(tnaplab.telekom.de. 20 IN SOA 83B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:16.400 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [47541: /169.254.25.10:53], DefaultDnsQuestion(message-router. IN A) 2022-11-07 22:29:16.401 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [47541: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 47541, QUERY(0), NXDomain(3), RD AA RA) DefaultDnsQuestion(message-router. IN A) DefaultDnsRawRecord(. 20 IN SOA 64B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:16.401 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [64957: /169.254.25.10:53], DefaultDnsQuestion(message-router. IN CNAME) 2022-11-07 22:29:16.402 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [64957: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 64957, QUERY(0), NXDomain(3), RD AA RA) DefaultDnsQuestion(message-router. IN CNAME) DefaultDnsRawRecord(. 20 IN SOA 64B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:25.722 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-11-07 22:29:25.723 DEBUG 1 --- [nio-8081-exec-9] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2022-11-07 22:29:25.723 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-11-07 22:29:25.723 DEBUG 1 --- [nio-8081-exec-9] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@227f9caa:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:40643]], Read from buffer: [0] 2022-11-07 22:29:25.724 DEBUG 1 --- [nio-8081-exec-9] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2022-11-07 22:29:25.724 DEBUG 1 --- [io-8081-exec-10] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2022-11-07 22:29:25.725 DEBUG 1 --- [io-8081-exec-10] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@54b59cd2:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:47085]], Read from buffer: [0] 2022-11-07 22:29:25.725 DEBUG 1 --- [nio-8081-exec-9] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2022-11-07 22:29:25.725 DEBUG 1 --- [io-8081-exec-10] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@54b59cd2:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:47085]], Read direct from socket: [133] 2022-11-07 22:29:25.725 DEBUG 1 --- [nio-8081-exec-9] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@227f9caa:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:40643]], Status in: [OPEN_READ], State out: [CLOSED] 2022-11-07 22:29:25.725 DEBUG 1 --- [io-8081-exec-10] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.67:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-11-07 22:29:25.726 DEBUG 1 --- [nio-8081-exec-9] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-9] latch=2 2022-11-07 22:29:25.726 DEBUG 1 --- [nio-8081-exec-9] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@77d9ea38].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@227f9caa:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:40643]]) 2022-11-07 22:29:25.727 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.67], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.67], newServerPort=[8081] 2022-11-07 22:29:25.727 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-11-07 22:29:25.727 DEBUG 1 --- [io-8081-exec-10] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-11-07 22:29:25.727 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-11-07 22:29:25.728 DEBUG 1 --- [io-8081-exec-10] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-11-07 22:29:25.728 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-11-07 22:29:25.730 DEBUG 1 --- [io-8081-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-11-07 22:29:25.731 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: ttp-nio-8081-exec-10 State: N/A Method: Constructor URI: N/A 2022-11-07 22:29:25.731 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-11-07 22:29:25.731 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-11-07 22:29:25.732 DEBUG 1 --- [io-8081-exec-10] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-11-07 22:29:25.732 DEBUG 1 --- [io-8081-exec-10] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-11-07 22:29:25.732 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: 566d460c CReq: 5252d819 RP: 17504c37 Stage: 3 Thread: ttp-nio-8081-exec-10 State: N/A Method: dispatch URI: /status 2022-11-07 22:29:25.733 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-11-07 22:29:25.733 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-11-07 22:29:25.733 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@54b59cd2:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:47085]], Status in: [OPEN_READ], State out: [LONG] 2022-11-07 22:29:25.734 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-11-07 22:29:25.734 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@54b59cd2:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:47085]], State after async post processing: [ASYNC_END] 2022-11-07 22:29:25.734 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.67], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.67], newServerPort=[8081] 2022-11-07 22:29:25.734 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-11-07 22:29:25.735 DEBUG 1 --- [io-8081-exec-10] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-11-07 22:29:25.735 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-11-07 22:29:25.735 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: 566d460c CReq: 5252d819 RP: 17504c37 Stage: 3 Thread: ttp-nio-8081-exec-10 State: N/A Method: intDispatch URI: /status 2022-11-07 22:29:25.735 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-11-07 22:29:25.736 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-11-07 22:29:25.737 DEBUG 1 --- [io-8081-exec-10] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-11-07 22:29:25.738 DEBUG 1 --- [io-8081-exec-10] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2022-11-07 22:29:25.738 DEBUG 1 --- [io-8081-exec-10] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-11-07 22:29:25.739 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-11-07 22:29:25.740 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-11-07 22:29:25.740 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: 566d460c CReq: 5252d819 RP: 17504c37 Stage: 3 Thread: ttp-nio-8081-exec-10 State: N/A Method: recycle URI: /status 2022-11-07 22:29:25.740 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@54b59cd2:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:47085]], Status in: [OPEN_READ], State out: [CLOSED] 2022-11-07 22:29:25.740 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@54b59cd2:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:47085]], Status in: [OPEN_READ], State out: [CLOSED] 2022-11-07 22:29:25.741 DEBUG 1 --- [io-8081-exec-10] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-10] latch=1 2022-11-07 22:29:25.741 DEBUG 1 --- [io-8081-exec-10] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@77d9ea38].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@54b59cd2:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:47085]]) 2022-11-07 22:29:26.403 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-11-07 22:29:26.404 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-11-07 22:29:26.404 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2022-11-07 22:29:26.411 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 9 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-11-07 22:29:26.411 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [7b4f2b88] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-11-07 22:29:26.413 DEBUG 1 --- [or-http-epoll-2] r.n.resources.PooledConnectionProvider : [5df42995] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2022-11-07 22:29:26.413 DEBUG 1 --- [or-http-epoll-2] reactor.netty.transport.TransportConfig : [5df42995] Initialized pipeline DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-11-07 22:29:26.413 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [30456: /169.254.25.10:53], DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN A) 2022-11-07 22:29:26.417 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [30456: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 30456, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:26.417 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [6298: /169.254.25.10:53], DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN CNAME) 2022-11-07 22:29:26.420 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [6298: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 6298, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:26.420 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [28422: /169.254.25.10:53], DefaultDnsQuestion(message-router.svc.cluster.local. IN A) 2022-11-07 22:29:26.422 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [28422: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 28422, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:26.422 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [35041: /169.254.25.10:53], DefaultDnsQuestion(message-router.svc.cluster.local. IN CNAME) 2022-11-07 22:29:26.424 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [35041: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 35041, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:26.425 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [44437: /169.254.25.10:53], DefaultDnsQuestion(message-router.cluster.local. IN A) 2022-11-07 22:29:26.427 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [44437: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 44437, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:26.427 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [50410: /169.254.25.10:53], DefaultDnsQuestion(message-router.cluster.local. IN CNAME) 2022-11-07 22:29:26.429 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [50410: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 50410, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:26.430 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [5343: /169.254.25.10:53], DefaultDnsQuestion(message-router.default.svc.cluster.local. IN A) 2022-11-07 22:29:26.432 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [5343: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 5343, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.default.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:26.433 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [19664: /169.254.25.10:53], DefaultDnsQuestion(message-router.default.svc.cluster.local. IN CNAME) 2022-11-07 22:29:26.435 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [19664: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 19664, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.default.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:26.435 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [47222: /169.254.25.10:53], DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN A) 2022-11-07 22:29:26.436 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [47222: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 47222, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN A) DefaultDnsRawRecord(tnaplab.telekom.de. 10 IN SOA 83B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:26.437 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [47618: /169.254.25.10:53], DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN CNAME) 2022-11-07 22:29:26.438 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [47618: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 47618, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN CNAME) DefaultDnsRawRecord(tnaplab.telekom.de. 10 IN SOA 83B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:26.438 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [20390: /169.254.25.10:53], DefaultDnsQuestion(message-router. IN A) 2022-11-07 22:29:26.439 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [20390: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 20390, QUERY(0), NXDomain(3), RD AA RA) DefaultDnsQuestion(message-router. IN A) DefaultDnsRawRecord(. 10 IN SOA 64B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:26.439 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [34760: /169.254.25.10:53], DefaultDnsQuestion(message-router. IN CNAME) 2022-11-07 22:29:26.440 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [34760: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 34760, QUERY(0), NXDomain(3), RD AA RA) DefaultDnsQuestion(message-router. IN CNAME) DefaultDnsRawRecord(. 10 IN SOA 64B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:35.722 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-11-07 22:29:35.722 DEBUG 1 --- [nio-8081-exec-1] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2022-11-07 22:29:35.722 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-11-07 22:29:35.723 DEBUG 1 --- [nio-8081-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@25319fe4:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:55603]], Read from buffer: [0] 2022-11-07 22:29:35.723 DEBUG 1 --- [nio-8081-exec-2] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2022-11-07 22:29:35.723 DEBUG 1 --- [nio-8081-exec-1] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@25319fe4:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:55603]], Read direct from socket: [133] 2022-11-07 22:29:35.723 DEBUG 1 --- [nio-8081-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4185bac4:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:33983]], Read from buffer: [0] 2022-11-07 22:29:35.723 DEBUG 1 --- [nio-8081-exec-1] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.67:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-11-07 22:29:35.724 DEBUG 1 --- [nio-8081-exec-2] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2022-11-07 22:29:35.724 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.67], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.67], newServerPort=[8081] 2022-11-07 22:29:35.724 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-11-07 22:29:35.724 DEBUG 1 --- [nio-8081-exec-1] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-11-07 22:29:35.724 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-11-07 22:29:35.724 DEBUG 1 --- [nio-8081-exec-2] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2022-11-07 22:29:35.725 DEBUG 1 --- [nio-8081-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4185bac4:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:33983]], Status in: [OPEN_READ], State out: [CLOSED] 2022-11-07 22:29:35.725 DEBUG 1 --- [nio-8081-exec-2] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-2] latch=2 2022-11-07 22:29:35.725 DEBUG 1 --- [nio-8081-exec-1] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-11-07 22:29:35.726 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-11-07 22:29:35.726 DEBUG 1 --- [nio-8081-exec-2] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@77d9ea38].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4185bac4:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:33983]]) 2022-11-07 22:29:35.727 DEBUG 1 --- [nio-8081-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-11-07 22:29:35.733 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: http-nio-8081-exec-1 State: N/A Method: Constructor URI: N/A 2022-11-07 22:29:35.733 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-11-07 22:29:35.733 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-11-07 22:29:35.734 DEBUG 1 --- [nio-8081-exec-1] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-11-07 22:29:35.734 DEBUG 1 --- [nio-8081-exec-1] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-11-07 22:29:35.734 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Req: 566d460c CReq: 5252d819 RP: 17504c37 Stage: 3 Thread: http-nio-8081-exec-1 State: N/A Method: dispatch URI: /status 2022-11-07 22:29:35.734 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-11-07 22:29:35.734 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-11-07 22:29:35.735 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@25319fe4:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:55603]], Status in: [OPEN_READ], State out: [LONG] 2022-11-07 22:29:35.735 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-11-07 22:29:35.735 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@25319fe4:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:55603]], State after async post processing: [ASYNC_END] 2022-11-07 22:29:35.736 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.67], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.67], newServerPort=[8081] 2022-11-07 22:29:35.736 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-11-07 22:29:35.736 DEBUG 1 --- [nio-8081-exec-1] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-11-07 22:29:35.736 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-11-07 22:29:35.736 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Req: 566d460c CReq: 5252d819 RP: 17504c37 Stage: 3 Thread: http-nio-8081-exec-1 State: N/A Method: intDispatch URI: /status 2022-11-07 22:29:35.737 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-11-07 22:29:35.737 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-11-07 22:29:35.738 DEBUG 1 --- [nio-8081-exec-1] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-11-07 22:29:35.739 DEBUG 1 --- [nio-8081-exec-1] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2022-11-07 22:29:35.739 DEBUG 1 --- [nio-8081-exec-1] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-11-07 22:29:35.740 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-11-07 22:29:35.741 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-11-07 22:29:35.741 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Req: 566d460c CReq: 5252d819 RP: 17504c37 Stage: 3 Thread: http-nio-8081-exec-1 State: N/A Method: recycle URI: /status 2022-11-07 22:29:35.741 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@25319fe4:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:55603]], Status in: [OPEN_READ], State out: [CLOSED] 2022-11-07 22:29:35.741 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@25319fe4:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:55603]], Status in: [OPEN_READ], State out: [CLOSED] 2022-11-07 22:29:35.741 DEBUG 1 --- [nio-8081-exec-1] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-1] latch=1 2022-11-07 22:29:35.742 DEBUG 1 --- [nio-8081-exec-1] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@77d9ea38].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@25319fe4:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:55603]]) 2022-11-07 22:29:36.442 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-11-07 22:29:36.443 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-11-07 22:29:36.443 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2022-11-07 22:29:36.449 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 10 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-11-07 22:29:36.449 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [2fdb8f43] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-11-07 22:29:36.450 DEBUG 1 --- [or-http-epoll-3] r.n.resources.PooledConnectionProvider : [9de73562] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2022-11-07 22:29:36.451 DEBUG 1 --- [or-http-epoll-3] reactor.netty.transport.TransportConfig : [9de73562] Initialized pipeline DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-11-07 22:29:36.452 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [37350: /169.254.25.10:53], DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN A) 2022-11-07 22:29:36.455 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [37350: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 37350, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:36.455 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [52321: /169.254.25.10:53], DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN CNAME) 2022-11-07 22:29:36.457 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [52321: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 52321, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:36.458 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [48966: /169.254.25.10:53], DefaultDnsQuestion(message-router.svc.cluster.local. IN A) 2022-11-07 22:29:36.460 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [48966: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 48966, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:36.460 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [56579: /169.254.25.10:53], DefaultDnsQuestion(message-router.svc.cluster.local. IN CNAME) 2022-11-07 22:29:36.462 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [56579: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 56579, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:36.462 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [15090: /169.254.25.10:53], DefaultDnsQuestion(message-router.cluster.local. IN A) 2022-11-07 22:29:36.464 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [15090: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 15090, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:36.464 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [10385: /169.254.25.10:53], DefaultDnsQuestion(message-router.cluster.local. IN CNAME) 2022-11-07 22:29:36.465 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [10385: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 10385, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:36.466 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [32428: /169.254.25.10:53], DefaultDnsQuestion(message-router.default.svc.cluster.local. IN A) 2022-11-07 22:29:36.467 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [32428: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 32428, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.default.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:36.468 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [23813: /169.254.25.10:53], DefaultDnsQuestion(message-router.default.svc.cluster.local. IN CNAME) 2022-11-07 22:29:36.469 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [23813: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 23813, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.default.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:36.470 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [26917: /169.254.25.10:53], DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN A) 2022-11-07 22:29:36.474 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [26917: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 26917, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN A) DefaultDnsRawRecord(tnaplab.telekom.de. 30 IN SOA 83B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:36.474 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [51426: /169.254.25.10:53], DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN CNAME) 2022-11-07 22:29:36.477 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [51426: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 51426, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN CNAME) DefaultDnsRawRecord(tnaplab.telekom.de. 30 IN SOA 83B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:36.478 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [55378: /169.254.25.10:53], DefaultDnsQuestion(message-router. IN A) 2022-11-07 22:29:36.487 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [55378: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 55378, QUERY(0), NXDomain(3), RD RA) DefaultDnsQuestion(message-router. IN A) DefaultDnsRawRecord(. 30 IN SOA 64B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:36.488 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xc5faa9cd] WRITE: UDP, [51611: /169.254.25.10:53], DefaultDnsQuestion(message-router. IN CNAME) 2022-11-07 22:29:36.501 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xc5faa9cd] RECEIVED: UDP [51611: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 51611, QUERY(0), NXDomain(3), RD RA) DefaultDnsQuestion(message-router. IN CNAME) DefaultDnsRawRecord(. 30 IN SOA 64B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:45.722 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-11-07 22:29:45.723 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-11-07 22:29:45.724 DEBUG 1 --- [nio-8081-exec-3] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2022-11-07 22:29:45.724 DEBUG 1 --- [nio-8081-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@58a4ac25:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:56597]], Read from buffer: [0] 2022-11-07 22:29:45.724 DEBUG 1 --- [nio-8081-exec-4] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2022-11-07 22:29:45.725 DEBUG 1 --- [nio-8081-exec-4] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@268dfc28:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:33801]], Read from buffer: [0] 2022-11-07 22:29:45.725 DEBUG 1 --- [nio-8081-exec-4] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@268dfc28:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:33801]], Read direct from socket: [133] 2022-11-07 22:29:45.725 DEBUG 1 --- [nio-8081-exec-4] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.67:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-11-07 22:29:45.726 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.67], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.67], newServerPort=[8081] 2022-11-07 22:29:45.726 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-11-07 22:29:45.726 DEBUG 1 --- [nio-8081-exec-4] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-11-07 22:29:45.726 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-11-07 22:29:45.726 DEBUG 1 --- [nio-8081-exec-3] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2022-11-07 22:29:45.727 DEBUG 1 --- [nio-8081-exec-4] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-11-07 22:29:45.727 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-11-07 22:29:45.727 DEBUG 1 --- [nio-8081-exec-3] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2022-11-07 22:29:45.728 DEBUG 1 --- [nio-8081-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-11-07 22:29:45.728 DEBUG 1 --- [nio-8081-exec-3] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@58a4ac25:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:56597]], Status in: [OPEN_READ], State out: [CLOSED] 2022-11-07 22:29:45.728 DEBUG 1 --- [nio-8081-exec-3] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-3] latch=2 2022-11-07 22:29:45.729 DEBUG 1 --- [nio-8081-exec-3] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@77d9ea38].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@58a4ac25:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:56597]]) 2022-11-07 22:29:45.730 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: http-nio-8081-exec-4 State: N/A Method: Constructor URI: N/A 2022-11-07 22:29:45.730 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-11-07 22:29:45.730 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-11-07 22:29:45.730 DEBUG 1 --- [nio-8081-exec-4] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-11-07 22:29:45.730 DEBUG 1 --- [nio-8081-exec-4] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-11-07 22:29:45.731 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Req: 6d46960c CReq: 32a92e59 RP: 1b467a98 Stage: 3 Thread: http-nio-8081-exec-4 State: N/A Method: dispatch URI: /status 2022-11-07 22:29:45.731 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-11-07 22:29:45.731 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-11-07 22:29:45.731 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@268dfc28:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:33801]], Status in: [OPEN_READ], State out: [LONG] 2022-11-07 22:29:45.732 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-11-07 22:29:45.732 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@268dfc28:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:33801]], State after async post processing: [ASYNC_END] 2022-11-07 22:29:45.732 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.67], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.67], newServerPort=[8081] 2022-11-07 22:29:45.732 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-11-07 22:29:45.732 DEBUG 1 --- [nio-8081-exec-4] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-11-07 22:29:45.732 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-11-07 22:29:45.733 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Req: 6d46960c CReq: 32a92e59 RP: 1b467a98 Stage: 3 Thread: http-nio-8081-exec-4 State: N/A Method: intDispatch URI: /status 2022-11-07 22:29:45.733 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-11-07 22:29:45.733 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-11-07 22:29:45.735 DEBUG 1 --- [nio-8081-exec-4] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-11-07 22:29:45.736 DEBUG 1 --- [nio-8081-exec-4] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2022-11-07 22:29:45.736 DEBUG 1 --- [nio-8081-exec-4] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-11-07 22:29:45.737 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-11-07 22:29:45.737 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-11-07 22:29:45.738 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Req: 6d46960c CReq: 32a92e59 RP: 1b467a98 Stage: 3 Thread: http-nio-8081-exec-4 State: N/A Method: recycle URI: /status 2022-11-07 22:29:45.738 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@268dfc28:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:33801]], Status in: [OPEN_READ], State out: [CLOSED] 2022-11-07 22:29:45.738 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@268dfc28:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:33801]], Status in: [OPEN_READ], State out: [CLOSED] 2022-11-07 22:29:45.738 DEBUG 1 --- [nio-8081-exec-4] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-4] latch=1 2022-11-07 22:29:45.738 DEBUG 1 --- [nio-8081-exec-4] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@77d9ea38].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@268dfc28:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:33801]]) 2022-11-07 22:29:46.503 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-11-07 22:29:46.504 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-11-07 22:29:46.504 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2022-11-07 22:29:46.510 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 11 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-11-07 22:29:46.511 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [c02a46f] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-11-07 22:29:46.513 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [84e40e35] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2022-11-07 22:29:46.513 DEBUG 1 --- [or-http-epoll-4] reactor.netty.transport.TransportConfig : [84e40e35] Initialized pipeline DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-11-07 22:29:46.514 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [53066: /169.254.25.10:53], DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN A) 2022-11-07 22:29:46.521 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [53066: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 53066, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:46.521 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [43832: /169.254.25.10:53], DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN CNAME) 2022-11-07 22:29:46.523 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [43832: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 43832, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:46.523 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [20515: /169.254.25.10:53], DefaultDnsQuestion(message-router.svc.cluster.local. IN A) 2022-11-07 22:29:46.525 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [20515: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 20515, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:46.525 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [1897: /169.254.25.10:53], DefaultDnsQuestion(message-router.svc.cluster.local. IN CNAME) 2022-11-07 22:29:46.527 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [1897: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 1897, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:46.527 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [24733: /169.254.25.10:53], DefaultDnsQuestion(message-router.cluster.local. IN A) 2022-11-07 22:29:46.528 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [24733: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 24733, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:46.529 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [46790: /169.254.25.10:53], DefaultDnsQuestion(message-router.cluster.local. IN CNAME) 2022-11-07 22:29:46.530 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [46790: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 46790, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:46.530 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [59143: /169.254.25.10:53], DefaultDnsQuestion(message-router.default.svc.cluster.local. IN A) 2022-11-07 22:29:46.532 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [59143: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 59143, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.default.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:46.532 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [53677: /169.254.25.10:53], DefaultDnsQuestion(message-router.default.svc.cluster.local. IN CNAME) 2022-11-07 22:29:46.534 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [53677: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 53677, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.default.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:46.534 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [37345: /169.254.25.10:53], DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN A) 2022-11-07 22:29:46.535 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [37345: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 37345, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN A) DefaultDnsRawRecord(tnaplab.telekom.de. 20 IN SOA 83B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:46.535 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [8963: /169.254.25.10:53], DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN CNAME) 2022-11-07 22:29:46.536 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [8963: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 8963, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN CNAME) DefaultDnsRawRecord(tnaplab.telekom.de. 20 IN SOA 83B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:46.536 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [18336: /169.254.25.10:53], DefaultDnsQuestion(message-router. IN A) 2022-11-07 22:29:46.537 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [18336: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 18336, QUERY(0), NXDomain(3), RD AA RA) DefaultDnsQuestion(message-router. IN A) DefaultDnsRawRecord(. 20 IN SOA 64B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:46.537 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xe2678885] WRITE: UDP, [14664: /169.254.25.10:53], DefaultDnsQuestion(message-router. IN CNAME) 2022-11-07 22:29:46.538 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xe2678885] RECEIVED: UDP [14664: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 14664, QUERY(0), NXDomain(3), RD AA RA) DefaultDnsQuestion(message-router. IN CNAME) DefaultDnsRawRecord(. 20 IN SOA 64B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:51.915 DEBUG 1 --- [alina-utility-1] org.apache.catalina.session.ManagerBase : Start expire sessions StandardManager at 1667860191915 sessioncount 0 2022-11-07 22:29:51.916 DEBUG 1 --- [alina-utility-1] org.apache.catalina.session.ManagerBase : End expire sessions StandardManager processingTime 1 expired sessions: 0 2022-11-07 22:29:54.969 DEBUG 1 --- [ scheduling-1] o.o.c.o.a.tasks.RicSupervision : Checking Rics starting 2022-11-07 22:29:54.971 DEBUG 1 --- [ scheduling-1] o.o.c.o.a.tasks.RicSupervision : Checking all RICs completed 2022-11-07 22:29:55.723 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-11-07 22:29:55.723 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-11-07 22:29:55.724 DEBUG 1 --- [nio-8081-exec-6] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2022-11-07 22:29:55.724 DEBUG 1 --- [nio-8081-exec-5] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2022-11-07 22:29:55.724 DEBUG 1 --- [nio-8081-exec-6] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7e7f77a7:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:51731]], Read from buffer: [0] 2022-11-07 22:29:55.724 DEBUG 1 --- [nio-8081-exec-5] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1d931403:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:54211]], Read from buffer: [0] 2022-11-07 22:29:55.725 DEBUG 1 --- [nio-8081-exec-6] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7e7f77a7:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:51731]], Read direct from socket: [133] 2022-11-07 22:29:55.725 DEBUG 1 --- [nio-8081-exec-6] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.67:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-11-07 22:29:55.726 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2022-11-07 22:29:55.727 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.67], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.67], newServerPort=[8081] 2022-11-07 22:29:55.728 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2022-11-07 22:29:55.728 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1d931403:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:54211]], Status in: [OPEN_READ], State out: [CLOSED] 2022-11-07 22:29:55.729 DEBUG 1 --- [nio-8081-exec-5] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-5] latch=2 2022-11-07 22:29:55.729 DEBUG 1 --- [nio-8081-exec-5] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@77d9ea38].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1d931403:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:54211]]) 2022-11-07 22:29:55.731 DEBUG 1 --- [nio-8081-exec-6] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-11-07 22:29:55.731 DEBUG 1 --- [nio-8081-exec-6] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-11-07 22:29:55.731 DEBUG 1 --- [nio-8081-exec-6] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-11-07 22:29:55.733 DEBUG 1 --- [nio-8081-exec-6] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-11-07 22:29:55.733 DEBUG 1 --- [nio-8081-exec-6] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-11-07 22:29:55.735 DEBUG 1 --- [nio-8081-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-11-07 22:29:55.748 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: http-nio-8081-exec-6 State: N/A Method: Constructor URI: N/A 2022-11-07 22:29:55.749 DEBUG 1 --- [nio-8081-exec-6] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-11-07 22:29:55.749 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-11-07 22:29:55.750 DEBUG 1 --- [nio-8081-exec-6] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-11-07 22:29:55.750 DEBUG 1 --- [nio-8081-exec-6] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-11-07 22:29:55.750 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Req: 6d46960c CReq: 32a92e59 RP: 1b467a98 Stage: 3 Thread: http-nio-8081-exec-6 State: N/A Method: dispatch URI: /status 2022-11-07 22:29:55.751 DEBUG 1 --- [nio-8081-exec-6] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-11-07 22:29:55.751 DEBUG 1 --- [nio-8081-exec-6] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-11-07 22:29:55.752 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7e7f77a7:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:51731]], Status in: [OPEN_READ], State out: [LONG] 2022-11-07 22:29:55.752 DEBUG 1 --- [nio-8081-exec-6] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-11-07 22:29:55.753 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7e7f77a7:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:51731]], State after async post processing: [ASYNC_END] 2022-11-07 22:29:55.753 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.67], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.67], newServerPort=[8081] 2022-11-07 22:29:55.753 DEBUG 1 --- [nio-8081-exec-6] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-11-07 22:29:55.754 DEBUG 1 --- [nio-8081-exec-6] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-11-07 22:29:55.754 DEBUG 1 --- [nio-8081-exec-6] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-11-07 22:29:55.754 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Req: 6d46960c CReq: 32a92e59 RP: 1b467a98 Stage: 3 Thread: http-nio-8081-exec-6 State: N/A Method: intDispatch URI: /status 2022-11-07 22:29:55.755 DEBUG 1 --- [nio-8081-exec-6] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-11-07 22:29:55.755 DEBUG 1 --- [nio-8081-exec-6] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-11-07 22:29:55.763 DEBUG 1 --- [nio-8081-exec-6] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-11-07 22:29:55.764 DEBUG 1 --- [nio-8081-exec-6] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2022-11-07 22:29:55.764 DEBUG 1 --- [nio-8081-exec-6] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-11-07 22:29:55.766 DEBUG 1 --- [nio-8081-exec-6] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-11-07 22:29:55.767 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-11-07 22:29:55.768 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Req: 6d46960c CReq: 32a92e59 RP: 1b467a98 Stage: 3 Thread: http-nio-8081-exec-6 State: N/A Method: recycle URI: /status 2022-11-07 22:29:55.768 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7e7f77a7:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:51731]], Status in: [OPEN_READ], State out: [CLOSED] 2022-11-07 22:29:55.768 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7e7f77a7:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:51731]], Status in: [OPEN_READ], State out: [CLOSED] 2022-11-07 22:29:55.768 DEBUG 1 --- [nio-8081-exec-6] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-6] latch=1 2022-11-07 22:29:55.769 DEBUG 1 --- [nio-8081-exec-6] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@77d9ea38].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7e7f77a7:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:51731]]) 2022-11-07 22:29:56.540 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-11-07 22:29:56.540 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-11-07 22:29:56.541 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2022-11-07 22:29:56.548 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 12 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-11-07 22:29:56.549 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [6dc19747] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-11-07 22:29:56.552 DEBUG 1 --- [or-http-epoll-1] r.n.resources.PooledConnectionProvider : [21fec6e8] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2022-11-07 22:29:56.553 DEBUG 1 --- [or-http-epoll-1] reactor.netty.transport.TransportConfig : [21fec6e8] Initialized pipeline DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-11-07 22:29:56.554 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [22037: /169.254.25.10:53], DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN A) 2022-11-07 22:29:56.558 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [22037: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 22037, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:56.559 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [41145: /169.254.25.10:53], DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN CNAME) 2022-11-07 22:29:56.562 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [41145: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 41145, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:56.563 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [54379: /169.254.25.10:53], DefaultDnsQuestion(message-router.svc.cluster.local. IN A) 2022-11-07 22:29:56.565 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [54379: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 54379, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:56.565 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [25287: /169.254.25.10:53], DefaultDnsQuestion(message-router.svc.cluster.local. IN CNAME) 2022-11-07 22:29:56.568 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [25287: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 25287, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:56.568 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [15453: /169.254.25.10:53], DefaultDnsQuestion(message-router.cluster.local. IN A) 2022-11-07 22:29:56.571 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [15453: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 15453, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:56.571 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [64532: /169.254.25.10:53], DefaultDnsQuestion(message-router.cluster.local. IN CNAME) 2022-11-07 22:29:56.574 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [64532: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 64532, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:56.574 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [52508: /169.254.25.10:53], DefaultDnsQuestion(message-router.default.svc.cluster.local. IN A) 2022-11-07 22:29:56.577 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [52508: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 52508, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.default.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:56.577 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [54725: /169.254.25.10:53], DefaultDnsQuestion(message-router.default.svc.cluster.local. IN CNAME) 2022-11-07 22:29:56.580 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [54725: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 54725, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.default.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:56.580 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [23873: /169.254.25.10:53], DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN A) 2022-11-07 22:29:56.581 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [23873: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 23873, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN A) DefaultDnsRawRecord(tnaplab.telekom.de. 10 IN SOA 83B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:56.582 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [40415: /169.254.25.10:53], DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN CNAME) 2022-11-07 22:29:56.583 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [40415: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 40415, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN CNAME) DefaultDnsRawRecord(tnaplab.telekom.de. 10 IN SOA 83B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:56.583 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [49248: /169.254.25.10:53], DefaultDnsQuestion(message-router. IN A) 2022-11-07 22:29:56.585 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [49248: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 49248, QUERY(0), NXDomain(3), RD AA RA) DefaultDnsQuestion(message-router. IN A) DefaultDnsRawRecord(. 10 IN SOA 64B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:29:56.585 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0x9e93e999] WRITE: UDP, [33803: /169.254.25.10:53], DefaultDnsQuestion(message-router. IN CNAME) 2022-11-07 22:29:56.586 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0x9e93e999] RECEIVED: UDP [33803: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 33803, QUERY(0), NXDomain(3), RD AA RA) DefaultDnsQuestion(message-router. IN CNAME) DefaultDnsRawRecord(. 10 IN SOA 64B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:30:05.722 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-11-07 22:30:05.723 DEBUG 1 --- [nio-8081-exec-7] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2022-11-07 22:30:05.723 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-11-07 22:30:05.724 DEBUG 1 --- [nio-8081-exec-7] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@b9a19da:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:49575]], Read from buffer: [0] 2022-11-07 22:30:05.724 DEBUG 1 --- [nio-8081-exec-8] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2022-11-07 22:30:05.724 DEBUG 1 --- [nio-8081-exec-8] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2eebd7fe:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:35563]], Read from buffer: [0] 2022-11-07 22:30:05.724 DEBUG 1 --- [nio-8081-exec-8] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2eebd7fe:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:35563]], Read direct from socket: [133] 2022-11-07 22:30:05.725 DEBUG 1 --- [nio-8081-exec-8] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.67:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-11-07 22:30:05.725 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2022-11-07 22:30:05.726 DEBUG 1 --- [nio-8081-exec-8] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.67], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.67], newServerPort=[8081] 2022-11-07 22:30:05.726 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2022-11-07 22:30:05.726 DEBUG 1 --- [nio-8081-exec-8] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-11-07 22:30:05.727 DEBUG 1 --- [nio-8081-exec-8] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-11-07 22:30:05.727 DEBUG 1 --- [nio-8081-exec-8] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-11-07 22:30:05.727 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@b9a19da:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:49575]], Status in: [OPEN_READ], State out: [CLOSED] 2022-11-07 22:30:05.727 DEBUG 1 --- [nio-8081-exec-7] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-7] latch=2 2022-11-07 22:30:05.727 DEBUG 1 --- [nio-8081-exec-7] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@77d9ea38].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@b9a19da:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:49575]]) 2022-11-07 22:30:05.728 DEBUG 1 --- [nio-8081-exec-8] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-11-07 22:30:05.728 DEBUG 1 --- [nio-8081-exec-8] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-11-07 22:30:05.730 DEBUG 1 --- [nio-8081-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-11-07 22:30:05.731 DEBUG 1 --- [nio-8081-exec-8] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: http-nio-8081-exec-8 State: N/A Method: Constructor URI: N/A 2022-11-07 22:30:05.732 DEBUG 1 --- [nio-8081-exec-8] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-11-07 22:30:05.732 DEBUG 1 --- [nio-8081-exec-8] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-11-07 22:30:05.732 DEBUG 1 --- [nio-8081-exec-8] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-11-07 22:30:05.732 DEBUG 1 --- [nio-8081-exec-8] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-11-07 22:30:05.732 DEBUG 1 --- [nio-8081-exec-8] o.apache.catalina.core.AsyncContextImpl : Req: 566d460c CReq: 5252d819 RP: 17504c37 Stage: 3 Thread: http-nio-8081-exec-8 State: N/A Method: dispatch URI: /status 2022-11-07 22:30:05.733 DEBUG 1 --- [nio-8081-exec-8] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-11-07 22:30:05.733 DEBUG 1 --- [nio-8081-exec-8] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-11-07 22:30:05.733 DEBUG 1 --- [nio-8081-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2eebd7fe:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:35563]], Status in: [OPEN_READ], State out: [LONG] 2022-11-07 22:30:05.733 DEBUG 1 --- [nio-8081-exec-8] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-11-07 22:30:05.734 DEBUG 1 --- [nio-8081-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2eebd7fe:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:35563]], State after async post processing: [ASYNC_END] 2022-11-07 22:30:05.734 DEBUG 1 --- [nio-8081-exec-8] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.67], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.67], newServerPort=[8081] 2022-11-07 22:30:05.734 DEBUG 1 --- [nio-8081-exec-8] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-11-07 22:30:05.734 DEBUG 1 --- [nio-8081-exec-8] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-11-07 22:30:05.734 DEBUG 1 --- [nio-8081-exec-8] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-11-07 22:30:05.735 DEBUG 1 --- [nio-8081-exec-8] o.apache.catalina.core.AsyncContextImpl : Req: 566d460c CReq: 5252d819 RP: 17504c37 Stage: 3 Thread: http-nio-8081-exec-8 State: N/A Method: intDispatch URI: /status 2022-11-07 22:30:05.735 DEBUG 1 --- [nio-8081-exec-8] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-11-07 22:30:05.735 DEBUG 1 --- [nio-8081-exec-8] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-11-07 22:30:05.736 DEBUG 1 --- [nio-8081-exec-8] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-11-07 22:30:05.737 DEBUG 1 --- [nio-8081-exec-8] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2022-11-07 22:30:05.737 DEBUG 1 --- [nio-8081-exec-8] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-11-07 22:30:05.738 DEBUG 1 --- [nio-8081-exec-8] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-11-07 22:30:05.739 DEBUG 1 --- [nio-8081-exec-8] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-11-07 22:30:05.739 DEBUG 1 --- [nio-8081-exec-8] o.apache.catalina.core.AsyncContextImpl : Req: 566d460c CReq: 5252d819 RP: 17504c37 Stage: 3 Thread: http-nio-8081-exec-8 State: N/A Method: recycle URI: /status 2022-11-07 22:30:05.739 DEBUG 1 --- [nio-8081-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2eebd7fe:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:35563]], Status in: [OPEN_READ], State out: [CLOSED] 2022-11-07 22:30:05.739 DEBUG 1 --- [nio-8081-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2eebd7fe:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:35563]], Status in: [OPEN_READ], State out: [CLOSED] 2022-11-07 22:30:05.740 DEBUG 1 --- [nio-8081-exec-8] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-8] latch=1 2022-11-07 22:30:05.740 DEBUG 1 --- [nio-8081-exec-8] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@77d9ea38].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2eebd7fe:org.apache.tomcat.util.net.NioChannel@630266ee:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:35563]]) 2022-11-07 22:30:06.589 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-11-07 22:30:06.589 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-11-07 22:30:06.590 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2022-11-07 22:30:06.597 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 13 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-11-07 22:30:06.597 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [6fd0e21c] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-11-07 22:30:06.599 DEBUG 1 --- [or-http-epoll-2] r.n.resources.PooledConnectionProvider : [07f28201] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests. 2022-11-07 22:30:06.600 DEBUG 1 --- [or-http-epoll-2] reactor.netty.transport.TransportConfig : [07f28201] Initialized pipeline DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-11-07 22:30:06.601 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [19588: /169.254.25.10:53], DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN A) 2022-11-07 22:30:06.605 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [19588: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 19588, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:30:06.605 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [22275: /169.254.25.10:53], DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN CNAME) 2022-11-07 22:30:06.607 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [22275: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 22275, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.onap.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:30:06.608 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [8912: /169.254.25.10:53], DefaultDnsQuestion(message-router.svc.cluster.local. IN A) 2022-11-07 22:30:06.610 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [8912: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 8912, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:30:06.610 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [65518: /169.254.25.10:53], DefaultDnsQuestion(message-router.svc.cluster.local. IN CNAME) 2022-11-07 22:30:06.612 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [65518: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 65518, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:30:06.613 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [5652: /169.254.25.10:53], DefaultDnsQuestion(message-router.cluster.local. IN A) 2022-11-07 22:30:06.616 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [5652: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 5652, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:30:06.616 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [39711: /169.254.25.10:53], DefaultDnsQuestion(message-router.cluster.local. IN CNAME) 2022-11-07 22:30:06.618 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [39711: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 39711, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:30:06.619 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [43774: /169.254.25.10:53], DefaultDnsQuestion(message-router.default.svc.cluster.local. IN A) 2022-11-07 22:30:06.621 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [43774: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 43774, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.default.svc.cluster.local. IN A) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:30:06.622 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [16530: /169.254.25.10:53], DefaultDnsQuestion(message-router.default.svc.cluster.local. IN CNAME) 2022-11-07 22:30:06.623 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [16530: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 16530, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.default.svc.cluster.local. IN CNAME) DefaultDnsRawRecord(cluster.local. 5 IN SOA 68B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:30:06.624 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [50102: /169.254.25.10:53], DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN A) 2022-11-07 22:30:06.627 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [50102: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 50102, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN A) DefaultDnsRawRecord(tnaplab.telekom.de. 30 IN SOA 83B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:30:06.627 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [18655: /169.254.25.10:53], DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN CNAME) 2022-11-07 22:30:06.630 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [18655: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 18655, QUERY(0), NXDomain(3), RD AA) DefaultDnsQuestion(message-router.tnaplab.telekom.de. IN CNAME) DefaultDnsRawRecord(tnaplab.telekom.de. 30 IN SOA 83B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:30:06.630 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [21130: /169.254.25.10:53], DefaultDnsQuestion(message-router. IN A) 2022-11-07 22:30:06.640 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [21130: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 21130, QUERY(0), NXDomain(3), RD RA) DefaultDnsQuestion(message-router. IN A) DefaultDnsRawRecord(. 30 IN SOA 64B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:30:06.640 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xad336637] WRITE: UDP, [62413: /169.254.25.10:53], DefaultDnsQuestion(message-router. IN CNAME) 2022-11-07 22:30:06.651 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xad336637] RECEIVED: UDP [62413: /169.254.25.10:53], DatagramDnsResponse(from: /169.254.25.10:53, 62413, QUERY(0), NXDomain(3), RD RA) DefaultDnsQuestion(message-router. IN CNAME) DefaultDnsRawRecord(. 30 IN SOA 64B) DefaultDnsRawRecord(OPT flags:0 udp:4096 0B) 2022-11-07 22:30:15.724 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-11-07 22:30:15.724 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-11-07 22:30:15.724 DEBUG 1 --- [nio-8081-exec-9] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2022-11-07 22:30:15.725 DEBUG 1 --- [io-8081-exec-10] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2022-11-07 22:30:15.728 DEBUG 1 --- [io-8081-exec-10] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5a727834:org.apache.tomcat.util.net.NioChannel@2883b269:java.nio.channels.SocketChannel[connected local=/10.233.72.67:8081 remote=/127.0.0.6:34381]], Read from buffer: