Results

By type

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

06:00:39.372 [main] INFO  org.onap.cps.ncmp.dmi.Application - Starting Application using Java 11.0.9.1 on onap-ncmp-dmi-plugin-85dbf6469f-4mf8c with PID 1 (/app/classes started by ? in /app)
06:00:39.376 [main] DEBUG org.onap.cps.ncmp.dmi.Application - Running with Spring Boot v2.5.0, Spring v5.3.7
06:00:39.376 [main] INFO  org.onap.cps.ncmp.dmi.Application - The following profiles are active: helm
06:00:40.445 [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:00:43.097 [main] INFO  o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
06:00:43.123 [main] INFO  o.a.catalina.core.StandardService - Starting service [Tomcat]
06:00:43.123 [main] INFO  o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.46]
06:00:43.260 [main] INFO  o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
06:00:43.260 [main] INFO  o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 3036 ms
06:00:44.618 [main] INFO  o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@76dc36e5, org.springframework.security.web.context.SecurityContextPersistenceFilter@1f1fbc9f, org.springframework.security.web.header.HeaderWriterFilter@32328dc4, org.springframework.security.web.authentication.logout.LogoutFilter@537b3be1, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@7ee2423, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@50785f86, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@338a4c61, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2a54c92e, org.springframework.security.web.session.SessionManagementFilter@1e8bccfb, org.springframework.security.web.access.ExceptionTranslationFilter@2152fde5, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2a075e70]
06:00:45.248 [main] INFO  o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path ''
06:00:45.355 [main] INFO  o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8081 (http)
06:00:45.357 [main] INFO  o.a.catalina.core.StandardService - Starting service [Tomcat]
06:00:45.357 [main] INFO  o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.46]
06:00:45.372 [main] INFO  o.a.c.c.C.[Tomcat-1].[localhost].[/] - Initializing Spring embedded WebApplicationContext
06:00:45.372 [main] INFO  o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 121 ms
06:00:45.432 [main] INFO  o.s.b.a.e.web.EndpointLinksResolver - Exposing 4 endpoint(s) beneath base path '/manage'
06:00:45.505 [main] INFO  o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8081 (http) with context path ''
06:00:46.191 [main] INFO  org.onap.cps.ncmp.dmi.Application - Started Application in 8.139 seconds (JVM running for 8.86)
06:00:46.276 [main] INFO  o.s.b.a.ApplicationAvailabilityBean - Application availability state LivenessState changed to CORRECT
06:00:46.278 [main] INFO  o.s.b.a.ApplicationAvailabilityBean - Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
06:00:56.901 [http-nio-8081-exec-1] INFO  o.a.c.c.C.[Tomcat-1].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
06:00:56.901 [http-nio-8081-exec-1] INFO  o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
06:00:56.902 [http-nio-8081-exec-1] INFO  o.s.web.servlet.DispatcherServlet - Completed initialization in 0 ms