2022-04-14 05:20:01,754 - INFO  [main ] org.onap.cps.Application - Starting Application using Java 11.0.9.1 on onap-cps-core-7864fd99f9-ml2fw with PID 1 (/app/classes started by ? in /app) 2022-04-14 05:20:01,756 - INFO  [main ] org.onap.cps.Application - The following profiles are active: helm 2022-04-14 05:20:05,986 - INFO  [main ] o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2022-04-14 05:20:06,319 - INFO  [main ] o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 307 ms. Found 6 JPA repository interfaces. 2022-04-14 05:20:07,314 - INFO  [main ] o.s.cloud.context.scope.GenericScope - BeanFactory id=4879507d-beef-392f-8086-2cfce070f3e7 2022-04-14 05:20:08,862 - INFO  [main ] org.eclipse.jetty.util.log - Logging initialized @10810ms to org.eclipse.jetty.util.log.Slf4jLog 2022-04-14 05:20:09,543 - INFO  [main ] o.s.b.w.e.j.JettyServletWebServerFactory - Server initialized with port: 8080 2022-04-14 05:20:09,563 - INFO  [main ] org.eclipse.jetty.server.Server - jetty-9.4.43.v20210629; built: 2021-06-30T11:07:22.254Z; git: 526006ecfa3af7f1a27ef3a288e2bef7ea9dd7e8; jvm 11.0.9.1+1 2022-04-14 05:20:09,639 - INFO  [main ] o.e.j.s.h.ContextHandler.application - Initializing Spring embedded WebApplicationContext 2022-04-14 05:20:09,639 - INFO  [main ] o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 7778 ms 2022-04-14 05:20:10,923 - INFO  [main ] org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 2022-04-14 05:20:10,923 - INFO  [main ] org.eclipse.jetty.server.session - No SessionScavenger set, using defaults 2022-04-14 05:20:10,925 - INFO  [main ] org.eclipse.jetty.server.session - node0 Scavenging every 660000ms 2022-04-14 05:20:10,946 - INFO  [main ] o.e.j.server.handler.ContextHandler - Started o.s.b.w.e.j.JettyEmbeddedWebAppContext@663622b1{application,/,[file:///tmp/jetty-docbase.8080.8906665672458438117/, jar:file:/app/libs/swagger-ui-3.52.3.jar!/META-INF/resources],AVAILABLE} 2022-04-14 05:20:10,947 - INFO  [main ] org.eclipse.jetty.server.Server - Started @12897ms 2022-04-14 05:20:11,454 - INFO  [main ] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 2022-04-14 05:20:11,749 - INFO  [main ] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. 2022-04-14 05:20:12,123 - INFO  [main ] liquibase.database - Set default schema name to cps 2022-04-14 05:20:12,376 - INFO  [main ] liquibase.lockservice - Successfully acquired change log lock 2022-04-14 05:20:13,257 - INFO  [main ] liquibase.changelog - Reading from cps.databasechangelog 2022-04-14 05:20:13,617 - INFO  [main ] liquibase.lockservice - Successfully released change log lock 2022-04-14 05:20:14,238 - INFO  [main ] o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] 2022-04-14 05:20:14,363 - INFO  [main ] org.hibernate.Version - HHH000412: Hibernate ORM core version 5.4.32.Final 2022-04-14 05:20:14,368 - INFO  [main ] org.hibernate.cfg.Environment - HHH000205: Loaded properties from resource hibernate.properties: {hibernate.bytecode.use_reflection_optimizer=false, hibernate.types.print.banner=false} 2022-04-14 05:20:14,913 - INFO  [main ] o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-04-14 05:20:15,173 - INFO  [main ] org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.PostgreSQLDialect 2022-04-14 05:20:16,368 - INFO  [main ] o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.0.Final 2022-04-14 05:20:17,843 - INFO  [main ] o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-04-14 05:20:17,860 - INFO  [main ] o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' 2022-04-14 05:20:22,680 - INFO  [main ] o.o.c.n.NotificationService - Notification Properties NotificationProperties(topic=cps.data-updated-events, filters={enabled-dataspaces=}, enabled=true) 2022-04-14 05:20:24,239 - INFO  [main ] o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4ae8de09, org.springframework.security.web.context.SecurityContextPersistenceFilter@62d26820, org.springframework.security.web.header.HeaderWriterFilter@5d186b14, org.springframework.security.web.authentication.logout.LogoutFilter@109fa8e2, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@5e7cfcb5, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@346b793b, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@59cfabaf, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5b6b14a6, org.springframework.security.web.session.SessionManagementFilter@38f20b58, org.springframework.security.web.access.ExceptionTranslationFilter@3200f6e5, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@14f35726] 2022-04-14 05:20:30,256 - INFO  [main ] o.e.j.s.h.ContextHandler.application - Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-04-14 05:20:30,256 - INFO  [main ] o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' 2022-04-14 05:20:30,259 - INFO  [main ] o.s.web.servlet.DispatcherServlet - Completed initialization in 3 ms 2022-04-14 05:20:30,301 - INFO  [main ] o.e.jetty.server.AbstractConnector - Started ServerConnector@100807ca{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2022-04-14 05:20:30,304 - INFO  [main ] o.s.b.w.e.jetty.JettyWebServer - Jetty started on port(s) 8080 (http/1.1) with context path '/' 2022-04-14 05:20:30,547 - INFO  [main ] o.s.b.w.e.j.JettyServletWebServerFactory - Server initialized with port: 8081 2022-04-14 05:20:30,549 - INFO  [main ] org.eclipse.jetty.server.Server - jetty-9.4.43.v20210629; built: 2021-06-30T11:07:22.254Z; git: 526006ecfa3af7f1a27ef3a288e2bef7ea9dd7e8; jvm 11.0.9.1+1 2022-04-14 05:20:30,585 - INFO  [main ] o.e.j.s.h.ContextHandler.application - Initializing Spring embedded WebApplicationContext 2022-04-14 05:20:30,585 - INFO  [main ] o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 269 ms 2022-04-14 05:20:30,597 - INFO  [main ] org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 2022-04-14 05:20:30,597 - INFO  [main ] org.eclipse.jetty.server.session - No SessionScavenger set, using defaults 2022-04-14 05:20:30,597 - INFO  [main ] org.eclipse.jetty.server.session - node0 Scavenging every 600000ms 2022-04-14 05:20:30,598 - INFO  [main ] o.e.j.server.handler.ContextHandler - Started o.s.b.w.e.j.JettyEmbeddedWebAppContext@14e8a173{application,/,[file:///tmp/jetty-docbase.8081.3566137178826163899/, jar:file:/app/libs/swagger-ui-3.52.3.jar!/META-INF/resources],AVAILABLE} 2022-04-14 05:20:30,599 - INFO  [main ] org.eclipse.jetty.server.Server - Started @32549ms 2022-04-14 05:20:30,651 - INFO  [main ] o.s.b.a.e.web.EndpointLinksResolver - Exposing 4 endpoint(s) beneath base path '/manage' 2022-04-14 05:20:31,564 - INFO  [main ] o.e.j.s.h.ContextHandler.application - Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-04-14 05:20:31,564 - INFO  [main ] o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' 2022-04-14 05:20:31,565 - INFO  [main ] o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms 2022-04-14 05:20:31,589 - INFO  [main ] o.e.jetty.server.AbstractConnector - Started ServerConnector@2c60c2dd{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 2022-04-14 05:20:31,589 - INFO  [main ] o.s.b.w.e.jetty.JettyWebServer - Jetty started on port(s) 8081 (http/1.1) with context path '/' 2022-04-14 05:20:31,629 - INFO  [main ] org.onap.cps.Application - Started Application in 31.962 seconds (JVM running for 33.579)