Results

By type

          2021-04-17 11:26:16,373 - INFO  [main                ] org.onap.cps.Application - No active profile set, falling back to default profiles: default
2021-04-17 11:26:18,971 - INFO  [main                ] o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2021-04-17 11:26:19,816 - INFO  [main                ] o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 782ms. Found 5 JPA repository interfaces.
2021-04-17 11:26:20,580 - INFO  [main                ] o.s.cloud.context.scope.GenericScope - BeanFactory id=2edd6653-de63-3ce9-bf46-89a39092cb96
2021-04-17 11:26:22,159 - INFO  [main                ] org.eclipse.jetty.util.log - Logging initialized @11540ms to org.eclipse.jetty.util.log.Slf4jLog
2021-04-17 11:26:22,844 - INFO  [main                ] o.s.b.w.e.j.JettyServletWebServerFactory - Server initialized with port: 8080
2021-04-17 11:26:22,853 - INFO  [main                ] org.eclipse.jetty.server.Server - jetty-9.4.35.v20201120; built: 2020-11-20T21:17:03.964Z; git: bdc54f03a5e0a7e280fab27f55c3c75ee8da89fb; jvm 11.0.9.1+1
2021-04-17 11:26:22,920 - INFO  [main                ] o.e.j.s.h.ContextHandler.application - Initializing Spring embedded WebApplicationContext
2021-04-17 11:26:22,920 - INFO  [main                ] o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 6517 ms
2021-04-17 11:26:26,281 - INFO  [main                ] org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0
2021-04-17 11:26:26,281 - INFO  [main                ] org.eclipse.jetty.server.session - No SessionScavenger set, using defaults
2021-04-17 11:26:26,283 - INFO  [main                ] org.eclipse.jetty.server.session - node0 Scavenging every 600000ms
2021-04-17 11:26:26,293 - INFO  [main                ] o.e.j.server.handler.ContextHandler - Started o.s.b.w.e.j.JettyEmbeddedWebAppContext@66859ea9{application,/,[file:///tmp/jetty-docbase.8080.1704700264120081223/, jar:file:/app/libs/springfox-swagger-ui-3.0.0.jar!/META-INF/resources],AVAILABLE}
2021-04-17 11:26:26,294 - INFO  [main                ] org.eclipse.jetty.server.Server - Started @15674ms
2021-04-17 11:26:27,999 - INFO  [main                ] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
2021-04-17 11:26:28,439 - INFO  [main                ] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
2021-04-17 11:26:29,382 - INFO  [main                ] liquibase.lockservice - Successfully acquired change log lock
2021-04-17 11:26:29,817 - INFO  [main                ] liquibase.changelog - Reading from cps.databasechangelog
2021-04-17 11:26:30,045 - INFO  [main                ] liquibase.lockservice - Successfully released change log lock
2021-04-17 11:26:30,061 - INFO  [main                ] liquibase.lockservice - Successfully acquired change log lock
Skipping auto-registration
2021-04-17 11:26:30,066 - WARN  [main                ] liquibase.hub - Skipping auto-registration
2021-04-17 11:26:30,117 - INFO  [main                ] liquibase.lockservice - Successfully released change log lock
2021-04-17 11:26:30,855 - INFO  [main                ] o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]
2021-04-17 11:26:31,215 - INFO  [main                ] org.hibernate.Version - HHH000412: Hibernate ORM core version 5.4.27.Final
2021-04-17 11:26:31,218 - INFO  [main                ] org.hibernate.cfg.Environment - HHH000205: Loaded properties from resource hibernate.properties: {hibernate.bytecode.use_reflection_optimizer=false, hibernate.types.print.banner=false}
2021-04-17 11:26:31,978 - INFO  [main                ] o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-04-17 11:26:32,368 - INFO  [main                ] org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.PostgreSQLDialect
2021-04-17 11:26:33,300 - INFO  [main                ] o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.7.Final
2021-04-17 11:26:34,623 - INFO  [main                ] o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-17 11:26:34,636 - INFO  [main                ] o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
2021-04-17 11:26:37,090 - INFO  [main                ] o.s.b.a.e.web.EndpointLinksResolver - Exposing 2 endpoint(s) beneath base path '/manage'
2021-04-17 11:26:37,621 - INFO  [main                ] o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4fc23215, org.springframework.security.web.context.SecurityContextPersistenceFilter@1205d422, org.springframework.security.web.header.HeaderWriterFilter@296c6cc1, org.springframework.security.web.authentication.logout.LogoutFilter@7af65b49, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@3cdb3788, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4bc15d49, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@22ecee76, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2ed34811, org.springframework.security.web.session.SessionManagementFilter@7cb39309, org.springframework.security.web.access.ExceptionTranslationFilter@2d43bedb, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@77eb383a]
2021-04-17 11:26:37,969 - INFO  [main                ] o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
2021-04-17 11:26:38,889 - INFO  [main                ] o.e.j.s.h.ContextHandler.application - Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-17 11:26:38,889 - INFO  [main                ] o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
2021-04-17 11:26:38,901 - INFO  [main                ] o.s.web.servlet.DispatcherServlet - Completed initialization in 12 ms
2021-04-17 11:26:38,949 - INFO  [main                ] o.e.jetty.server.AbstractConnector - Started ServerConnector@492c8137{HTTP/1.1, (http/1.1)}{0.0.0.0:8080}
2021-04-17 11:26:38,950 - INFO  [main                ] o.s.b.w.e.jetty.JettyWebServer - Jetty started on port(s) 8080 (http/1.1) with context path '/'
2021-04-17 11:26:39,655 - INFO  [main                ] org.onap.cps.Application - Started Application in 25.544 seconds (JVM running for 29.036)
2021-04-17 11:27:21,171 - WARN  [qtp1045373696-24    ] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@3cc2e5ac (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2021-04-17 11:27:21,190 - WARN  [qtp1045373696-24    ] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@1ce98e38 (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2021-04-17 11:27:21,192 - WARN  [qtp1045373696-24    ] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@37adf78c (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2021-04-17 11:27:21,198 - WARN  [qtp1045373696-24    ] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@27d5389d (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2021-04-17 11:27:21,203 - WARN  [qtp1045373696-24    ] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@6bdd3d7c (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2021-04-17 11:27:21,207 - WARN  [qtp1045373696-24    ] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@3b95f671 (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2021-04-17 11:27:21,215 - WARN  [qtp1045373696-24    ] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@63dc7718 (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2021-04-17 11:27:21,217 - WARN  [qtp1045373696-24    ] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@6dc3ba2e (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2021-04-17 11:27:21,219 - WARN  [qtp1045373696-24    ] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@6ff75c37 (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2021-04-17 11:27:21,220 - WARN  [qtp1045373696-24    ] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@7b4509c6 (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2021-04-17 11:29:21,151 - WARN  [qtp1045373696-23    ] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@1e9bb13e (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2021-04-17 11:29:21,158 - WARN  [qtp1045373696-23    ] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@7bcfecd (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2021-04-17 11:29:21,163 - WARN  [qtp1045373696-23    ] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@2ad7001c (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2021-04-17 11:29:21,177 - WARN  [qtp1045373696-23    ] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@69065639 (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2021-04-17 11:29:21,179 - WARN  [qtp1045373696-23    ] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@3ee6c144 (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2021-04-17 11:29:21,182 - WARN  [qtp1045373696-23    ] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@5e4c1ac3 (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2021-04-17 11:29:21,186 - WARN  [qtp1045373696-23    ] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@4c0936f6 (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2021-04-17 11:29:21,189 - WARN  [qtp1045373696-23    ] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@176516d0 (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2021-04-17 11:29:21,191 - WARN  [qtp1045373696-23    ] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@1f810999 (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2021-04-17 11:29:21,194 - WARN  [qtp1045373696-23    ] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@21a582a8 (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2021-04-17 14:43:48,915 - WARN  [qtp1045373696-25    ] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@74fad9f3 (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2021-04-17 14:43:48,928 - WARN  [qtp1045373696-25    ] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@2d1013c1 (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2021-04-17 14:43:48,936 - WARN  [qtp1045373696-25    ] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@66d047fb (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2021-04-17 14:43:48,940 - WARN  [qtp1045373696-25    ] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@44c72f93 (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2021-04-17 14:43:48,945 - WARN  [qtp1045373696-25    ] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@315f8f0f (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2021-04-17 14:43:48,953 - WARN  [qtp1045373696-25    ] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@1c7c1cfe (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2021-04-17 14:43:48,957 - WARN  [qtp1045373696-25    ] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@78f77f15 (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2021-04-17 14:43:48,961 - WARN  [qtp1045373696-25    ] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@5b16c2f (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2021-04-17 14:43:48,964 - WARN  [qtp1045373696-25    ] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@485bbc61 (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2021-04-17 14:43:48,966 - WARN  [qtp1045373696-25    ] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@34bcd278 (This connection has been closed.). Possibly consider using a shorter maxLifetime value.