Results

By type

          2022-03-28 05:01:05,053 - INFO  [main                ] org.onap.cps.Application - Starting Application using Java 11.0.9.1 on onap-cps-core-7864fd99f9-q95tr with PID 1 (/app/classes started by ? in /app)
2022-03-28 05:01:05,058 - INFO  [main                ] org.onap.cps.Application - The following profiles are active: helm
2022-03-28 05:01:09,700 - INFO  [main                ] o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-03-28 05:01:10,024 - INFO  [main                ] o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 301 ms. Found 6 JPA repository interfaces.
2022-03-28 05:01:11,299 - INFO  [main                ] o.s.cloud.context.scope.GenericScope - BeanFactory id=4879507d-beef-392f-8086-2cfce070f3e7
2022-03-28 05:01:13,886 - INFO  [main                ] org.eclipse.jetty.util.log - Logging initialized @14891ms to org.eclipse.jetty.util.log.Slf4jLog
2022-03-28 05:01:14,621 - INFO  [main                ] o.s.b.w.e.j.JettyServletWebServerFactory - Server initialized with port: 8080
2022-03-28 05:01:14,639 - 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-03-28 05:01:14,717 - INFO  [main                ] o.e.j.s.h.ContextHandler.application - Initializing Spring embedded WebApplicationContext
2022-03-28 05:01:14,718 - INFO  [main                ] o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 9486 ms
2022-03-28 05:01:16,400 - INFO  [main                ] org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0
2022-03-28 05:01:16,401 - INFO  [main                ] org.eclipse.jetty.server.session - No SessionScavenger set, using defaults
2022-03-28 05:01:16,403 - INFO  [main                ] org.eclipse.jetty.server.session - node0 Scavenging every 660000ms
2022-03-28 05:01:16,425 - INFO  [main                ] o.e.j.server.handler.ContextHandler - Started o.s.b.w.e.j.JettyEmbeddedWebAppContext@1be52113{application,/,[file:///tmp/jetty-docbase.8080.3434826557508936089/, jar:file:/app/libs/swagger-ui-3.52.3.jar!/META-INF/resources],AVAILABLE}
2022-03-28 05:01:16,425 - INFO  [main                ] org.eclipse.jetty.server.Server - Started @17433ms
2022-03-28 05:01:16,913 - INFO  [main                ] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
2022-03-28 05:01:17,267 - INFO  [main                ] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
2022-03-28 05:01:17,699 - INFO  [main                ] liquibase.database - Set default schema name to cps
2022-03-28 05:01:18,000 - INFO  [main                ] liquibase.lockservice - Successfully acquired change log lock
2022-03-28 05:01:18,960 - INFO  [main                ] liquibase.changelog - Reading from cps.databasechangelog
2022-03-28 05:01:19,322 - INFO  [main                ] liquibase.lockservice - Successfully released change log lock
2022-03-28 05:01:20,107 - INFO  [main                ] o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]
2022-03-28 05:01:20,211 - INFO  [main                ] org.hibernate.Version - HHH000412: Hibernate ORM core version 5.4.32.Final
2022-03-28 05:01:20,214 - 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-03-28 05:01:20,768 - INFO  [main                ] o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-28 05:01:21,040 - INFO  [main                ] org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.PostgreSQLDialect
2022-03-28 05:01:22,337 - INFO  [main                ] o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.0.Final
2022-03-28 05:01:24,055 - INFO  [main                ] o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-28 05:01:24,075 - INFO  [main                ] o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-03-28 05:01:29,471 - INFO  [main                ] o.o.c.n.NotificationService - Notification Properties NotificationProperties(topic=cps.data-updated-events, filters={enabled-dataspaces=}, enabled=true)
2022-03-28 05:01:31,189 - INFO  [main                ] o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6e26d0b3, org.springframework.security.web.context.SecurityContextPersistenceFilter@22f34197, org.springframework.security.web.header.HeaderWriterFilter@37b117dd, org.springframework.security.web.authentication.logout.LogoutFilter@743fc1ee, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@6470078d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@396ea7ab, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@174bbe8e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4ae8de09, org.springframework.security.web.session.SessionManagementFilter@1f404aa1, org.springframework.security.web.access.ExceptionTranslationFilter@1703b09a, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7721408]
2022-03-28 05:01:39,384 - INFO  [main                ] o.e.j.s.h.ContextHandler.application - Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-28 05:01:39,384 - INFO  [main                ] o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
2022-03-28 05:01:39,387 - INFO  [main                ] o.s.web.servlet.DispatcherServlet - Completed initialization in 3 ms
2022-03-28 05:01:39,434 - INFO  [main                ] o.e.jetty.server.AbstractConnector - Started ServerConnector@c67395{HTTP/1.1, (http/1.1)}{0.0.0.0:8080}
2022-03-28 05:01:39,437 - INFO  [main                ] o.s.b.w.e.jetty.JettyWebServer - Jetty started on port(s) 8080 (http/1.1) with context path '/'
2022-03-28 05:01:39,716 - INFO  [main                ] o.s.b.w.e.j.JettyServletWebServerFactory - Server initialized with port: 8081
2022-03-28 05:01:39,718 - 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-03-28 05:01:39,738 - INFO  [main                ] o.e.j.s.h.ContextHandler.application - Initializing Spring embedded WebApplicationContext
2022-03-28 05:01:39,739 - INFO  [main                ] o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 288 ms
2022-03-28 05:01:39,768 - INFO  [main                ] org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0
2022-03-28 05:01:39,769 - INFO  [main                ] org.eclipse.jetty.server.session - No SessionScavenger set, using defaults
2022-03-28 05:01:39,769 - INFO  [main                ] org.eclipse.jetty.server.session - node0 Scavenging every 600000ms
2022-03-28 05:01:39,773 - INFO  [main                ] o.e.j.server.handler.ContextHandler - Started o.s.b.w.e.j.JettyEmbeddedWebAppContext@596792bc{application,/,[file:///tmp/jetty-docbase.8081.8640298817470443435/, jar:file:/app/libs/swagger-ui-3.52.3.jar!/META-INF/resources],AVAILABLE}
2022-03-28 05:01:39,774 - INFO  [main                ] org.eclipse.jetty.server.Server - Started @40782ms
2022-03-28 05:01:39,849 - INFO  [main                ] o.s.b.a.e.web.EndpointLinksResolver - Exposing 4 endpoint(s) beneath base path '/manage'
2022-03-28 05:01:40,988 - INFO  [main                ] o.e.j.s.h.ContextHandler.application - Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-28 05:01:40,988 - INFO  [main                ] o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
2022-03-28 05:01:40,989 - INFO  [main                ] o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms
2022-03-28 05:01:40,994 - INFO  [main                ] o.e.jetty.server.AbstractConnector - Started ServerConnector@79620fed{HTTP/1.1, (http/1.1)}{0.0.0.0:8081}
2022-03-28 05:01:40,996 - INFO  [main                ] o.s.b.w.e.jetty.JettyWebServer - Jetty started on port(s) 8081 (http/1.1) with context path '/'
2022-03-28 05:01:41,073 - INFO  [main                ] org.onap.cps.Application - Started Application in 39.233 seconds (JVM running for 42.081)