Results

By type

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

2021-09-15 06:21:44,135 - INFO  [main                ] org.onap.cps.ncmp.dmi.Application - Starting Application using Java 11.0.9.1 on onap-ncmp-dmi-plugin-66c648b887-dds24 with PID 1 (/app/classes started by ? in /app)
2021-09-15 06:21:44,180 - DEBUG [main                ] org.onap.cps.ncmp.dmi.Application - Running with Spring Boot v2.5.0, Spring v5.3.7
2021-09-15 06:21:44,180 - INFO  [main                ] org.onap.cps.ncmp.dmi.Application - The following profiles are active: helm
2021-09-15 06:21:51,739 - INFO  [main                ] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
2021-09-15 06:21:51,822 - INFO  [main                ] o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
2021-09-15 06:21:51,823 - INFO  [main                ] o.a.catalina.core.StandardService - Starting service [Tomcat]
2021-09-15 06:21:51,823 - INFO  [main                ] o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.46]
2021-09-15 06:21:52,438 - INFO  [main                ] o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
2021-09-15 06:21:52,438 - INFO  [main                ] o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 6998 ms
2021-09-15 06:21:53,424 - 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-15 06:21:56,513 - INFO  [main                ] o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@505a8582, org.springframework.security.web.context.SecurityContextPersistenceFilter@79777da7, org.springframework.security.web.header.HeaderWriterFilter@13f36d75, org.springframework.security.web.authentication.logout.LogoutFilter@5e055ce1, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@36a1fd20, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5e05a706, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@56da8847, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@57afe44b, org.springframework.security.web.session.SessionManagementFilter@124ff64d, org.springframework.security.web.access.ExceptionTranslationFilter@4c4215d7, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1f85904a]
2021-09-15 06:21:56,655 - INFO  [main                ] o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.0.Final
2021-09-15 06:21:58,887 - INFO  [main                ] o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"]
2021-09-15 06:21:59,047 - INFO  [main                ] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path ''
2021-09-15 06:21:59,257 - INFO  [main                ] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8081 (http)
2021-09-15 06:21:59,260 - INFO  [main                ] o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8081"]
2021-09-15 06:21:59,262 - INFO  [main                ] o.a.catalina.core.StandardService - Starting service [Tomcat]
2021-09-15 06:21:59,263 - INFO  [main                ] o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.46]
2021-09-15 06:21:59,296 - INFO  [main                ] o.a.c.c.C.[Tomcat-1].[localhost].[/] - Initializing Spring embedded WebApplicationContext
2021-09-15 06:21:59,296 - INFO  [main                ] o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 232 ms
2021-09-15 06:21:59,449 - INFO  [main                ] o.s.b.a.e.web.EndpointLinksResolver - Exposing 4 endpoint(s) beneath base path '/manage'
2021-09-15 06:21:59,622 - INFO  [main                ] o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8081"]
2021-09-15 06:21:59,666 - INFO  [main                ] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8081 (http) with context path ''
2021-09-15 06:22:01,083 - INFO  [main                ] org.onap.cps.ncmp.dmi.Application - Started Application in 19.613 seconds (JVM running for 21.361)
2021-09-15 06:22:01,286 - INFO  [main                ] o.s.b.a.ApplicationAvailabilityBean - Application availability state LivenessState changed to CORRECT
2021-09-15 06:22:01,297 - INFO  [main                ] o.s.b.a.ApplicationAvailabilityBean - Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
2021-09-15 06:22:06,807 - INFO  [http-nio-8081-exec-1] o.a.c.c.C.[Tomcat-1].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-15 06:22:06,807 - INFO  [http-nio-8081-exec-1] o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
2021-09-15 06:22:06,809 - INFO  [http-nio-8081-exec-1] o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms