By type
2022-07-08 17:58:56,258 - [34mINFO [0;39m [main ] [36morg.onap.cps.Application[0;39m - Starting Application using Java 11.0.9.1 on onap-cps-core-68bffb8f6b-cvn4k with PID 1 (/app/classes started by ? in /app)
2022-07-08 17:58:56,262 - [34mINFO [0;39m [main ] [36morg.onap.cps.Application[0;39m - The following profiles are active: helm
2022-07-08 17:59:03,300 - [34mINFO [0;39m [main ] [36mo.s.d.r.c.RepositoryConfigurationDelegate[0;39m - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-07-08 17:59:04,033 - [34mINFO [0;39m [main ] [36mo.s.d.r.c.RepositoryConfigurationDelegate[0;39m - Finished Spring Data repository scanning in 708 ms. Found 6 JPA repository interfaces.
2022-07-08 17:59:05,485 - [34mINFO [0;39m [main ] [36mo.s.cloud.context.scope.GenericScope[0;39m - BeanFactory id=4879507d-beef-392f-8086-2cfce070f3e7
2022-07-08 17:59:09,365 - [34mINFO [0;39m [main ] [36morg.eclipse.jetty.util.log[0;39m - Logging initialized @19581ms to org.eclipse.jetty.util.log.Slf4jLog
2022-07-08 17:59:11,452 - [34mINFO [0;39m [main ] [36mo.s.b.w.e.j.JettyServletWebServerFactory[0;39m - Server initialized with port: 8080
2022-07-08 17:59:11,474 - [34mINFO [0;39m [main ] [36morg.eclipse.jetty.server.Server[0;39m - jetty-9.4.43.v20210629; built: 2021-06-30T11:07:22.254Z; git: 526006ecfa3af7f1a27ef3a288e2bef7ea9dd7e8; jvm 11.0.9.1+1
2022-07-08 17:59:11,748 - [34mINFO [0;39m [main ] [36mo.e.j.s.h.ContextHandler.application[0;39m - Initializing Spring embedded WebApplicationContext
2022-07-08 17:59:11,751 - [34mINFO [0;39m [main ] [36mo.s.b.w.s.c.ServletWebServerApplicationContext[0;39m - Root WebApplicationContext: initialization completed in 15315 ms
2022-07-08 17:59:15,660 - [34mINFO [0;39m [main ] [36morg.eclipse.jetty.server.session[0;39m - DefaultSessionIdManager workerName=node0
2022-07-08 17:59:15,669 - [34mINFO [0;39m [main ] [36morg.eclipse.jetty.server.session[0;39m - No SessionScavenger set, using defaults
2022-07-08 17:59:15,672 - [34mINFO [0;39m [main ] [36morg.eclipse.jetty.server.session[0;39m - node0 Scavenging every 660000ms
2022-07-08 17:59:15,701 - [34mINFO [0;39m [main ] [36mo.e.j.server.handler.ContextHandler[0;39m - Started o.s.b.w.e.j.JettyEmbeddedWebAppContext@1dd247b{application,/,[file:///tmp/jetty-docbase.8080.6491147275911903917/, jar:file:/app/libs/swagger-ui-3.52.3.jar!/META-INF/resources],AVAILABLE}
2022-07-08 17:59:15,702 - [34mINFO [0;39m [main ] [36morg.eclipse.jetty.server.Server[0;39m - Started @25928ms
2022-07-08 17:59:16,755 - [34mINFO [0;39m [main ] [36mcom.zaxxer.hikari.HikariDataSource[0;39m - HikariPool-1 - Starting...
2022-07-08 17:59:17,965 - [1;31mERROR[0;39m [main ] [36mcom.zaxxer.hikari.pool.HikariPool[0;39m - HikariPool-1 - Exception during pool initialization.
org.postgresql.util.PSQLException: FATAL: password authentication failed for user "cps"
at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:613)
at org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:161)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:213)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:51)
at org.postgresql.jdbc.PgConnection.(PgConnection.java:223)
at org.postgresql.Driver.makeConnection(Driver.java:465)
at org.postgresql.Driver.connect(Driver.java:264)
at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138)
at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:364)
at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206)
at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476)
at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561)
at com.zaxxer.hikari.pool.HikariPool.(HikariPool.java:115)
at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
at liquibase.integration.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:266)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1863)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1154)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:908)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:434)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:338)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1332)
at org.onap.cps.Application.main(Application.java:30)
2022-07-08 17:59:17,972 - [31mWARN [0;39m [main ] [36mo.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext[0;39m - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/springframework/boot/autoconfigure/liquibase/LiquibaseAutoConfiguration$LiquibaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.DatabaseException: org.postgresql.util.PSQLException: FATAL: password authentication failed for user "cps"
2022-07-08 17:59:18,004 - [34mINFO [0;39m [main ] [36morg.eclipse.jetty.server.session[0;39m - node0 Stopped scavenging
2022-07-08 17:59:18,024 - [34mINFO [0;39m [main ] [36mo.e.j.server.handler.ContextHandler[0;39m - Stopped o.s.b.w.e.j.JettyEmbeddedWebAppContext@1dd247b{application,/,[file:///tmp/jetty-docbase.8080.6491147275911903917/, jar:file:/app/libs/swagger-ui-3.52.3.jar!/META-INF/resources],STOPPED}
2022-07-08 17:59:18,126 - [34mINFO [0;39m [main ] [36mo.s.b.a.l.ConditionEvaluationReportLoggingListener[0;39m -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2022-07-08 17:59:18,220 - [1;31mERROR[0;39m [main ] [36mo.s.boot.SpringApplication[0;39m - Application run failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/springframework/boot/autoconfigure/liquibase/LiquibaseAutoConfiguration$LiquibaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.DatabaseException: org.postgresql.util.PSQLException: FATAL: password authentication failed for user "cps"
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1804)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1154)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:908)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:434)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:338)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1332)
at org.onap.cps.Application.main(Application.java:30)
Caused by: liquibase.exception.DatabaseException: org.postgresql.util.PSQLException: FATAL: password authentication failed for user "cps"
at liquibase.integration.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:271)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1863)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800)
... 18 common frames omitted
Caused by: org.postgresql.util.PSQLException: FATAL: password authentication failed for user "cps"
at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:613)
at org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:161)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:213)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:51)
at org.postgresql.jdbc.PgConnection.(PgConnection.java:223)
at org.postgresql.Driver.makeConnection(Driver.java:465)
at org.postgresql.Driver.connect(Driver.java:264)
at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138)
at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:364)
at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206)
at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476)
at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561)
at com.zaxxer.hikari.pool.HikariPool.(HikariPool.java:115)
at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
at liquibase.integration.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:266)
... 20 common frames omitted
2022-07-08 17:58:56,258 - [34mINFO [0;39m [main ] [36morg.onap.cps.Application[0;39m - Starting Application using Java 11.0.9.1 on onap-cps-core-68bffb8f6b-cvn4k with PID 1 (/app/classes started by ? in /app)
2022-07-08 17:58:56,262 - [34mINFO [0;39m [main ] [36morg.onap.cps.Application[0;39m - The following profiles are active: helm
2022-07-08 17:59:03,300 - [34mINFO [0;39m [main ] [36mo.s.d.r.c.RepositoryConfigurationDelegate[0;39m - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-07-08 17:59:04,033 - [34mINFO [0;39m [main ] [36mo.s.d.r.c.RepositoryConfigurationDelegate[0;39m - Finished Spring Data repository scanning in 708 ms. Found 6 JPA repository interfaces.
2022-07-08 17:59:05,485 - [34mINFO [0;39m [main ] [36mo.s.cloud.context.scope.GenericScope[0;39m - BeanFactory id=4879507d-beef-392f-8086-2cfce070f3e7
2022-07-08 17:59:09,365 - [34mINFO [0;39m [main ] [36morg.eclipse.jetty.util.log[0;39m - Logging initialized @19581ms to org.eclipse.jetty.util.log.Slf4jLog
2022-07-08 17:59:11,452 - [34mINFO [0;39m [main ] [36mo.s.b.w.e.j.JettyServletWebServerFactory[0;39m - Server initialized with port: 8080
2022-07-08 17:59:11,474 - [34mINFO [0;39m [main ] [36morg.eclipse.jetty.server.Server[0;39m - jetty-9.4.43.v20210629; built: 2021-06-30T11:07:22.254Z; git: 526006ecfa3af7f1a27ef3a288e2bef7ea9dd7e8; jvm 11.0.9.1+1
2022-07-08 17:59:11,748 - [34mINFO [0;39m [main ] [36mo.e.j.s.h.ContextHandler.application[0;39m - Initializing Spring embedded WebApplicationContext
2022-07-08 17:59:11,751 - [34mINFO [0;39m [main ] [36mo.s.b.w.s.c.ServletWebServerApplicationContext[0;39m - Root WebApplicationContext: initialization completed in 15315 ms
2022-07-08 17:59:15,660 - [34mINFO [0;39m [main ] [36morg.eclipse.jetty.server.session[0;39m - DefaultSessionIdManager workerName=node0
2022-07-08 17:59:15,669 - [34mINFO [0;39m [main ] [36morg.eclipse.jetty.server.session[0;39m - No SessionScavenger set, using defaults
2022-07-08 17:59:15,672 - [34mINFO [0;39m [main ] [36morg.eclipse.jetty.server.session[0;39m - node0 Scavenging every 660000ms
2022-07-08 17:59:15,701 - [34mINFO [0;39m [main ] [36mo.e.j.server.handler.ContextHandler[0;39m - Started o.s.b.w.e.j.JettyEmbeddedWebAppContext@1dd247b{application,/,[file:///tmp/jetty-docbase.8080.6491147275911903917/, jar:file:/app/libs/swagger-ui-3.52.3.jar!/META-INF/resources],AVAILABLE}
2022-07-08 17:59:15,702 - [34mINFO [0;39m [main ] [36morg.eclipse.jetty.server.Server[0;39m - Started @25928ms
2022-07-08 17:59:16,755 - [34mINFO [0;39m [main ] [36mcom.zaxxer.hikari.HikariDataSource[0;39m - HikariPool-1 - Starting...
2022-07-08 17:59:17,965 - [1;31mERROR[0;39m [main ] [36mcom.zaxxer.hikari.pool.HikariPool[0;39m - HikariPool-1 - Exception during pool initialization.
org.postgresql.util.PSQLException: FATAL: password authentication failed for user "cps"
at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:613)
at org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:161)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:213)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:51)
at org.postgresql.jdbc.PgConnection.(PgConnection.java:223)
at org.postgresql.Driver.makeConnection(Driver.java:465)
at org.postgresql.Driver.connect(Driver.java:264)
at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138)
at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:364)
at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206)
at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476)
at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561)
at com.zaxxer.hikari.pool.HikariPool.(HikariPool.java:115)
at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
at liquibase.integration.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:266)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1863)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1154)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:908)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:434)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:338)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1332)
at org.onap.cps.Application.main(Application.java:30)
2022-07-08 17:59:17,972 - [31mWARN [0;39m [main ] [36mo.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext[0;39m - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/springframework/boot/autoconfigure/liquibase/LiquibaseAutoConfiguration$LiquibaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.DatabaseException: org.postgresql.util.PSQLException: FATAL: password authentication failed for user "cps"
2022-07-08 17:59:18,004 - [34mINFO [0;39m [main ] [36morg.eclipse.jetty.server.session[0;39m - node0 Stopped scavenging
2022-07-08 17:59:18,024 - [34mINFO [0;39m [main ] [36mo.e.j.server.handler.ContextHandler[0;39m - Stopped o.s.b.w.e.j.JettyEmbeddedWebAppContext@1dd247b{application,/,[file:///tmp/jetty-docbase.8080.6491147275911903917/, jar:file:/app/libs/swagger-ui-3.52.3.jar!/META-INF/resources],STOPPED}
2022-07-08 17:59:18,126 - [34mINFO [0;39m [main ] [36mo.s.b.a.l.ConditionEvaluationReportLoggingListener[0;39m -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2022-07-08 17:59:18,220 - [1;31mERROR[0;39m [main ] [36mo.s.boot.SpringApplication[0;39m - Application run failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/springframework/boot/autoconfigure/liquibase/LiquibaseAutoConfiguration$LiquibaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.DatabaseException: org.postgresql.util.PSQLException: FATAL: password authentication failed for user "cps"
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1804)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1154)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:908)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:434)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:338)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1332)
at org.onap.cps.Application.main(Application.java:30)
Caused by: liquibase.exception.DatabaseException: org.postgresql.util.PSQLException: FATAL: password authentication failed for user "cps"
at liquibase.integration.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:271)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1863)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800)
... 18 common frames omitted
Caused by: org.postgresql.util.PSQLException: FATAL: password authentication failed for user "cps"
at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:613)
at org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:161)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:213)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:51)
at org.postgresql.jdbc.PgConnection.(PgConnection.java:223)
at org.postgresql.Driver.makeConnection(Driver.java:465)
at org.postgresql.Driver.connect(Driver.java:264)
at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138)
at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:364)
at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206)
at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476)
at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561)
at com.zaxxer.hikari.pool.HikariPool.(HikariPool.java:115)
at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
at liquibase.integration.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:266)
... 20 common frames omitted