2021-04-23T00:37:21.649Z||main|INFO|c.a.eelf.configuration.SLF4jWrapper| EELF0005I Searching path "/tmp/vid/" for log configuration file "logback.xml" 2021-04-23T00:37:21.744Z||main|INFO|c.a.eelf.configuration.SLF4jWrapper| EELF0002I Loading logging configuration from file "/tmp/vid/logback.xml" 2021-04-23T00:37:23.549Z||main|INFO|c.a.eelf.configuration.SLF4jWrapper| ExternalAppInitializer: servlet configuration class is org.onap.portalapp.conf.ExternalAppConfig 2021-04-23T00:37:28.549Z||main|INFO|o.s.web.servlet.FrameworkServlet| Initializing Servlet 'dispatcher' 2021-04-23T00:37:32.760Z||main|INFO|o.s.c.a.ConfigurationClassParser| Properties location [${container.classpath:}/WEB-INF/conf/app/test.properties] not resolvable: Could not open ServletContext resource [/WEB-INF/conf/app/test.properties] 2021-04-23T00:37:49.148Z||main|INFO|o.s.c.a.ConfigurationClassParser| Properties location [asdc.properties] not resolvable: Could not open ServletContext resource [/asdc.properties] 2021-04-23T00:38:06.949Z||main|INFO|o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker| Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-04-23T00:38:13.451Z||main|INFO|c.a.eelf.configuration.SLF4jWrapper| ############################ Logging is started. ############################ 2021-04-23T00:38:13.545Z||main|INFO|c.a.eelf.configuration.SLF4jWrapper| ############################ Logging is started. ############################ 2021-04-23T00:38:13.545Z||main|INFO|c.a.eelf.configuration.SLF4jWrapper| ############################ Logging is started. ############################ 2021-04-23T00:38:16.551Z||main|INFO|c.a.eelf.configuration.SLF4jWrapper| LogTrigger Scheduled: 0 0/1 * * * ?; 2021-04-23T00:38:17.448Z||main|INFO|c.a.eelf.configuration.SLF4jWrapper| ExternalAppConfig: db.connectionURL is jdbc:mariadb://mariadb-galera:3306/vid_openecomp_epsdk 2021-04-23T00:39:48.355Z||main|INFO|org.eclipse.jetty.util.log.Log| Logging initialized @305598ms to org.eclipse.jetty.util.log.Slf4jLog 2021-04-23T00:39:57.357Z||main|INFO|i.j.restclient.http.ClientContainer| New rest client created, id: 695b2905 2021-04-23T00:39:57.357Z||Thread-15|INFO|i.j.r.http.IdleConnectionMonitor| Starting idle connection monitor 2021-04-23T00:40:10.553Z||main|INFO|i.j.restclient.http.ClientContainer| New rest client created, id: 05dcfa97 2021-04-23T00:40:22.947Z||main|INFO|i.j.restclient.http.ClientContainer| New rest client created, id: 72e8411d 2021-04-23T00:40:43.944Z||main|INFO|liquibase.logging.core.Slf4jLogger| SELECT COUNT(*) FROM vid_openecomp_epsdk.DATABASECHANGELOGLOCK 2021-04-23T00:40:44.346Z||main|INFO|liquibase.logging.core.Slf4jLogger| CREATE TABLE vid_openecomp_epsdk.DATABASECHANGELOGLOCK (ID INT NOT NULL, `LOCKED` BIT(1) NOT NULL, LOCKGRANTED datetime NULL, LOCKEDBY VARCHAR(255) NULL, CONSTRAINT PK_DATABASECHANGELOGLOCK PRIMARY KEY (ID)) 2021-04-23T00:40:44.391Z||main|INFO|liquibase.logging.core.Slf4jLogger| SELECT COUNT(*) FROM vid_openecomp_epsdk.DATABASECHANGELOGLOCK 2021-04-23T00:40:44.449Z||main|INFO|liquibase.logging.core.Slf4jLogger| DELETE FROM vid_openecomp_epsdk.DATABASECHANGELOGLOCK 2021-04-23T00:40:44.451Z||main|INFO|liquibase.logging.core.Slf4jLogger| INSERT INTO vid_openecomp_epsdk.DATABASECHANGELOGLOCK (ID, `LOCKED`) VALUES (1, 0) 2021-04-23T00:40:44.543Z||main|INFO|liquibase.logging.core.Slf4jLogger| SELECT `LOCKED` FROM vid_openecomp_epsdk.DATABASECHANGELOGLOCK WHERE ID=1 2021-04-23T00:40:44.653Z||main|INFO|liquibase.logging.core.Slf4jLogger| Successfully acquired change log lock