. ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.5.0) 2021-09-12 11:08:34,080 - INFO  [main ] org.onap.cps.ncmp.dmi.Application - Starting Application using Java 11.0.9.1 on dev-ncmp-dmi-plugin-5b4b66868c-lq5wr with PID 1 (/app/classes started by ? in /app) 2021-09-12 11:08:34,085 - DEBUG [main ] org.onap.cps.ncmp.dmi.Application - Running with Spring Boot v2.5.0, Spring v5.3.7 2021-09-12 11:08:34,086 - INFO  [main ] org.onap.cps.ncmp.dmi.Application - The following profiles are active: helm 2021-09-12 11:08:36,428 - INFO  [main ] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) 2021-09-12 11:08:36,444 - INFO  [main ] o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] 2021-09-12 11:08:36,444 - INFO  [main ] o.a.catalina.core.StandardService - Starting service [Tomcat] 2021-09-12 11:08:36,444 - INFO  [main ] o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.46] 2021-09-12 11:08:36,597 - INFO  [main ] o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext 2021-09-12 11:08:36,598 - INFO  [main ] o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2168 ms 2021-09-12 11:08:36,988 - WARN  [main ] o.s.h.c.j.Jackson2ObjectMapperBuilder - For Jackson Kotlin classes support please add "com.fasterxml.jackson.module:jackson-module-kotlin" to the classpath 2021-09-12 11:08:37,960 - INFO  [main ] o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@69ab2d6a, org.springframework.security.web.context.SecurityContextPersistenceFilter@75aa7703, org.springframework.security.web.header.HeaderWriterFilter@b56d8a7, org.springframework.security.web.authentication.logout.LogoutFilter@4feec184, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@34f48d1, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3395c2a7, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@54737322, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@505a8582, org.springframework.security.web.session.SessionManagementFilter@7e9a836, org.springframework.security.web.access.ExceptionTranslationFilter@227b9277, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5ae87de0] 2021-09-12 11:08:38,034 - INFO  [main ] o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.0.Final 2021-09-12 11:08:38,597 - INFO  [main ] o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] 2021-09-12 11:08:38,653 - INFO  [main ] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '' 2021-09-12 11:08:38,748 - INFO  [main ] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8081 (http) 2021-09-12 11:08:38,749 - INFO  [main ] o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8081"] 2021-09-12 11:08:38,750 - INFO  [main ] o.a.catalina.core.StandardService - Starting service [Tomcat] 2021-09-12 11:08:38,750 - INFO  [main ] o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.46] 2021-09-12 11:08:38,766 - INFO  [main ] o.a.c.c.C.[Tomcat-1].[localhost].[/] - Initializing Spring embedded WebApplicationContext 2021-09-12 11:08:38,766 - INFO  [main ] o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 106 ms 2021-09-12 11:08:38,819 - INFO  [main ] o.s.b.a.e.web.EndpointLinksResolver - Exposing 4 endpoint(s) beneath base path '/manage' 2021-09-12 11:08:38,875 - INFO  [main ] o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8081"] 2021-09-12 11:08:38,894 - INFO  [main ] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8081 (http) with context path '' 2021-09-12 11:08:39,414 - INFO  [main ] org.onap.cps.ncmp.dmi.Application - Started Application in 6.15 seconds (JVM running for 6.861) 2021-09-12 11:08:39,482 - INFO  [main ] o.s.b.a.ApplicationAvailabilityBean - Application availability state LivenessState changed to CORRECT 2021-09-12 11:08:39,484 - INFO  [main ] o.s.b.a.ApplicationAvailabilityBean - Application availability state ReadinessState changed to ACCEPTING_TRAFFIC 2021-09-12 11:08:57,449 - INFO  [http-nio-8081-exec-1] o.a.c.c.C.[Tomcat-1].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-09-12 11:08:57,449 - INFO  [http-nio-8081-exec-1] o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' 2021-09-12 11:08:57,451 - INFO  [http-nio-8081-exec-1] o.s.web.servlet.DispatcherServlet - Completed initialization in 2 ms