Results

By type

          
  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v2.5.0)

06:12:35.161 [main] INFO  org.onap.cps.ncmp.dmi.Application - Starting Application using Java 11.0.9.1 on onap-ncmp-dmi-plugin-85dbf6469f-kr7sd with PID 1 (/app/classes started by ? in /app)
06:12:35.165 [main] DEBUG org.onap.cps.ncmp.dmi.Application - Running with Spring Boot v2.5.0, Spring v5.3.7
06:12:35.166 [main] INFO  org.onap.cps.ncmp.dmi.Application - The following profiles are active: helm
06:12:36.276 [background-preinit] WARN  o.s.h.c.j.Jackson2ObjectMapperBuilder - For Jackson Kotlin classes support please add "com.fasterxml.jackson.module:jackson-module-kotlin" to the classpath
06:12:39.576 [main] INFO  o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
06:12:39.593 [main] INFO  o.a.catalina.core.StandardService - Starting service [Tomcat]
06:12:39.593 [main] INFO  o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.46]
06:12:39.720 [main] INFO  o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
06:12:39.720 [main] INFO  o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 3728 ms
06:12:41.252 [main] INFO  o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@538e74fc, org.springframework.security.web.context.SecurityContextPersistenceFilter@11bfd751, org.springframework.security.web.header.HeaderWriterFilter@78f5cbc5, org.springframework.security.web.authentication.logout.LogoutFilter@58021c3c, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@2a075e70, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2152fde5, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@713e7d9a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7ecb9e17, org.springframework.security.web.session.SessionManagementFilter@718f3088, org.springframework.security.web.access.ExceptionTranslationFilter@37c87fcc, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7e3d168e]
06:12:42.083 [main] INFO  o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path ''
06:12:42.213 [main] INFO  o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8081 (http)
06:12:42.215 [main] INFO  o.a.catalina.core.StandardService - Starting service [Tomcat]
06:12:42.216 [main] INFO  o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.46]
06:12:42.250 [main] INFO  o.a.c.c.C.[Tomcat-1].[localhost].[/] - Initializing Spring embedded WebApplicationContext
06:12:42.250 [main] INFO  o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 163 ms
06:12:42.299 [main] INFO  o.s.b.a.e.web.EndpointLinksResolver - Exposing 4 endpoint(s) beneath base path '/manage'
06:12:42.404 [main] INFO  o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8081 (http) with context path ''
06:12:43.160 [main] INFO  org.onap.cps.ncmp.dmi.Application - Started Application in 9.386 seconds (JVM running for 10.144)
06:12:43.222 [main] INFO  o.s.b.a.ApplicationAvailabilityBean - Application availability state LivenessState changed to CORRECT
06:12:43.242 [main] INFO  o.s.b.a.ApplicationAvailabilityBean - Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
06:13:03.028 [http-nio-8081-exec-1] INFO  o.a.c.c.C.[Tomcat-1].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
06:13:03.029 [http-nio-8081-exec-1] INFO  o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
06:13:03.031 [http-nio-8081-exec-1] INFO  o.s.web.servlet.DispatcherServlet - Completed initialization in 2 ms