Results

By type

          JVM Arguments:  -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml  -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml  

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.3.7.RELEASE)

2022-03-24T00:41:05.381Z||main|||||INFO|500||The following profiles are active: basic
2022-03-24T00:41:13.857Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-24T00:41:13.858Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-24T00:41:13.932Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-24T00:41:16.070Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-24T00:41:16.212Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-24T00:41:16.554Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-24T00:41:16.560Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-24T00:41:16.637Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-24T00:41:16.766Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-24T00:41:17.176Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-24T00:41:18.030Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-24T00:41:19.827Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-24T00:41:19.873Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-24T00:41:20.381Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-24T00:41:22.041Z||main|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@69b37f5c marked as broken because of SQLSTATE(08000), ErrorCode(0)
java.sql.SQLNonTransientConnectionException: (conn=934) unexpected end of stream, read 0 bytes from 4 (socket was closed by server)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.MariaDbStatement.executeInternal(MariaDbStatement.java:363)
	at org.mariadb.jdbc.MariaDbStatement.executeQuery(MariaDbStatement.java:612)
	at com.zaxxer.hikari.pool.ProxyStatement.executeQuery(ProxyStatement.java:111)
	at com.zaxxer.hikari.pool.HikariProxyStatement.executeQuery(HikariProxyStatement.java)
	at org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorMariaDBDatabaseImpl.extractMetadata(SequenceInformationExtractorMariaDBDatabaseImpl.java:52)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl.sequenceInformationList(JdbcEnvironmentImpl.java:403)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl.(JdbcEnvironmentImpl.java:268)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:114)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:35)
	at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.initiateService(StandardServiceRegistryImpl.java:101)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:263)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:237)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214)
	at org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory.injectServices(DefaultIdentifierGeneratorFactory.java:152)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.injectDependencies(AbstractServiceRegistryImpl.java:286)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:243)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214)
	at org.hibernate.boot.internal.InFlightMetadataCollectorImpl.(InFlightMetadataCollectorImpl.java:176)
	at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.complete(MetadataBuildingProcess.java:127)
	at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.metadata(EntityManagerFactoryBuilderImpl.java:1224)
	at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:1255)
	at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:58)
	at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:365)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:391)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:378)
	at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:341)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1853)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1790)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1109)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:869)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: unexpected end of stream, read 0 bytes from 4 (socket was closed by server)
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:262)
	at org.mariadb.jdbc.MariaDbStatement.executeInternal(MariaDbStatement.java:357)
	... 52 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: unexpected end of stream, read 0 bytes from 4 (socket was closed by server)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.handleIoException(AbstractQueryProtocol.java:2049)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1534)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:256)
	... 53 common frames omitted
Caused by: java.io.EOFException: unexpected end of stream, read 0 bytes from 4 (socket was closed by server)
	at org.mariadb.jdbc.internal.io.input.StandardPacketInputStream.getPacketArray(StandardPacketInputStream.java:249)
	at org.mariadb.jdbc.internal.io.input.StandardPacketInputStream.getPacket(StandardPacketInputStream.java:218)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1532)
	... 55 common frames omitted
2022-03-24T00:41:22.044Z||main|||||ERROR|500||Could not fetch the SequenceInformation from the database
java.sql.SQLNonTransientConnectionException: (conn=934) unexpected end of stream, read 0 bytes from 4 (socket was closed by server)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.MariaDbStatement.executeInternal(MariaDbStatement.java:363)
	at org.mariadb.jdbc.MariaDbStatement.executeQuery(MariaDbStatement.java:612)
	at com.zaxxer.hikari.pool.ProxyStatement.executeQuery(ProxyStatement.java:111)
	at com.zaxxer.hikari.pool.HikariProxyStatement.executeQuery(HikariProxyStatement.java)
	at org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorMariaDBDatabaseImpl.extractMetadata(SequenceInformationExtractorMariaDBDatabaseImpl.java:52)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl.sequenceInformationList(JdbcEnvironmentImpl.java:403)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl.(JdbcEnvironmentImpl.java:268)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:114)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:35)
	at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.initiateService(StandardServiceRegistryImpl.java:101)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:263)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:237)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214)
	at org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory.injectServices(DefaultIdentifierGeneratorFactory.java:152)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.injectDependencies(AbstractServiceRegistryImpl.java:286)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:243)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214)
	at org.hibernate.boot.internal.InFlightMetadataCollectorImpl.(InFlightMetadataCollectorImpl.java:176)
	at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.complete(MetadataBuildingProcess.java:127)
	at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.metadata(EntityManagerFactoryBuilderImpl.java:1224)
	at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:1255)
	at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:58)
	at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:365)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:391)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:378)
	at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:341)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1853)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1790)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1109)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:869)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: unexpected end of stream, read 0 bytes from 4 (socket was closed by server)
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:262)
	at org.mariadb.jdbc.MariaDbStatement.executeInternal(MariaDbStatement.java:357)
	... 52 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: unexpected end of stream, read 0 bytes from 4 (socket was closed by server)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.handleIoException(AbstractQueryProtocol.java:2049)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1534)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:256)
	... 53 common frames omitted
Caused by: java.io.EOFException: unexpected end of stream, read 0 bytes from 4 (socket was closed by server)
	at org.mariadb.jdbc.internal.io.input.StandardPacketInputStream.getPacketArray(StandardPacketInputStream.java:249)
	at org.mariadb.jdbc.internal.io.input.StandardPacketInputStream.getPacket(StandardPacketInputStream.java:218)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1532)
	... 55 common frames omitted
2022-03-24T00:41:22.155Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-03-24T00:41:23.277Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-24T00:41:24.213Z||main|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@37a36194 ((conn=935) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-03-24T00:41:24.232Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-24T00:41:24.245Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$17af6eb7.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-03-24T00:41:24.246Z||main|||||WARN|500||The sdc end point is not alive
2022-03-24T00:41:26.712Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-03-24T00:41:29.004Z||main|||||WARN|500||---
2022-03-24T00:41:29.004Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-24T00:41:29.004Z||main|||||WARN|500||---
2022-03-24T00:41:29.425Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-24T00:41:33.305Z||main|||||INFO|500||Started Application in 31.831 seconds (JVM running for 32.849)
2022-03-24T00:41:33.337Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-24T00:41:33.338Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-24T00:41:33.347Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-24T00:41:33.371Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-24T00:41:33.440Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1486b22f-7dda-42c2-8b69-81b9ad264410 url= /sdc/v1/artifactTypes
2022-03-24T00:41:33.440Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-24T00:41:33.664Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-24T00:41:33.683Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-03-24T00:41:33.703Z||scheduling-1|||||DEBUG|500||create keys
2022-03-24T00:41:33.710Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-24T00:41:34.231Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:41:34.246Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c7d31a57-5abe-446b-bbfb-1d9e2ff2e86d url= /sdc/v1/registerForDistribution
2022-03-24T00:41:34.344Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c7d31a57-5abe-446b-bbfb-1d9e2ff2e86d url= /sdc/v1/registerForDistribution
2022-03-24T00:41:34.344Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-24T00:41:34.352Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:41:34.352Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:41:34.356Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:41:34.356Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:41:34.356Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-24T00:41:34.356Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:41:34.356Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:41:47.475Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:41:47.587Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:42:34.351Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:42:34.352Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:42:34.358Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:42:34.358Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:42:34.358Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:42:34.358Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:42:43.918Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:42:43.918Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:43:34.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:43:34.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:43:34.352Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:43:34.352Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:43:34.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:43:34.352Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:43:43.926Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:43:43.928Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:44:34.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:44:34.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:44:34.351Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:44:34.351Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:44:34.352Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:44:34.352Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:44:43.908Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:44:43.909Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:45:34.350Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:45:34.351Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:45:34.351Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:45:34.351Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:45:34.352Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:45:34.352Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:45:43.902Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:45:43.905Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:46:34.350Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:46:34.351Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:46:34.351Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:46:34.352Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:46:34.352Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:46:34.352Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:46:43.906Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:46:43.907Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:47:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:47:34.351Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:47:34.351Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:47:34.352Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:47:34.353Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:47:34.353Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:47:43.891Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:47:43.898Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:48:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:48:34.351Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:48:34.351Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:48:34.351Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:48:34.353Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:48:34.353Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:48:43.900Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:48:43.900Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:49:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:49:34.351Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:49:34.351Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:49:34.352Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:49:34.352Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:49:34.352Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:49:43.898Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:49:43.899Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:50:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:50:34.351Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:50:34.351Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:50:34.351Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:50:34.352Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:50:34.352Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:50:43.905Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:50:43.907Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:51:00.759Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-24T00:51:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:51:34.351Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:51:34.351Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:51:34.352Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:51:34.352Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:51:34.352Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:51:43.904Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:51:43.904Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:52:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:52:34.351Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:52:34.351Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:52:34.352Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:52:34.352Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:52:34.352Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:52:43.903Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:52:43.903Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:53:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:53:34.351Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:53:34.351Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:53:34.352Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:53:34.352Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:53:34.352Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:53:43.899Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:53:43.900Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:54:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:54:34.351Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:54:34.351Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:54:34.351Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:54:34.352Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:54:34.352Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:54:43.900Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:54:43.903Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:55:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:55:34.351Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:55:34.351Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:55:34.352Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:55:34.352Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:55:34.352Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:55:43.901Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:55:43.903Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:56:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:56:34.351Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:56:34.351Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:56:34.351Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:56:34.352Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:56:34.352Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:56:43.902Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:56:43.902Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:57:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:57:34.351Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:57:34.351Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:57:34.352Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:57:34.352Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:57:34.352Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:57:43.904Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:57:43.907Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:58:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:58:34.351Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:58:34.351Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:58:34.351Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:58:34.352Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:58:34.352Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:58:43.900Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:58:43.903Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:59:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:59:34.351Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:59:34.351Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:59:34.351Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:59:34.352Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T00:59:34.352Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T00:59:43.900Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T00:59:43.902Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:00:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:00:34.351Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:00:34.351Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:00:34.351Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:00:34.352Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:00:34.352Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:00:43.903Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:00:43.905Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:01:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:01:34.351Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:01:34.351Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:01:34.351Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:01:34.352Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:01:34.352Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:01:43.900Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:01:43.902Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:02:34.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:02:34.351Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:02:34.351Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:02:34.352Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:02:34.353Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:02:34.353Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:02:43.928Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:02:43.934Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:03:34.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:03:34.351Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:03:34.351Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:03:34.351Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:03:34.352Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:03:34.352Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:03:43.902Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:03:43.903Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:04:34.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:04:34.351Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:04:34.351Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:04:34.351Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:04:34.352Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:04:34.352Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:04:43.905Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:04:43.905Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:05:34.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:05:34.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:05:34.351Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:05:34.352Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:05:34.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:05:34.352Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:05:43.901Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:05:43.904Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:06:34.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:06:34.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:06:34.351Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:06:34.351Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:06:34.352Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:06:34.352Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:06:43.903Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:06:43.903Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:07:34.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:07:34.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:07:34.351Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:07:34.351Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:07:34.352Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:07:34.352Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:07:43.900Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:07:43.901Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:08:34.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:08:34.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:08:34.351Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:08:34.351Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:08:34.352Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:08:34.352Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:08:43.903Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:08:43.903Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:09:34.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:09:34.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:09:34.351Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:09:34.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:09:34.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:09:34.352Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:09:43.903Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:09:43.904Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:10:34.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:10:34.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:10:34.351Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:10:34.351Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:10:34.352Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:10:34.352Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:10:43.900Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:10:43.900Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:11:34.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:11:34.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:11:34.351Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:11:34.351Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:11:34.352Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:11:34.352Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:11:43.899Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:11:43.899Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:12:34.350Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:12:34.351Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:12:34.351Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:12:34.352Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:12:34.352Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:12:34.352Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:12:43.909Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:12:43.909Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:13:34.350Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:13:34.351Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:13:34.351Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:13:34.351Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:13:34.352Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:13:34.352Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:13:43.904Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:13:43.905Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:14:34.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:14:34.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:14:34.351Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:14:34.351Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:14:34.352Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:14:34.353Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:14:43.902Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:14:43.905Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:15:34.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:15:34.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:15:34.351Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:15:34.352Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:15:34.352Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:15:34.352Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:15:43.900Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:15:43.920Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:16:34.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:16:34.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:16:34.351Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:16:34.351Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:16:34.352Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:16:34.352Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:16:43.903Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:16:43.904Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:17:34.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:17:34.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:17:34.351Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:17:34.351Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:17:34.352Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:17:34.352Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:17:43.893Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:17:43.900Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:18:34.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:18:34.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:18:34.351Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:18:34.351Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:18:34.352Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:18:34.352Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:18:43.896Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:18:43.920Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:19:34.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:19:34.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:19:34.351Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:19:34.351Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:19:34.352Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:19:34.352Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:19:43.900Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:19:43.902Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:20:34.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:20:34.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:20:34.351Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:20:34.352Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:20:34.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:20:34.352Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:20:43.899Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:20:43.902Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:21:34.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:21:34.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:21:34.351Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:21:34.352Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:21:34.352Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:21:34.352Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:21:43.896Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:21:43.900Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:22:34.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:22:34.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:22:34.351Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:22:34.351Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:22:34.352Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:22:34.352Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:22:43.901Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:22:43.901Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:23:34.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:23:34.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:23:34.351Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:23:34.352Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:23:34.352Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:23:34.352Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:23:43.903Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:23:43.903Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:24:34.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:24:34.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:24:34.351Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:24:34.352Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:24:34.352Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:24:34.352Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:24:43.899Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:24:43.899Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:25:34.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:25:34.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:25:34.351Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:25:34.351Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:25:34.352Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:25:34.352Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:25:43.902Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:25:43.903Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:26:34.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:26:34.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:26:34.351Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:26:34.352Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:26:34.352Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:26:34.352Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:26:43.902Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:26:43.904Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:27:34.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:27:34.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:27:34.351Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:27:34.351Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:27:34.352Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:27:34.352Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:27:34.982Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:27:34.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T01:27:34.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a03975f0-5224-43b0-ad6e-6c2b8e43fd44","serviceName":"vFW 2022-03-24 01-25-02","serviceVersion":"1.0","serviceUUID":"a382e7e1-4694-48e5-8037-552ca41ad4e2","serviceDescription":"catalog service description","serviceInvariantUUID":"2f8ec792-69a3-445e-93e7-81181c6eebd5","resources":[{"resourceInstanceName":"vFW 83b61044-8124 0","resourceName":"vFW 83b61044-8124","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"99a14053-a2e7-40b7-8609-0244f04a08ee","resourceInvariantUUID":"30e2a17f-5ace-4e01-880f-69408289d94b","resourceCustomizationUUID":"9de0a3bf-3c8d-4aae-b075-571907c33077","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vf-license-model.xml","artifactChecksum":"M2ZlMmFlMTViMDQwMTc1YzJiNjY1MGUyNTUyNzRjMzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f40fe153-300e-4dc0-8da5-febe705141d1","artifactVersion":"1"},{"artifactName":"vfw83b6104481240_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json","artifactChecksum":"ZjFhODU1NDZkNDM2MmM1NDAyNjAyZWVhMjY4MjE0NDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"716bf7f9-01df-4b52-9bc3-a53e4870537b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2c6e5491-f8fa-4fef-8603-950dd4994c1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vendor-license-model.xml","artifactChecksum":"ODIyZDlmYmM1ZmVlZTlhNmExZWZiYjAwZDg4Y2YzZjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5d1357a8-466d-41de-b1b6-80b8e9d46eb0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0d1d4790-e822-4e32-8297-6e8d47da548d","artifactVersion":"2","generatedFromUUID":"2c6e5491-f8fa-4fef-8603-950dd4994c1c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220324012502-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-template.yml","artifactChecksum":"MGNjNzEwNTdhMmI2NmEzNWM4OTVhYzBkNzEwMWY0MmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0836d8bc-28b1-4d7a-ac92-21d7ed6c025e","artifactVersion":"1"},{"artifactName":"service-Vfw20220324012502-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar","artifactChecksum":"MTdjNGVlYmZjMjU2NGM3OTFlMjRlNjk1YzlmYWRjN2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"73370a2a-e154-4a6b-8dfb-c6d767e0e71e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T01:27:34.988Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:27:34.991Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:27:34.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:34.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648085225424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:27:34.997Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:27:35.005Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:27:35.005Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085254350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648085224145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648085226429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648085225424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T01:27:35.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648085224145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648085226429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648085225424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T01:27:35.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648085224145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648085226429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648085225424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648085224145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648085226429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648085225424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-24T01:27:35.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648085224145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "cds",
  "timestamp": 1648085237339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648085226429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648085225424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648085224145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "cds",
  "timestamp": 1648085237339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648085226429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648085225424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T01:27:35.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648085224145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "cds",
  "timestamp": 1648085237339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648085226429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T01:27:35.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "cds",
  "timestamp": 1648085237339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648085241502,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:27:35.015Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:27:35.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648085241530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:27:35.015Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:27:35.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "cds",
  "timestamp": 1648085237339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648085242904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:27:35.016Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:27:35.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "cds",
  "timestamp": 1648085237339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "cds",
  "timestamp": 1648085237339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T01:27:35.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648085244200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:27:35.017Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:27:35.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648085245358,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T01:27:35.105Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T01:27:35.108Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:27:35.108Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:27:35.119Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:27:35.120Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T01:27:35.155Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a03975f0-5224-43b0-ad6e-6c2b8e43fd44
2022-03-24T01:27:35.170Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a03975f0-5224-43b0-ad6e-6c2b8e43fd44 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T01:27:35.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "cds",
  "timestamp": 1648085245460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:27:35.192Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:27:35.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648085246119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-24T01:27:35.192Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:27:35.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648085246361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T01:27:35.193Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:27:35.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "cds",
  "timestamp": 1648085246473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T01:27:35.205Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a03975f0-5224-43b0-ad6e-6c2b8e43fd44
2022-03-24T01:27:35.205Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a03975f0-5224-43b0-ad6e-6c2b8e43fd44 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T01:27:35.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "aai-ml",
  "timestamp": 1648085246236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "aai-ml",
  "timestamp": 1648085246236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "aai-ml",
  "timestamp": 1648085246236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "aai-ml",
  "timestamp": 1648085246236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "aai-ml",
  "timestamp": 1648085246236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "aai-ml",
  "timestamp": 1648085246236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "aai-ml",
  "timestamp": 1648085246236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T01:27:35.216Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:27:35.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "aai-ml",
  "timestamp": 1648085254237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:27:35.216Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:27:36.010Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:27:36.010Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:27:36.012Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:27:36.012Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085254350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T01:27:36.112Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:27:36.113Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:27:36.113Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:27:36.126Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:27:36.127Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-24T01:27:37.012Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:27:37.013Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:27:37.014Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:27:37.014Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085254350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T01:27:37.115Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:27:37.116Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:27:37.116Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:27:37.130Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:27:37.130Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:27:38.015Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:27:38.016Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:27:38.017Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:27:38.017Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085254350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:27:38.117Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:27:38.118Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:27:38.118Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:27:38.131Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:27:38.131Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:27:39.018Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:27:39.019Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:27:39.021Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:27:39.021Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085254350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-24T01:27:39.121Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:27:39.123Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:27:39.123Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:27:39.136Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:27:39.137Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-24T01:27:40.022Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:27:40.023Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:27:40.024Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:27:40.024Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085254350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:27:40.124Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:27:40.125Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:27:40.125Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:27:40.140Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:27:40.140Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:27:41.025Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:27:41.025Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:27:41.027Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:27:41.027Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085254350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T01:27:41.127Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:27:41.128Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:27:41.128Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:27:41.140Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:27:41.140Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:27:42.028Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "serviceName": "vFW 2022-03-24 01-25-02",
  "serviceVersion": "1.0",
  "serviceUUID": "a382e7e1-4694-48e5-8037-552ca41ad4e2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2f8ec792-69a3-445e-93e7-81181c6eebd5",
  "resources": [
    {
      "resourceInstanceName": "vFW 83b61044-8124 0",
      "resourceCustomizationUUID": "9de0a3bf-3c8d-4aae-b075-571907c33077",
      "resourceName": "vFW 83b61044-8124",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "99a14053-a2e7-40b7-8609-0244f04a08ee",
      "resourceInvariantUUID": "30e2a17f-5ace-4e01-880f-69408289d94b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw83b6104481240_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json",
          "artifactChecksum": "ZjFhODU1NDZkNDM2MmM1NDAyNjAyZWVhMjY4MjE0NDY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "716bf7f9-01df-4b52-9bc3-a53e4870537b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2c6e5491-f8fa-4fef-8603-950dd4994c1c",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0d1d4790-e822-4e32-8297-6e8d47da548d",
            "generatedFromUUID": "2c6e5491-f8fa-4fef-8603-950dd4994c1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0d1d4790-e822-4e32-8297-6e8d47da548d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220324012502-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
      "artifactChecksum": "MTdjNGVlYmZjMjU2NGM3OTFlMjRlNjk1YzlmYWRjN2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "73370a2a-e154-4a6b-8dfb-c6d767e0e71e"
    }
  ],
  "workloadContext": "Production"
}
2022-03-24T01:27:42.029Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T01:27:42.029Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a382e7e1-4694-48e5-8037-552ca41ad4e2 ASDC
2022-03-24T01:27:42.166Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:a03975f0-5224-43b0-ad6e-6c2b8e43fd44
ServiceName:vFW 2022-03-24 01-25-02
ServiceVersion:1.0
ServiceUUID:a382e7e1-4694-48e5-8037-552ca41ad4e2
ServiceInvariantUUID:2f8ec792-69a3-445e-93e7-81181c6eebd5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220324012502-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar
ArtifactUUID:73370a2a-e154-4a6b-8dfb-c6d767e0e71e
ArtifactChecksum:MTdjNGVlYmZjMjU2NGM3OTFlMjRlNjk1YzlmYWRjN2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 83b61044-8124 0
ResourceCustomizationUUID:9de0a3bf-3c8d-4aae-b075-571907c33077
ResourceInvariantUUID:30e2a17f-5ace-4e01-880f-69408289d94b
ResourceName:vFW 83b61044-8124
ResourceType:VF
ResourceUUID:99a14053-a2e7-40b7-8609-0244f04a08ee
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw83b6104481240_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json
ArtifactUUID:716bf7f9-01df-4b52-9bc3-a53e4870537b
ArtifactChecksum:ZjFhODU1NDZkNDM2MmM1NDAyNjAyZWVhMjY4MjE0NDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml
ArtifactUUID:2c6e5491-f8fa-4fef-8603-950dd4994c1c
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env
ArtifactUUID:0d1d4790-e822-4e32-8297-6e8d47da548d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env
ArtifactUUID:0d1d4790-e822-4e32-8297-6e8d47da548d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-24T01:27:42.166Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a382e7e1-4694-48e5-8037-552ca41ad4e2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-24T01:27:42.205Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T01:27:42.206Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-24T01:27:42.206Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-24T01:27:42.207Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 73370a2a-e154-4a6b-8dfb-c6d767e0e71e from URL: /sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:42.207Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-24T01:27:42.208Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:42.323Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-24T01:27:42.340Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar 73370a2a-e154-4a6b-8dfb-c6d767e0e71e 98966
2022-03-24T01:27:42.341Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar ASDC sendASDCNotification
2022-03-24T01:27:42.341Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:42.342Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T01:27:42.343Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:27:42.344Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:27:42.344Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085262340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:27:42.444Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:27:42.445Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:27:42.445Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:27:42.459Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:27:42.460Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:27:43.345Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T01:27:43.345Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-24T01:27:43.346Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 73370a2a-e154-4a6b-8dfb-c6d767e0e71e, URL: /sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar to file: /app/ASDC/1/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:43.346Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220324012502-csar.csar
2022-03-24T01:27:43.403Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:43.403Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:44.004Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5874666252809633178/Definitions/service-Vfw20220324012502-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-24T01:27:46.175Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T01:27:46.180Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-24T01:27:46.180Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:46.180Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-24T01:27:46.180Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:46.180Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:46.180Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:46.180Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:46.180Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:46.180Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:46.180Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:46.181Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:46.181Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:46.181Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:46.181Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:46.181Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 83b61044-8124 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:46.181Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:46.181Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-24T01:27:46.187Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:46.188Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:27:46.191Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is matching search criteria
2022-03-24T01:27:46.191Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-24T01:27:46.192Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b61044-8124 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T01:27:46.193Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:46.194Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:27:46.194Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is matching search criteria
2022-03-24T01:27:46.194Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-24T01:27:46.194Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b61044-8124 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T01:27:46.194Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:46.195Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:27:46.197Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:46.198Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is not matching search criteria
2022-03-24T01:27:46.198Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:27:46.198Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:27:46.198Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:27:46.198Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:27:46.198Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:27:46.199Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:27:46.199Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:27:46.199Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:27:46.199Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:27:46.199Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:27:46.199Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:27:46.199Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:27:46.199Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:27:46.199Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:27:46.199Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:27:46.200Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-24T01:27:46.200Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:46.200Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T01:27:46.201Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:46.201Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is matching search criteria
2022-03-24T01:27:46.201Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b61044-8124 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:27:46.201Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:46.202Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is matching search criteria
2022-03-24T01:27:46.202Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b61044-8124 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:27:46.202Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:46.202Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is matching search criteria
2022-03-24T01:27:46.202Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b61044-8124 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:27:46.202Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:46.202Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is not matching search criteria
2022-03-24T01:27:46.203Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:27:46.203Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:27:46.203Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T01:27:46.203Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:27:46.203Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:27:46.203Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:27:46.203Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:27:46.204Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:27:46.204Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:27:46.204Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:27:46.204Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:27:46.204Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=94e9e8b3-09f6-4d6e-b67d-5b29ced4337c
2022-03-24T01:27:46.204Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:46.204Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is not matching search criteria
2022-03-24T01:27:46.204Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:27:46.204Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:27:46.205Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:27:46.205Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:27:46.205Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:27:46.205Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:27:46.205Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:27:46.205Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T01:27:46.205Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:27:46.205Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:27:46.205Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:27:46.205Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:27:46.206Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=82868d88-e945-4c28-af56-ce808d4f9659
2022-03-24T01:27:46.206Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:46.206Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is not matching search criteria
2022-03-24T01:27:46.206Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:27:46.206Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:27:46.206Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:27:46.206Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:27:46.207Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:27:46.207Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:27:46.207Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:27:46.207Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:27:46.207Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:27:46.207Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:27:46.207Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:27:46.208Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T01:27:46.208Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0cfd24c3-f47b-4499-a19d-c84bf24d8f0e
2022-03-24T01:27:46.208Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:46.208Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:27:46.208Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:46.208Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:27:46.208Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:46.208Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:27:46.208Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:46.209Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:27:46.209Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-24 01-25-02
Description:catalog service description
Model UUID:a382e7e1-4694-48e5-8037-552ca41ad4e2
Model Version:NULL
Model InvariantUuid:2f8ec792-69a3-445e-93e7-81181c6eebd5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 83b61044-8124
Model UUID:d9ad49af-d106-4488-bae9-927883eff4df
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:30e2a17f-5ace-4e01-880f-69408289d94b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9de0a3bf-3c8d-4aae-b075-571907c33077
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fb20f7e7-71b4-42c0-8380-75ae30922ebc
ModelName:Vfw83b610448124..base_vfw..module-0
ModelUuid:948e2ddb-1da6-4b47-b716-6c9ba16cfc62
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:94e9e8b3-09f6-4d6e-b67d-5b29ced4337c
ModelInvariantUuid:66a9956a-53b5-4689-ada2-4b5cd153d8d2
ModelName:vFW 83b61044-8124-nodes.vfwCvfc
ModelUuid:21c7ca85-ccfa-442b-91c4-6a7aed67e945
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:854fead4-e90e-4bec-88c2-398aff828ab8
ModelInvariantUuid:86dc77ea-cdb2-4eae-9018-4d223a31cc99
ModelName:Vfw83b610448124.compute.nodes.heat.vfw
ModelUuid:bf6c45a0-7ee5-4305-82bf-6d9230be6306
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:82868d88-e945-4c28-af56-ce808d4f9659
ModelInvariantUuid:7c80ee28-44cb-4400-8d74-1d328cd2fe1a
ModelName:vFW 83b61044-8124-nodes.vsnCvfc
ModelUuid:d38ed9f4-7890-48ee-ad12-a987c7324796
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:cd5340ff-aa3a-44ff-9ac6-f816c1d5d72a
ModelInvariantUuid:fb74261d-2333-49a7-a90b-0205ec4024f2
ModelName:Vfw83b610448124.compute.nodes.heat.vsn
ModelUuid:ce19065e-5dea-498a-a1b8-8c8f6800a4be
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0cfd24c3-f47b-4499-a19d-c84bf24d8f0e
ModelInvariantUuid:508c67a3-4d21-4ed5-961e-7cb71152e0c4
ModelName:vFW 83b61044-8124-nodes.vpgCvfc
ModelUuid:14be212b-b7de-4455-97fb-5567d2a5b3e6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f5fa89d0-b242-44dd-b90f-b72d73ec1dd1
ModelInvariantUuid:4916fa57-33bf-45be-8516-c0c12ad1d43d
ModelName:Vfw83b610448124.compute.nodes.heat.vpg
ModelUuid:70d26175-b610-4796-8660-3affd30920ff
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-24T01:27:46.235Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 99a14053-a2e7-40b7-8609-0244f04a08ee
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T01:27:46.307Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||vFW 83b61044-8124 0
2022-03-24T01:27:46.313Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 99a14053-a2e7-40b7-8609-0244f04a08ee
2022-03-24T01:27:46.313Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 716bf7f9-01df-4b52-9bc3-a53e4870537b from URL: /sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json
2022-03-24T01:27:46.313Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-24T01:27:46.313Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json
2022-03-24T01:27:46.369Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-24T01:27:46.369Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json 716bf7f9-01df-4b52-9bc3-a53e4870537b 785
2022-03-24T01:27:46.369Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json ASDC sendASDCNotification
2022-03-24T01:27:46.369Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json
2022-03-24T01:27:46.370Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T01:27:46.370Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:27:46.371Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:27:46.372Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085266369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:27:46.472Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:27:46.472Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:27:46.472Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:27:46.485Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:27:46.486Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-24T01:27:47.373Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw83b610448124..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "fb20f7e7-71b4-42c0-8380-75ae30922ebc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "948e2ddb-1da6-4b47-b716-6c9ba16cfc62",
    "vfModuleModelCustomizationUUID": "b6dfe5a6-02c5-47e9-8e36-32cdb7fea888",
    "isBase": true,
    "artifacts": [
      "2c6e5491-f8fa-4fef-8603-950dd4994c1c",
      "0d1d4790-e822-4e32-8297-6e8d47da548d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-24T01:27:47.385Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw83b610448124..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:948e2ddb-1da6-4b47-b716-6c9ba16cfc62
VfModuleModelInvariantUUID:fb20f7e7-71b4-42c0-8380-75ae30922ebc
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c6e5491-f8fa-4fef-8603-950dd4994c1c
,
0d1d4790-e822-4e32-8297-6e8d47da548d

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-24T01:27:47.388Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw83b610448124..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "fb20f7e7-71b4-42c0-8380-75ae30922ebc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "948e2ddb-1da6-4b47-b716-6c9ba16cfc62",
    "vfModuleModelCustomizationUUID": "b6dfe5a6-02c5-47e9-8e36-32cdb7fea888",
    "isBase": true,
    "artifacts": [
      "2c6e5491-f8fa-4fef-8603-950dd4994c1c",
      "0d1d4790-e822-4e32-8297-6e8d47da548d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-24T01:27:47.388Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw83b610448124..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:948e2ddb-1da6-4b47-b716-6c9ba16cfc62
VfModuleModelInvariantUUID:fb20f7e7-71b4-42c0-8380-75ae30922ebc
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c6e5491-f8fa-4fef-8603-950dd4994c1c
,
0d1d4790-e822-4e32-8297-6e8d47da548d

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-24T01:27:47.388Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2c6e5491-f8fa-4fef-8603-950dd4994c1c from URL: /sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml
2022-03-24T01:27:47.388Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-24T01:27:47.388Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml
2022-03-24T01:27:47.441Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-24T01:27:47.442Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml 2c6e5491-f8fa-4fef-8603-950dd4994c1c 20368
2022-03-24T01:27:47.442Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-24T01:27:47.442Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml
2022-03-24T01:27:47.442Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T01:27:47.442Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:27:47.444Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:27:47.444Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085267442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:27:47.544Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:27:47.545Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:27:47.545Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:27:47.558Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:27:47.559Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-24T01:27:48.446Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0d1d4790-e822-4e32-8297-6e8d47da548d from URL: /sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env
2022-03-24T01:27:48.446Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-24T01:27:48.447Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env
2022-03-24T01:27:48.603Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-24T01:27:48.603Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env 0d1d4790-e822-4e32-8297-6e8d47da548d 2098
2022-03-24T01:27:48.603Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-24T01:27:48.603Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env
2022-03-24T01:27:48.604Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T01:27:48.604Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:27:48.606Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:27:48.606Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085268603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:27:48.706Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:27:48.707Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:27:48.707Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:27:48.721Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:27:48.721Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:27:49.606Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a382e7e1-4694-48e5-8037-552ca41ad4e2
2022-03-24T01:27:49.607Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 83b61044-8124 0 99a14053-a2e7-40b7-8609-0244f04a08ee ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T01:27:49.636Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18f30252, org.onap.sdc.toscaparser.api.parameters.Input@19b3e9ae, org.onap.sdc.toscaparser.api.parameters.Input@57814009, org.onap.sdc.toscaparser.api.parameters.Input@497baea0, org.onap.sdc.toscaparser.api.parameters.Input@491ad44f]
2022-03-24T01:27:49.639Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:49.639Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:27:49.640Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-03-24T01:27:49.640Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 9de0a3bf-3c8d-4aae-b075-571907c33077
2022-03-24T01:27:49.640Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9de0a3bf-3c8d-4aae-b075-571907c33077 matches Tosca VF Customization UUID: 9de0a3bf-3c8d-4aae-b075-571907c33077
2022-03-24T01:27:49.640Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 9de0a3bf-3c8d-4aae-b075-571907c33077  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-24T01:27:49.645Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:49.645Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:27:49.646Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 9de0a3bf-3c8d-4aae-b075-571907c33077: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-24T01:27:49.646Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@342c2921
2022-03-24T01:27:49.647Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:49.647Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T01:27:49.647Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b6dfe5a6-02c5-47e9-8e36-32cdb7fea888
2022-03-24T01:27:49.648Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b6dfe5a6-02c5-47e9-8e36-32cdb7fea888
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-24T01:27:49.652Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:49.652Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is matching search criteria
2022-03-24T01:27:49.652Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b61044-8124 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:27:49.653Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:49.653Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is matching search criteria
2022-03-24T01:27:49.653Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b61044-8124 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:27:49.654Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:49.654Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is not matching search criteria
2022-03-24T01:27:49.654Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:27:49.654Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:27:49.655Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T01:27:49.655Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:27:49.655Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:27:49.655Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:27:49.655Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:27:49.656Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:27:49.656Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:27:49.656Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:27:49.656Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:27:49.656Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=94e9e8b3-09f6-4d6e-b67d-5b29ced4337c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-24T01:27:49.661Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:49.662Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is matching search criteria
2022-03-24T01:27:49.662Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b61044-8124 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:27:49.662Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:49.662Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is not matching search criteria
2022-03-24T01:27:49.662Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:27:49.662Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:27:49.663Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:27:49.663Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:27:49.663Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:27:49.663Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:27:49.663Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:27:49.663Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T01:27:49.663Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:27:49.663Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:27:49.663Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:27:49.664Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:27:49.664Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=82868d88-e945-4c28-af56-ce808d4f9659
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-24T01:27:49.665Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:49.665Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is matching search criteria
2022-03-24T01:27:49.665Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b61044-8124 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:27:49.667Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:49.667Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is not matching search criteria
2022-03-24T01:27:49.668Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:27:49.668Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:27:49.668Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:27:49.668Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:27:49.668Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:27:49.668Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:27:49.668Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:27:49.668Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:27:49.669Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:27:49.669Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:27:49.669Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:27:49.669Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T01:27:49.669Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0cfd24c3-f47b-4499-a19d-c84bf24d8f0e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-24T01:27:49.671Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:49.671Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is matching search criteria
2022-03-24T01:27:49.671Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b61044-8124 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:27:49.671Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:49.671Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is matching search criteria
2022-03-24T01:27:49.671Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b61044-8124 0] matching following query criteria: sdcType=VF, customizationUUID=9de0a3bf-3c8d-4aae-b075-571907c33077
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T01:27:49.673Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:49.673Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:27:49.673Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a382e7e1-4694-48e5-8037-552ca41ad4e2: vFW 83b61044-8124
2022-03-24T01:27:49.673Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:49.673Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:27:49.674Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:49.674Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:27:49.674Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:49.674Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:27:49.674Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:49.674Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:27:49.674Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:27:49.674Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:27:49.675Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-03-24 01-25-02 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T01:27:49.880Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 83b61044-8124 99a14053-a2e7-40b7-8609-0244f04a08ee 1 ASDC deployResourceStructure
2022-03-24T01:27:49.880Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json ASDC sendASDCNotification
2022-03-24T01:27:49.880Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json
2022-03-24T01:27:49.880Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T01:27:49.881Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:27:49.882Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:27:49.882Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085269880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T01:27:49.982Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:27:49.983Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:27:49.983Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:27:50.001Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:27:50.002Z||pool-14-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:27:50.883Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-24T01:27:50.883Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml
2022-03-24T01:27:50.883Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T01:27:50.883Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:27:50.885Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:27:50.885Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085270883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T01:27:50.985Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:27:50.986Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:27:50.986Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:27:51.000Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:27:51.000Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:27:51.886Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-24T01:27:51.886Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env
2022-03-24T01:27:51.886Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T01:27:51.887Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:27:51.888Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:27:51.888Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085271885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-24T01:27:51.989Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:27:51.989Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:27:51.989Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:27:52.004Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:27:52.004Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:27:52.889Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar ASDC sendASDCNotification
2022-03-24T01:27:52.889Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:52.890Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T01:27:52.890Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:27:52.892Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:27:52.892Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085272889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T01:27:52.992Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:27:52.993Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:27:52.993Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:27:53.006Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:27:53.007Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:27:53.893Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:27:53.907Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:27:53.909Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:27:53.910Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:27:53.910Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:28:23.910Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:28:23.919Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:28:23.921Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:28:23.921Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:28:23.921Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:28:34.352Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:28:34.352Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:28:34.352Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:28:34.481Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:28:34.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:28:34.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085254350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:28:34.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:28:53.921Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:28:53.932Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:28:53.934Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:28:53.934Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:28:53.934Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:29:23.935Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:29:23.944Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:29:23.946Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:29:23.947Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:29:23.947Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:29:34.352Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:29:34.352Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:29:34.352Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:29:34.892Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:29:34.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:29:34.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085254350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T01:29:34.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:29:34.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:29:34.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085254350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T01:29:34.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:29:34.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:29:34.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085254350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:29:34.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:29:34.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:29:34.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085254350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-24T01:29:34.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:29:34.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:29:34.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085254350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:29:34.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:29:34.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:29:34.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085254350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T01:29:34.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:29:34.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:29:34.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085262340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:29:34.898Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:29:34.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:29:34.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "aai-ml",
  "timestamp": 1648085265173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T01:29:34.898Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:29:34.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:29:34.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "aai-ml",
  "timestamp": 1648085266177,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T01:29:34.906Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a03975f0-5224-43b0-ad6e-6c2b8e43fd44
2022-03-24T01:29:34.906Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a03975f0-5224-43b0-ad6e-6c2b8e43fd44 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T01:29:34.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:29:34.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085266369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:29:34.913Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:29:34.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:29:34.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085267442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:29:34.914Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:29:34.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:29:34.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085268603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:29:34.914Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:29:34.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:29:34.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085269880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T01:29:34.914Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:29:34.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:29:34.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085270883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T01:29:34.915Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:29:34.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:29:34.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085271885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-24T01:29:34.915Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:29:34.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:29:34.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085272889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T01:29:34.916Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:29:53.947Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:29:53.958Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:29:53.960Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:29:53.960Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T01:29:53.960Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:29:53.960Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:30:23.960Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:30:23.971Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:30:23.974Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:30:23.974Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T01:30:23.974Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:30:23.974Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:30:34.352Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:30:34.352Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:30:34.352Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:30:43.896Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:30:53.974Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:30:53.984Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:30:53.987Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:30:53.987Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T01:30:53.987Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:30:53.987Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:31:23.987Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:31:23.997Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:31:24.001Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:31:24.001Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T01:31:24.001Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:31:24.001Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:31:34.352Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:31:34.352Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:31:34.352Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:31:43.895Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:31:54.001Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:31:54.011Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:31:54.013Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:31:54.013Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T01:31:54.013Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:31:54.014Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:32:24.014Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:32:24.024Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:32:24.026Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:32:24.027Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T01:32:24.027Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:32:24.027Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:32:34.352Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:32:34.352Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:32:34.352Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:32:43.903Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:32:54.027Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-03-24T01:32:54.027Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-24T01:32:54.035Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44 and serviceModelVersionId: a382e7e1-4694-48e5-8037-552ca41ad4e2
2022-03-24T01:32:54.035Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2f8ec792-69a3-445e-93e7-81181c6eebd5
2022-03-24T01:33:05.335Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2f8ec792-69a3-445e-93e7-81181c6eebd5/model-vers/model-ver/a382e7e1-4694-48e5-8037-552ca41ad4e2?depth=0
2022-03-24T01:33:05.432Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T01:33:05.881Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f8ec792-69a3-445e-93e7-81181c6eebd5/model-vers/model-ver/a382e7e1-4694-48e5-8037-552ca41ad4e2?depth=0|INFO|500||Invoke
2022-03-24T01:33:05.888Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f8ec792-69a3-445e-93e7-81181c6eebd5/model-vers/model-ver/a382e7e1-4694-48e5-8037-552ca41ad4e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f8ec792-69a3-445e-93e7-81181c6eebd5/model-vers/model-ver/a382e7e1-4694-48e5-8037-552ca41ad4e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a03975f0-5224-43b0-ad6e-6c2b8e43fd44], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0c6af951-d83b-49ba-a5c8-126753782134], X-ECOMP-RequestID=[a03975f0-5224-43b0-ad6e-6c2b8e43fd44], X-TransactionId=[], X-ONAP-RequestID=[a03975f0-5224-43b0-ad6e-6c2b8e43fd44], Content-Type=[application/merge-patch+json]}
2022-03-24T01:33:06.047Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f8ec792-69a3-445e-93e7-81181c6eebd5/model-vers/model-ver/a382e7e1-4694-48e5-8037-552ca41ad4e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-24T01:33:06.529Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f8ec792-69a3-445e-93e7-81181c6eebd5/model-vers/model-ver/a382e7e1-4694-48e5-8037-552ca41ad4e2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f8ec792-69a3-445e-93e7-81181c6eebd5/model-vers/model-ver/a382e7e1-4694-48e5-8037-552ca41ad4e2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220324-01:33:06:056-24284], vertex-id=[217192], Content-Length=[0], Date=[Thu, 24 Mar 2022 01:33:06 GMT], Content-Type=[application/json]}
2022-03-24T01:33:06.530Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f8ec792-69a3-445e-93e7-81181c6eebd5/model-vers/model-ver/a382e7e1-4694-48e5-8037-552ca41ad4e2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-24T01:33:06.531Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f8ec792-69a3-445e-93e7-81181c6eebd5/model-vers/model-ver/a382e7e1-4694-48e5-8037-552ca41ad4e2?depth=0|INFO|500||InvokeReturn
2022-03-24T01:33:06.534Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T01:33:06.535Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T01:33:06.539Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-24T01:33:06.547Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a03975f0-5224-43b0-ad6e-6c2b8e43fd44 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-03-24T01:33:06.548Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-24T01:33:06.548Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:33:06.550Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:33:06.551Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085586547,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-24T01:33:06.651Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:33:06.652Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:33:06.652Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:33:06.670Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:33:06.671Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-24T01:33:07.567Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:33:07.567Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:33:07.567Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:33:18.025Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:33:18.025Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:33:18.026Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:33:18.026Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:33:27.570Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:33:27.570Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:33:27.572Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:33:27.572Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:33:34.352Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:33:34.352Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:33:34.352Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:33:34.978Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:33:34.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:33:34.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085586547,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-24T01:33:34.980Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:33:37.118Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:33:37.118Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:33:37.119Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:33:37.119Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:33:46.657Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:33:46.657Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:33:46.658Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:33:46.658Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:33:56.205Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:33:56.205Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:33:56.206Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:33:56.206Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:34:05.750Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:34:34.350Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:34:34.351Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:34:34.351Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:34:34.351Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:34:34.352Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:34:34.352Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:34:43.895Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:34:43.896Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:35:34.350Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:35:34.351Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:35:34.351Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:35:34.351Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:35:34.352Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:35:34.352Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:35:41.638Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:35:41.639Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T01:35:41.639Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5","serviceName":"vFW 2022-03-24 01-34-02","serviceVersion":"1.0","serviceUUID":"b04a469d-59c4-4d21-9ed3-9307a1837c9b","serviceDescription":"catalog service description","serviceInvariantUUID":"ea3514ca-2e3e-4a81-91da-f1875f8b6f11","resources":[{"resourceInstanceName":"vFW 3e095d0a-0485 0","resourceName":"vFW 3e095d0a-0485","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dfd0c81e-3ee9-48ea-b157-32c6be37fe8b","resourceInvariantUUID":"f2a291c1-8b3c-42ca-8a05-b985a502dfc3","resourceCustomizationUUID":"c5ca9465-0e7c-42aa-9f55-92eb79daa326","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vf-license-model.xml","artifactChecksum":"ZTU3YWI4ZDc0MzAxNDhhZGQyNDg3YTg5MzQzOWE2MzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d903bccb-ebb1-409f-b209-156d5f3e55bc","artifactVersion":"1"},{"artifactName":"vfw3e095d0a04850_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json","artifactChecksum":"ZDc3MzUxMmJkOWJmZWJlMTg0NzUxMjc1NGVmNWQyODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1a1235f-1af4-4c15-8cc8-b55cebc9971c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c4e8f260-9a84-4ab7-9d46-b8acddba4300","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vendor-license-model.xml","artifactChecksum":"MzE3N2E2MmIyMTZkNTk1MGRmMDJkY2E2ZjhjMjg0ZTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a11d18ed-237c-4caf-b115-479fa1f60307","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"21e4b733-f073-4d39-b776-36585aad677b","artifactVersion":"2","generatedFromUUID":"c4e8f260-9a84-4ab7-9d46-b8acddba4300"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220324013402-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-template.yml","artifactChecksum":"NWUyMTNlMzA0MTZmZGZkNmM0NGIzMGUzODM1NWU1Yjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"38d9d152-9fb1-472f-b1ff-9c5bd3e6f0c5","artifactVersion":"1"},{"artifactName":"service-Vfw20220324013402-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar","artifactChecksum":"NDY3NjE1MDg1N2Q3ODZmNzgwOTlmYjUzMjczZmUzMDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dea4a677-3818-48db-be4f-4e636eca5142","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T01:35:41.641Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:35:41.641Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:35:41.643Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:35:41.643Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085734350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:35:41.743Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:35:41.744Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:35:41.744Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:35:41.757Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:35:41.757Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:35:41.874Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:35:41.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:35:41.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085734350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:35:41.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:35:42.643Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:35:42.644Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:35:42.646Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:35:42.646Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085734350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T01:35:42.746Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:35:42.747Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:35:42.747Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:35:42.763Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:35:42.763Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:35:43.646Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:35:43.647Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:35:43.649Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:35:43.649Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085734350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T01:35:43.749Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:35:43.750Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:35:43.750Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:35:43.763Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:35:43.763Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:35:44.650Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:35:44.651Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:35:44.652Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:35:44.653Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085734350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:35:44.753Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:35:44.754Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:35:44.754Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:35:44.768Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:35:44.769Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:35:45.653Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:35:45.654Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:35:45.655Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:35:45.656Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085734350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-24T01:35:45.756Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:35:45.757Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:35:45.757Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:35:45.771Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:35:45.771Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:35:46.656Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:35:46.657Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:35:46.658Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:35:46.659Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085734350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:35:46.759Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:35:46.759Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:35:46.760Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:35:46.773Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:35:46.773Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-24T01:35:47.659Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:35:47.660Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:35:47.662Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:35:47.662Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085734350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T01:35:47.762Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:35:47.763Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:35:47.763Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:35:47.776Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:35:47.776Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:35:48.663Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "serviceName": "vFW 2022-03-24 01-34-02",
  "serviceVersion": "1.0",
  "serviceUUID": "b04a469d-59c4-4d21-9ed3-9307a1837c9b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ea3514ca-2e3e-4a81-91da-f1875f8b6f11",
  "resources": [
    {
      "resourceInstanceName": "vFW 3e095d0a-0485 0",
      "resourceCustomizationUUID": "c5ca9465-0e7c-42aa-9f55-92eb79daa326",
      "resourceName": "vFW 3e095d0a-0485",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dfd0c81e-3ee9-48ea-b157-32c6be37fe8b",
      "resourceInvariantUUID": "f2a291c1-8b3c-42ca-8a05-b985a502dfc3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw3e095d0a04850_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json",
          "artifactChecksum": "ZDc3MzUxMmJkOWJmZWJlMTg0NzUxMjc1NGVmNWQyODg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e1a1235f-1af4-4c15-8cc8-b55cebc9971c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c4e8f260-9a84-4ab7-9d46-b8acddba4300",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "21e4b733-f073-4d39-b776-36585aad677b",
            "generatedFromUUID": "c4e8f260-9a84-4ab7-9d46-b8acddba4300"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "21e4b733-f073-4d39-b776-36585aad677b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220324013402-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
      "artifactChecksum": "NDY3NjE1MDg1N2Q3ODZmNzgwOTlmYjUzMjczZmUzMDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dea4a677-3818-48db-be4f-4e636eca5142"
    }
  ],
  "workloadContext": "Production"
}
2022-03-24T01:35:48.664Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T01:35:48.664Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b04a469d-59c4-4d21-9ed3-9307a1837c9b ASDC
2022-03-24T01:35:48.664Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
ServiceName:vFW 2022-03-24 01-34-02
ServiceVersion:1.0
ServiceUUID:b04a469d-59c4-4d21-9ed3-9307a1837c9b
ServiceInvariantUUID:ea3514ca-2e3e-4a81-91da-f1875f8b6f11
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220324013402-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar
ArtifactUUID:dea4a677-3818-48db-be4f-4e636eca5142
ArtifactChecksum:NDY3NjE1MDg1N2Q3ODZmNzgwOTlmYjUzMjczZmUzMDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3e095d0a-0485 0
ResourceCustomizationUUID:c5ca9465-0e7c-42aa-9f55-92eb79daa326
ResourceInvariantUUID:f2a291c1-8b3c-42ca-8a05-b985a502dfc3
ResourceName:vFW 3e095d0a-0485
ResourceType:VF
ResourceUUID:dfd0c81e-3ee9-48ea-b157-32c6be37fe8b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3e095d0a04850_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json
ArtifactUUID:e1a1235f-1af4-4c15-8cc8-b55cebc9971c
ArtifactChecksum:ZDc3MzUxMmJkOWJmZWJlMTg0NzUxMjc1NGVmNWQyODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml
ArtifactUUID:c4e8f260-9a84-4ab7-9d46-b8acddba4300
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env
ArtifactUUID:21e4b733-f073-4d39-b776-36585aad677b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env
ArtifactUUID:21e4b733-f073-4d39-b776-36585aad677b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-24T01:35:48.665Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b04a469d-59c4-4d21-9ed3-9307a1837c9b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T01:35:48.698Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T01:35:48.698Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-24T01:35:48.699Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-24T01:35:48.699Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: dea4a677-3818-48db-be4f-4e636eca5142 from URL: /sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:48.699Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-24T01:35:48.699Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:49.002Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-24T01:35:49.007Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar dea4a677-3818-48db-be4f-4e636eca5142 98913
2022-03-24T01:35:49.008Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar ASDC sendASDCNotification
2022-03-24T01:35:49.008Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:49.008Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T01:35:49.009Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:35:49.011Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:35:49.011Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085749008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:35:49.111Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:35:49.112Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:35:49.112Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:35:49.125Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:35:49.125Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:35:50.012Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T01:35:50.013Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-24T01:35:50.013Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: dea4a677-3818-48db-be4f-4e636eca5142, URL: /sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar to file: /app/ASDC/1/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:50.013Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220324013402-csar.csar
2022-03-24T01:35:50.013Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:50.014Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:50.404Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7089962121724005463/Definitions/service-Vfw20220324013402-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-03-24T01:35:52.277Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T01:35:52.278Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-24T01:35:52.278Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:52.278Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-24T01:35:52.278Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:52.278Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:52.278Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:52.279Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:52.279Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:52.279Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:52.279Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:52.279Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:52.279Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:52.279Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:52.279Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3e095d0a-0485 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:52.279Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:52.280Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:52.280Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-24T01:35:52.280Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:52.280Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:35:52.280Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is matching search criteria
2022-03-24T01:35:52.280Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-24T01:35:52.280Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3e095d0a-0485 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T01:35:52.281Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:52.281Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:35:52.281Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is matching search criteria
2022-03-24T01:35:52.281Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-24T01:35:52.281Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3e095d0a-0485 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T01:35:52.281Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:52.282Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:35:52.282Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:52.282Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is not matching search criteria
2022-03-24T01:35:52.282Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:35:52.282Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:35:52.282Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:35:52.282Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:35:52.282Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:35:52.283Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:35:52.283Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:35:52.283Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:35:52.283Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:35:52.283Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:35:52.283Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:35:52.283Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:35:52.283Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:35:52.284Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:35:52.284Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:35:52.284Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-24T01:35:52.284Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:52.284Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T01:35:52.284Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:52.284Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is matching search criteria
2022-03-24T01:35:52.284Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3e095d0a-0485 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:35:52.285Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:52.285Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is matching search criteria
2022-03-24T01:35:52.285Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3e095d0a-0485 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:35:52.285Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:52.285Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is matching search criteria
2022-03-24T01:35:52.285Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3e095d0a-0485 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:35:52.286Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:52.286Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is not matching search criteria
2022-03-24T01:35:52.286Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:35:52.286Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T01:35:52.286Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:35:52.286Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:35:52.286Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:35:52.286Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:35:52.287Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:35:52.287Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:35:52.287Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:35:52.287Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:35:52.287Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:35:52.287Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=78235c05-04be-4f79-819f-50b72c61c522
2022-03-24T01:35:52.287Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:52.288Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is not matching search criteria
2022-03-24T01:35:52.288Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:35:52.288Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:35:52.288Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:35:52.288Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:35:52.288Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:35:52.288Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:35:52.288Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:35:52.288Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T01:35:52.289Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:35:52.289Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:35:52.289Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:35:52.289Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:35:52.289Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b0863f00-64e1-4b05-9b16-6bde6a823dc3
2022-03-24T01:35:52.289Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:52.289Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is not matching search criteria
2022-03-24T01:35:52.289Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:35:52.290Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:35:52.290Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:35:52.290Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:35:52.290Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:35:52.290Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:35:52.290Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:35:52.290Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:35:52.290Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:35:52.291Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:35:52.291Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:35:52.291Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T01:35:52.291Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5a620995-6ad7-4a59-adb8-1d91041a8428
2022-03-24T01:35:52.291Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:52.291Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:35:52.291Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:52.291Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:35:52.292Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:52.292Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:35:52.292Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:52.292Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:35:52.292Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-24 01-34-02
Description:catalog service description
Model UUID:b04a469d-59c4-4d21-9ed3-9307a1837c9b
Model Version:NULL
Model InvariantUuid:ea3514ca-2e3e-4a81-91da-f1875f8b6f11
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 3e095d0a-0485
Model UUID:283c9197-ba1b-4f39-85be-db4041ed9348
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f2a291c1-8b3c-42ca-8a05-b985a502dfc3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c5ca9465-0e7c-42aa-9f55-92eb79daa326
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:36e5840f-d67d-4553-814d-0f284ffa8ddd
ModelName:Vfw3e095d0a0485..base_vfw..module-0
ModelUuid:3bc4a02a-93b8-42aa-b354-a00e26a6f48c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:78235c05-04be-4f79-819f-50b72c61c522
ModelInvariantUuid:0acdc26a-5aea-476c-8c81-a5920b26afe3
ModelName:vFW 3e095d0a-0485-nodes.vfwCvfc
ModelUuid:1f4281ea-6452-4ccf-94b4-23b89772c303
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6d3e6d7e-3ee7-4a44-b8ee-277438b9422e
ModelInvariantUuid:3d22b8cf-6dfd-478c-a001-4effdc904b48
ModelName:Vfw3e095d0a0485.compute.nodes.heat.vfw
ModelUuid:c302365a-57c8-412f-82db-a71bbb6d4d11
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b0863f00-64e1-4b05-9b16-6bde6a823dc3
ModelInvariantUuid:63ac63f8-e3ac-4a5a-9837-6f7d778c62e2
ModelName:vFW 3e095d0a-0485-nodes.vsnCvfc
ModelUuid:72e2c6bc-0cfb-43d7-8f17-c4b37cb6a486
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:090eed4f-fe8e-4b38-8fe8-e4aca71502ea
ModelInvariantUuid:133b3488-760c-471f-a9e3-089e961834c9
ModelName:Vfw3e095d0a0485.compute.nodes.heat.vsn
ModelUuid:4570563f-aa55-4443-a10e-62eff459f07d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5a620995-6ad7-4a59-adb8-1d91041a8428
ModelInvariantUuid:f6662257-9ee2-4020-882c-6fc068a502df
ModelName:vFW 3e095d0a-0485-nodes.vpgCvfc
ModelUuid:1dccd059-b831-4327-aa1d-9333fe7c802a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7a6d351b-1cb6-4024-8b1b-c704bcaf38a3
ModelInvariantUuid:fb5400a5-d795-42cf-8392-9f9e3365187d
ModelName:Vfw3e095d0a0485.compute.nodes.heat.vpg
ModelUuid:18f5c627-398c-4a5d-85a4-e9a0b746bee3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-24T01:35:52.298Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: dfd0c81e-3ee9-48ea-b157-32c6be37fe8b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T01:35:52.300Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||vFW 3e095d0a-0485 0
2022-03-24T01:35:52.300Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dfd0c81e-3ee9-48ea-b157-32c6be37fe8b
2022-03-24T01:35:52.300Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e1a1235f-1af4-4c15-8cc8-b55cebc9971c from URL: /sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json
2022-03-24T01:35:52.300Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-24T01:35:52.300Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json
2022-03-24T01:35:52.733Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-24T01:35:52.734Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json e1a1235f-1af4-4c15-8cc8-b55cebc9971c 785
2022-03-24T01:35:52.734Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json ASDC sendASDCNotification
2022-03-24T01:35:52.734Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json
2022-03-24T01:35:52.734Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T01:35:52.735Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:35:52.736Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:35:52.736Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085752734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:35:52.836Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:35:52.837Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:35:52.837Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:35:52.851Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:35:52.851Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:35:53.737Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw3e095d0a0485..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "36e5840f-d67d-4553-814d-0f284ffa8ddd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3bc4a02a-93b8-42aa-b354-a00e26a6f48c",
    "vfModuleModelCustomizationUUID": "ba57befb-0d0f-4c5f-8b52-6970f0b74ff4",
    "isBase": true,
    "artifacts": [
      "c4e8f260-9a84-4ab7-9d46-b8acddba4300",
      "21e4b733-f073-4d39-b776-36585aad677b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-24T01:35:53.740Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3e095d0a0485..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3bc4a02a-93b8-42aa-b354-a00e26a6f48c
VfModuleModelInvariantUUID:36e5840f-d67d-4553-814d-0f284ffa8ddd
VfModuleModelDescription:NULL
Artifacts UUID List:{
c4e8f260-9a84-4ab7-9d46-b8acddba4300
,
21e4b733-f073-4d39-b776-36585aad677b

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-24T01:35:53.742Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw3e095d0a0485..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "36e5840f-d67d-4553-814d-0f284ffa8ddd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3bc4a02a-93b8-42aa-b354-a00e26a6f48c",
    "vfModuleModelCustomizationUUID": "ba57befb-0d0f-4c5f-8b52-6970f0b74ff4",
    "isBase": true,
    "artifacts": [
      "c4e8f260-9a84-4ab7-9d46-b8acddba4300",
      "21e4b733-f073-4d39-b776-36585aad677b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-24T01:35:53.742Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3e095d0a0485..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3bc4a02a-93b8-42aa-b354-a00e26a6f48c
VfModuleModelInvariantUUID:36e5840f-d67d-4553-814d-0f284ffa8ddd
VfModuleModelDescription:NULL
Artifacts UUID List:{
c4e8f260-9a84-4ab7-9d46-b8acddba4300
,
21e4b733-f073-4d39-b776-36585aad677b

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-24T01:35:53.742Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c4e8f260-9a84-4ab7-9d46-b8acddba4300 from URL: /sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml
2022-03-24T01:35:53.742Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-24T01:35:53.743Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml
2022-03-24T01:35:54.203Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-24T01:35:54.204Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml c4e8f260-9a84-4ab7-9d46-b8acddba4300 20368
2022-03-24T01:35:54.204Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-24T01:35:54.204Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml
2022-03-24T01:35:54.204Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T01:35:54.204Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:35:54.206Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:35:54.206Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085754204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:35:54.306Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:35:54.310Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:35:54.310Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:35:54.322Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:35:54.323Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-24T01:35:55.207Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 21e4b733-f073-4d39-b776-36585aad677b from URL: /sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env
2022-03-24T01:35:55.207Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-24T01:35:55.207Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env
2022-03-24T01:35:55.636Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-24T01:35:55.637Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env 21e4b733-f073-4d39-b776-36585aad677b 2098
2022-03-24T01:35:55.637Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-24T01:35:55.637Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env
2022-03-24T01:35:55.637Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T01:35:55.638Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:35:55.640Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:35:55.640Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085755637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:35:55.739Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T01:35:55.740Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:35:55.740Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:35:55.754Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:35:55.754Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:35:56.641Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: b04a469d-59c4-4d21-9ed3-9307a1837c9b
2022-03-24T01:35:56.641Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3e095d0a-0485 0 dfd0c81e-3ee9-48ea-b157-32c6be37fe8b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T01:35:56.654Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ab994d5, org.onap.sdc.toscaparser.api.parameters.Input@395ed577, org.onap.sdc.toscaparser.api.parameters.Input@61dcb6dc, org.onap.sdc.toscaparser.api.parameters.Input@60e60952, org.onap.sdc.toscaparser.api.parameters.Input@61f26a7]
2022-03-24T01:35:56.655Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:56.655Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:35:56.655Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-03-24T01:35:56.655Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= c5ca9465-0e7c-42aa-9f55-92eb79daa326
2022-03-24T01:35:56.655Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c5ca9465-0e7c-42aa-9f55-92eb79daa326 matches Tosca VF Customization UUID: c5ca9465-0e7c-42aa-9f55-92eb79daa326
2022-03-24T01:35:56.656Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: c5ca9465-0e7c-42aa-9f55-92eb79daa326  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-24T01:35:56.657Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:56.657Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:35:56.658Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id c5ca9465-0e7c-42aa-9f55-92eb79daa326: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-24T01:35:56.658Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@416fac95
2022-03-24T01:35:56.658Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:56.658Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T01:35:56.659Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ba57befb-0d0f-4c5f-8b52-6970f0b74ff4
2022-03-24T01:35:56.659Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ba57befb-0d0f-4c5f-8b52-6970f0b74ff4
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-24T01:35:56.660Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:56.661Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is matching search criteria
2022-03-24T01:35:56.661Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3e095d0a-0485 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:35:56.661Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:56.661Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is matching search criteria
2022-03-24T01:35:56.661Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3e095d0a-0485 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:35:56.662Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:56.662Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is not matching search criteria
2022-03-24T01:35:56.662Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:35:56.662Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T01:35:56.662Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:35:56.662Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:35:56.662Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:35:56.662Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:35:56.663Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:35:56.663Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:35:56.663Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:35:56.663Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:35:56.663Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:35:56.663Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=78235c05-04be-4f79-819f-50b72c61c522
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-24T01:35:56.665Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:56.665Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is matching search criteria
2022-03-24T01:35:56.665Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3e095d0a-0485 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:35:56.665Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:56.666Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is not matching search criteria
2022-03-24T01:35:56.666Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:35:56.666Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:35:56.666Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:35:56.666Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:35:56.666Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:35:56.666Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:35:56.667Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:35:56.667Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T01:35:56.667Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:35:56.667Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:35:56.667Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:35:56.667Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:35:56.667Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b0863f00-64e1-4b05-9b16-6bde6a823dc3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-24T01:35:56.669Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:56.669Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is matching search criteria
2022-03-24T01:35:56.669Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3e095d0a-0485 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:35:56.669Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:56.670Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is not matching search criteria
2022-03-24T01:35:56.670Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:35:56.670Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:35:56.670Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:35:56.670Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:35:56.670Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:35:56.670Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:35:56.671Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:35:56.671Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:35:56.671Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:35:56.671Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:35:56.671Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:35:56.671Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T01:35:56.671Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5a620995-6ad7-4a59-adb8-1d91041a8428
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-24T01:35:56.673Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:56.673Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is matching search criteria
2022-03-24T01:35:56.673Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3e095d0a-0485 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:35:56.673Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:56.673Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is matching search criteria
2022-03-24T01:35:56.674Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3e095d0a-0485 0] matching following query criteria: sdcType=VF, customizationUUID=c5ca9465-0e7c-42aa-9f55-92eb79daa326
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T01:35:56.675Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:56.675Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:35:56.675Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid b04a469d-59c4-4d21-9ed3-9307a1837c9b: vFW 3e095d0a-0485
2022-03-24T01:35:56.675Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:56.676Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:35:56.676Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:56.676Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:35:56.676Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:56.676Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:35:56.676Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:56.676Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:35:56.677Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:35:56.677Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:35:56.677Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-03-24 01-34-02 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T01:35:56.804Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3e095d0a-0485 dfd0c81e-3ee9-48ea-b157-32c6be37fe8b 1 ASDC deployResourceStructure
2022-03-24T01:35:56.805Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json ASDC sendASDCNotification
2022-03-24T01:35:56.805Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json
2022-03-24T01:35:56.805Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T01:35:56.805Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:35:56.807Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:35:56.807Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085756805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T01:35:56.907Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:35:56.908Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:35:56.908Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:35:56.921Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:35:56.921Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:35:57.808Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-24T01:35:57.809Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml
2022-03-24T01:35:57.809Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T01:35:57.809Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:35:57.811Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:35:57.811Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085757808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T01:35:57.912Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:35:57.912Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:35:57.912Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:35:57.926Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:35:57.926Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:35:58.812Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-24T01:35:58.813Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env
2022-03-24T01:35:58.813Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T01:35:58.813Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:35:58.815Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:35:58.815Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085758812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-24T01:35:58.915Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:35:58.916Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:35:58.916Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:35:58.928Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:35:58.929Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:35:59.818Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar ASDC sendASDCNotification
2022-03-24T01:35:59.818Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:59.818Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T01:35:59.818Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:35:59.820Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:35:59.820Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085759818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T01:35:59.920Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:35:59.921Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:35:59.921Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:35:59.934Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:35:59.934Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:36:00.821Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:36:00.831Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:36:00.835Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:36:00.835Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:36:00.835Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:36:30.835Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:36:30.848Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:36:30.850Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:36:30.850Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:36:30.850Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:36:34.352Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:36:34.352Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:36:34.352Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:36:34.379Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:36:34.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:36:34.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "cds",
  "timestamp": 1648085732339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:36:34.381Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:37:00.851Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:37:00.859Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:37:00.861Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:37:00.861Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:37:00.861Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:37:30.861Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:37:30.872Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:37:30.874Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:37:30.875Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:37:30.875Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:37:34.352Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:37:34.352Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:37:34.353Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:37:34.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:37:34.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:37:34.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648085736428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:37:34.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:00.875Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:38:00.881Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:38:00.883Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:38:00.883Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:38:00.883Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:38:30.883Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:38:30.894Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:38:30.895Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:38:30.895Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:38:30.896Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:38:34.352Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:38:34.352Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:38:34.352Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:38:34.381Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:38:34.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "cds",
  "timestamp": 1648085732339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.384Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085734350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T01:38:34.384Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648085736428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.384Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085734350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T01:38:34.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "cds",
  "timestamp": 1648085732339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648085736428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "cds",
  "timestamp": 1648085732339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085734350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648085736428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648085744146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "cds",
  "timestamp": 1648085732339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085734350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-24T01:38:34.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648085736428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648085744146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648085745424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "cds",
  "timestamp": 1648085732339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085734350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648085736428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648085744146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648085745424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T01:38:34.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "cds",
  "timestamp": 1648085732339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T01:38:34.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085734350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T01:38:34.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648085736428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T01:38:34.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648085744146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648085745424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T01:38:34.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648085744146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "cds",
  "timestamp": 1648085748912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:38:34.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648085748920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:38:34.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085749008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:38:34.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648085745424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648085744146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.391Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "cds",
  "timestamp": 1648085749916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T01:38:34.396Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
2022-03-24T01:38:34.396Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T01:38:34.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648085745424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-24T01:38:34.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648085744146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648085745424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648085751889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T01:38:34.404Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648085745424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T01:38:34.404Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085752734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:38:34.404Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648085752893,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T01:38:34.408Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
2022-03-24T01:38:34.408Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T01:38:34.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648085753404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:38:34.415Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085754204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:38:34.415Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648085754631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:38:34.416Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085755637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:38:34.416Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648085756234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:38:34.416Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085756805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T01:38:34.416Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "aai-ml",
  "timestamp": 1648085756236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648085757255,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T01:38:34.420Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
2022-03-24T01:38:34.420Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T01:38:34.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085757808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T01:38:34.428Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "aai-ml",
  "timestamp": 1648085756236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.428Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648085758258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T01:38:34.428Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085758812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-24T01:38:34.428Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "aai-ml",
  "timestamp": 1648085756236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085759818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T01:38:34.429Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "aai-ml",
  "timestamp": 1648085756236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "aai-ml",
  "timestamp": 1648085756236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "aai-ml",
  "timestamp": 1648085756236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "aai-ml",
  "timestamp": 1648085756236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T01:38:34.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:38:34.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "aai-ml",
  "timestamp": 1648085764221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:38:34.430Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "aai-ml",
  "timestamp": 1648085771850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T01:38:34.430Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "aai-ml",
  "timestamp": 1648085772852,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T01:38:34.434Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
2022-03-24T01:38:34.434Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T01:39:00.896Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:39:00.905Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:39:00.907Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:39:00.907Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T01:39:00.907Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-24T01:39:00.907Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-24T01:39:00.907Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T01:39:00.907Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T01:39:00.907Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T01:39:00.907Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T01:39:00.907Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T01:39:00.907Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T01:39:00.911Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-24T01:39:30.912Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-24T01:39:30.920Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5 and serviceModelVersionId: b04a469d-59c4-4d21-9ed3-9307a1837c9b
2022-03-24T01:39:30.920Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea3514ca-2e3e-4a81-91da-f1875f8b6f11
2022-03-24T01:39:30.922Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea3514ca-2e3e-4a81-91da-f1875f8b6f11/model-vers/model-ver/b04a469d-59c4-4d21-9ed3-9307a1837c9b?depth=0
2022-03-24T01:39:30.927Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T01:39:30.969Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea3514ca-2e3e-4a81-91da-f1875f8b6f11/model-vers/model-ver/b04a469d-59c4-4d21-9ed3-9307a1837c9b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-24T01:39:30.970Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea3514ca-2e3e-4a81-91da-f1875f8b6f11/model-vers/model-ver/b04a469d-59c4-4d21-9ed3-9307a1837c9b?depth=0|INFO|500||Invoke
2022-03-24T01:39:30.991Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea3514ca-2e3e-4a81-91da-f1875f8b6f11/model-vers/model-ver/b04a469d-59c4-4d21-9ed3-9307a1837c9b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-24T01:39:31.255Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea3514ca-2e3e-4a81-91da-f1875f8b6f11/model-vers/model-ver/b04a469d-59c4-4d21-9ed3-9307a1837c9b?depth=0|INFO|500||InvokeReturn
2022-03-24T01:39:31.255Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea3514ca-2e3e-4a81-91da-f1875f8b6f11/model-vers/model-ver/b04a469d-59c4-4d21-9ed3-9307a1837c9b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220324-01:39:30:999-99433], vertex-id=[163960], Content-Length=[0], Date=[Thu, 24 Mar 2022 01:39:30 GMT], Content-Type=[application/json]}
2022-03-24T01:39:31.255Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-03-24T01:39:31.256Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T01:39:31.256Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T01:39:31.259Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-24T01:39:31.259Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-24T01:39:31.260Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-24T01:39:31.260Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:39:31.262Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:39:31.262Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085971260,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T01:39:31.362Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:39:31.363Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:39:31.363Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:39:31.379Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:39:31.380Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-24T01:39:32.272Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:39:32.272Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:39:32.273Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:39:34.352Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:39:34.352Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:39:34.352Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:39:34.376Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:39:34.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:39:34.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "aai-ml",
  "timestamp": 1648085846236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:39:34.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:39:34.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:39:34.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "cds",
  "timestamp": 1648085852339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:39:34.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:39:34.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:39:34.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648085844145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:39:34.378Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:39:34.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:39:34.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648085845424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:39:34.378Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:39:37.203Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:39:37.204Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T01:39:37.204Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"3ccbe12d-772e-4e5b-b556-fc3076dd22de","serviceName":"vFW 2022-03-24 01-35-51","serviceVersion":"1.0","serviceUUID":"5707728c-5d13-4a25-9bdf-4393988db493","serviceDescription":"catalog service description","serviceInvariantUUID":"1ee40390-4bb3-4fe7-968e-e21876c695f4","resources":[{"resourceInstanceName":"vFW 54a7fa28-6d93 0","resourceName":"vFW 54a7fa28-6d93","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"55b16f7c-5c04-4f36-89d4-8a5fb67dade4","resourceInvariantUUID":"497e6903-dc6d-4ef5-a3d9-2b84c011e06a","resourceCustomizationUUID":"5983faa7-7380-40f6-bc98-c6540c5310ab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vf-license-model.xml","artifactChecksum":"MmVhY2U0NjVmNDQ0ZDNjOWM1YmU0YjcxYTk2ZjFlNGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ccdf4c61-9e03-4afe-8aff-ac95f9fc5ab5","artifactVersion":"1"},{"artifactName":"vfw54a7fa286d930_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vfw54a7fa286d930_modules.json","artifactChecksum":"OGZlNjJhNmY5ZWE4ZDY2ZmI3MmVmYmM2ZmQ0ZjNkMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8dce3327-952a-463a-b695-e5f71e5c1c65","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"518c691e-2407-42fe-9b3b-00ce008405a9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vendor-license-model.xml","artifactChecksum":"NTBkMmNkNDA3MGE1NTBlYWJhNWVhOWFhZDIwZTUzZjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9f7715e8-593d-41fb-9529-73ff69b42b6e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5d369453-a882-4b42-ac4b-94aa1787ba2f","artifactVersion":"2","generatedFromUUID":"518c691e-2407-42fe-9b3b-00ce008405a9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220324013551-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-template.yml","artifactChecksum":"NDdmNTVhZTU5OGY0ZTY2NjNmZmM1M2EyMDc2NTA2Nzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0b09dc71-bf70-4c7a-afa2-dd543f39a7ec","artifactVersion":"1"},{"artifactName":"service-Vfw20220324013551-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar","artifactChecksum":"NzliMzdmMTA4ODJhZTcyYzA5YmRlOWJjNGI5YjdkMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9696824b-4b31-48d6-9d12-7a4f7c29d9b9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T01:39:37.206Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:39:37.206Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:39:37.208Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:39:37.208Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085972272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:39:37.308Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:39:37.308Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:39:37.308Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:39:37.321Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:39:37.321Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:39:38.208Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:39:38.209Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:39:38.211Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:39:38.211Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085972272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vfw54a7fa286d930_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T01:39:38.311Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:39:38.311Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:39:38.312Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:39:38.324Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:39:38.325Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:39:39.211Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:39:39.212Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:39:39.213Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:39:39.213Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085972272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T01:39:39.314Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T01:39:39.314Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:39:39.314Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:39:39.328Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:39:39.329Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-24T01:39:40.214Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:39:40.215Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:39:40.216Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:39:40.216Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085972272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:39:40.316Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T01:39:40.317Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:39:40.317Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:39:40.332Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:39:40.332Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:39:41.217Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:39:41.218Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:39:41.219Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:39:41.219Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085972272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-24T01:39:41.319Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T01:39:41.320Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:39:41.320Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:39:41.334Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:39:41.334Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-24T01:39:42.220Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:39:42.221Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:39:42.222Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:39:42.223Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085972272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:39:42.322Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T01:39:42.323Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:39:42.323Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:39:42.336Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:39:42.336Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:39:43.223Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:39:43.224Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:39:43.225Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:39:43.226Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085972272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T01:39:43.326Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T01:39:43.326Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:39:43.326Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:39:43.340Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:39:43.341Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:39:44.227Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "serviceName": "vFW 2022-03-24 01-35-51",
  "serviceVersion": "1.0",
  "serviceUUID": "5707728c-5d13-4a25-9bdf-4393988db493",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1ee40390-4bb3-4fe7-968e-e21876c695f4",
  "resources": [
    {
      "resourceInstanceName": "vFW 54a7fa28-6d93 0",
      "resourceCustomizationUUID": "5983faa7-7380-40f6-bc98-c6540c5310ab",
      "resourceName": "vFW 54a7fa28-6d93",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "55b16f7c-5c04-4f36-89d4-8a5fb67dade4",
      "resourceInvariantUUID": "497e6903-dc6d-4ef5-a3d9-2b84c011e06a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw54a7fa286d930_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vfw54a7fa286d930_modules.json",
          "artifactChecksum": "OGZlNjJhNmY5ZWE4ZDY2ZmI3MmVmYmM2ZmQ0ZjNkMmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8dce3327-952a-463a-b695-e5f71e5c1c65",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "518c691e-2407-42fe-9b3b-00ce008405a9",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5d369453-a882-4b42-ac4b-94aa1787ba2f",
            "generatedFromUUID": "518c691e-2407-42fe-9b3b-00ce008405a9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5d369453-a882-4b42-ac4b-94aa1787ba2f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220324013551-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar",
      "artifactChecksum": "NzliMzdmMTA4ODJhZTcyYzA5YmRlOWJjNGI5YjdkMWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9696824b-4b31-48d6-9d12-7a4f7c29d9b9"
    }
  ],
  "workloadContext": "Production"
}
2022-03-24T01:39:44.227Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T01:39:44.227Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5707728c-5d13-4a25-9bdf-4393988db493 ASDC
2022-03-24T01:39:44.228Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:3ccbe12d-772e-4e5b-b556-fc3076dd22de
ServiceName:vFW 2022-03-24 01-35-51
ServiceVersion:1.0
ServiceUUID:5707728c-5d13-4a25-9bdf-4393988db493
ServiceInvariantUUID:1ee40390-4bb3-4fe7-968e-e21876c695f4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220324013551-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar
ArtifactUUID:9696824b-4b31-48d6-9d12-7a4f7c29d9b9
ArtifactChecksum:NzliMzdmMTA4ODJhZTcyYzA5YmRlOWJjNGI5YjdkMWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 54a7fa28-6d93 0
ResourceCustomizationUUID:5983faa7-7380-40f6-bc98-c6540c5310ab
ResourceInvariantUUID:497e6903-dc6d-4ef5-a3d9-2b84c011e06a
ResourceName:vFW 54a7fa28-6d93
ResourceType:VF
ResourceUUID:55b16f7c-5c04-4f36-89d4-8a5fb67dade4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw54a7fa286d930_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vfw54a7fa286d930_modules.json
ArtifactUUID:8dce3327-952a-463a-b695-e5f71e5c1c65
ArtifactChecksum:OGZlNjJhNmY5ZWE4ZDY2ZmI3MmVmYmM2ZmQ0ZjNkMmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.yaml
ArtifactUUID:518c691e-2407-42fe-9b3b-00ce008405a9
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.env
ArtifactUUID:5d369453-a882-4b42-ac4b-94aa1787ba2f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.env
ArtifactUUID:5d369453-a882-4b42-ac4b-94aa1787ba2f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-24T01:39:44.228Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5707728c-5d13-4a25-9bdf-4393988db493 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T01:39:44.249Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T01:39:44.249Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-24T01:39:44.249Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-24T01:39:44.249Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9696824b-4b31-48d6-9d12-7a4f7c29d9b9 from URL: /sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:44.250Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-24T01:39:44.250Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:44.325Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-24T01:39:44.329Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar 9696824b-4b31-48d6-9d12-7a4f7c29d9b9 98908
2022-03-24T01:39:44.329Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar ASDC sendASDCNotification
2022-03-24T01:39:44.329Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:44.329Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T01:39:44.330Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:39:44.331Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:39:44.331Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085984329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:39:44.431Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:39:44.432Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:39:44.432Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:39:44.445Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:39:44.445Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:39:45.332Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T01:39:45.333Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-24T01:39:45.333Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 9696824b-4b31-48d6-9d12-7a4f7c29d9b9, URL: /sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar to file: /app/ASDC/1/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:45.333Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220324013551-csar.csar
2022-03-24T01:39:45.333Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:45.333Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:45.505Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP989579719185412146/Definitions/service-Vfw20220324013551-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-24T01:39:46.952Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T01:39:46.952Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-24T01:39:46.952Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:46.952Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-24T01:39:46.952Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:46.952Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:46.953Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:46.953Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:46.953Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:46.953Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:46.953Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:46.953Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:46.953Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 54a7fa28-6d93 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:46.953Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:46.953Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:46.953Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:46.953Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:46.953Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-24T01:39:46.954Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:46.954Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-35-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:39:46.954Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vFW 54a7fa28-6d93 0 is matching search criteria
2022-03-24T01:39:46.954Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-24T01:39:46.954Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 54a7fa28-6d93 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T01:39:46.955Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:46.955Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-35-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:39:46.955Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vFW 54a7fa28-6d93 0 is matching search criteria
2022-03-24T01:39:46.955Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-24T01:39:46.955Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 54a7fa28-6d93 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T01:39:46.955Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:46.955Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-35-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:39:46.956Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:46.956Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vFW 54a7fa28-6d93 0 is not matching search criteria
2022-03-24T01:39:46.956Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:39:46.956Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:39:46.956Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:39:46.956Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:39:46.956Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:39:46.956Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:39:46.956Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:39:46.957Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:39:46.957Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:39:46.957Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:39:46.957Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:39:46.957Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:39:46.957Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:39:46.957Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:39:46.957Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:39:46.958Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-24T01:39:46.958Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:46.958Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-35-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T01:39:46.958Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:46.958Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vFW 54a7fa28-6d93 0 is matching search criteria
2022-03-24T01:39:46.958Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 54a7fa28-6d93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:39:46.958Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:46.959Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vFW 54a7fa28-6d93 0 is matching search criteria
2022-03-24T01:39:46.959Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 54a7fa28-6d93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:39:46.959Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:46.959Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vFW 54a7fa28-6d93 0 is matching search criteria
2022-03-24T01:39:46.959Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 54a7fa28-6d93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:39:46.959Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:46.959Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vFW 54a7fa28-6d93 0 is not matching search criteria
2022-03-24T01:39:46.959Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:39:46.960Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:39:46.960Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T01:39:46.960Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:39:46.960Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:39:46.960Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:39:46.960Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:39:46.960Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:39:46.960Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:39:46.960Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:39:46.961Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:39:46.961Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0ccca2f7-2c8c-4ace-8137-eb112a3ab739
2022-03-24T01:39:46.961Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:46.961Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vFW 54a7fa28-6d93 0 is not matching search criteria
2022-03-24T01:39:46.961Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:39:46.961Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:39:46.961Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:39:46.961Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:39:46.962Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:39:46.962Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:39:46.962Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:39:46.962Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T01:39:46.962Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:39:46.962Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:39:46.962Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:39:46.962Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:39:46.962Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=97312fec-4003-4e50-bd62-624b3cccba0f
2022-03-24T01:39:46.963Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:46.963Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vFW 54a7fa28-6d93 0 is not matching search criteria
2022-03-24T01:39:46.963Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:39:46.963Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:39:46.963Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:39:46.963Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:39:46.963Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:39:46.963Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:39:46.963Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:39:46.964Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:39:46.964Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:39:46.964Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:39:46.964Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:39:46.964Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T01:39:46.964Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cc116548-80d2-4c30-93bb-1052a5f564f2
2022-03-24T01:39:46.964Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:46.964Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-35-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:39:46.965Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:46.965Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-35-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:39:46.965Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:46.965Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-35-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:39:46.965Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:46.965Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-35-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:39:46.965Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-24 01-35-51
Description:catalog service description
Model UUID:5707728c-5d13-4a25-9bdf-4393988db493
Model Version:NULL
Model InvariantUuid:1ee40390-4bb3-4fe7-968e-e21876c695f4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 54a7fa28-6d93
Model UUID:faed77d2-c495-457b-919c-d0f397bc76ef
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:497e6903-dc6d-4ef5-a3d9-2b84c011e06a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5983faa7-7380-40f6-bc98-c6540c5310ab
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6c9a5e0e-5e9d-4382-9e26-38571962bdf9
ModelName:Vfw54a7fa286d93..base_vfw..module-0
ModelUuid:66ced7d6-fd55-4aaf-8b1c-15f5e8778204
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0ccca2f7-2c8c-4ace-8137-eb112a3ab739
ModelInvariantUuid:5c06ed5f-4179-4a65-ad17-96d2a8b11394
ModelName:vFW 54a7fa28-6d93-nodes.vfwCvfc
ModelUuid:9aeeede5-43f2-42b4-9287-a95020467297
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:901242e7-91a7-4be2-bf06-32c6c4212e4c
ModelInvariantUuid:e6c1bbbe-0b81-4eb7-9e6c-995aeae1c9b5
ModelName:Vfw54a7fa286d93.compute.nodes.heat.vfw
ModelUuid:d655b002-f72b-4357-b952-863c614353a2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:97312fec-4003-4e50-bd62-624b3cccba0f
ModelInvariantUuid:1ea02021-8115-427a-afbf-4e6191daa698
ModelName:vFW 54a7fa28-6d93-nodes.vsnCvfc
ModelUuid:9f92b74f-442e-4098-85a2-c7ed46a6d17d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:9ce0e69b-ec47-4d0b-a56f-fbc4381dec61
ModelInvariantUuid:44ff1e68-f473-41e3-beb0-a09685281fd1
ModelName:Vfw54a7fa286d93.compute.nodes.heat.vsn
ModelUuid:7ab67396-352d-4f4e-84f1-13ab932a38a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:cc116548-80d2-4c30-93bb-1052a5f564f2
ModelInvariantUuid:45112c5d-9d00-4d6b-976a-ce43795a169b
ModelName:vFW 54a7fa28-6d93-nodes.vpgCvfc
ModelUuid:d5c1a2f2-b933-4bfd-aa75-27c759c13664
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:08d2a13c-7c7e-4eec-b4be-35037c41ebc5
ModelInvariantUuid:a1a8df4a-edf9-41e7-9e49-32b815e8990f
ModelName:Vfw54a7fa286d93.compute.nodes.heat.vpg
ModelUuid:74932646-43ec-4460-a763-6500eb561513
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-24T01:39:46.971Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 55b16f7c-5c04-4f36-89d4-8a5fb67dade4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T01:39:46.973Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||vFW 54a7fa28-6d93 0
2022-03-24T01:39:46.974Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 55b16f7c-5c04-4f36-89d4-8a5fb67dade4
2022-03-24T01:39:46.974Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8dce3327-952a-463a-b695-e5f71e5c1c65 from URL: /sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vfw54a7fa286d930_modules.json
2022-03-24T01:39:46.974Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-24T01:39:46.974Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vfw54a7fa286d930_modules.json
2022-03-24T01:39:47.030Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-24T01:39:47.030Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vfw54a7fa286d930_modules.json 8dce3327-952a-463a-b695-e5f71e5c1c65 785
2022-03-24T01:39:47.030Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vfw54a7fa286d930_modules.json ASDC sendASDCNotification
2022-03-24T01:39:47.031Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vfw54a7fa286d930_modules.json
2022-03-24T01:39:47.031Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T01:39:47.031Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:39:47.032Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:39:47.032Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085987030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vfw54a7fa286d930_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:39:47.133Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T01:39:47.133Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:39:47.133Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:39:47.146Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:39:47.146Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:39:48.033Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw54a7fa286d93..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6c9a5e0e-5e9d-4382-9e26-38571962bdf9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "66ced7d6-fd55-4aaf-8b1c-15f5e8778204",
    "vfModuleModelCustomizationUUID": "523c72d1-2c97-43f9-81a0-7d4f2940cc7b",
    "isBase": true,
    "artifacts": [
      "518c691e-2407-42fe-9b3b-00ce008405a9",
      "5d369453-a882-4b42-ac4b-94aa1787ba2f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-24T01:39:48.036Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw54a7fa286d93..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:66ced7d6-fd55-4aaf-8b1c-15f5e8778204
VfModuleModelInvariantUUID:6c9a5e0e-5e9d-4382-9e26-38571962bdf9
VfModuleModelDescription:NULL
Artifacts UUID List:{
518c691e-2407-42fe-9b3b-00ce008405a9
,
5d369453-a882-4b42-ac4b-94aa1787ba2f

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-24T01:39:48.037Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw54a7fa286d93..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6c9a5e0e-5e9d-4382-9e26-38571962bdf9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "66ced7d6-fd55-4aaf-8b1c-15f5e8778204",
    "vfModuleModelCustomizationUUID": "523c72d1-2c97-43f9-81a0-7d4f2940cc7b",
    "isBase": true,
    "artifacts": [
      "518c691e-2407-42fe-9b3b-00ce008405a9",
      "5d369453-a882-4b42-ac4b-94aa1787ba2f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-24T01:39:48.038Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw54a7fa286d93..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:66ced7d6-fd55-4aaf-8b1c-15f5e8778204
VfModuleModelInvariantUUID:6c9a5e0e-5e9d-4382-9e26-38571962bdf9
VfModuleModelDescription:NULL
Artifacts UUID List:{
518c691e-2407-42fe-9b3b-00ce008405a9
,
5d369453-a882-4b42-ac4b-94aa1787ba2f

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-24T01:39:48.038Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 518c691e-2407-42fe-9b3b-00ce008405a9 from URL: /sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.yaml
2022-03-24T01:39:48.038Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-24T01:39:48.038Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.yaml
2022-03-24T01:39:48.123Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-24T01:39:48.124Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.yaml 518c691e-2407-42fe-9b3b-00ce008405a9 20368
2022-03-24T01:39:48.124Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-24T01:39:48.124Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.yaml
2022-03-24T01:39:48.124Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T01:39:48.124Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:39:48.126Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:39:48.126Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085988124,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:39:48.226Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:39:48.227Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:39:48.227Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:39:48.240Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:39:48.240Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:39:49.127Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5d369453-a882-4b42-ac4b-94aa1787ba2f from URL: /sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.env
2022-03-24T01:39:49.127Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-24T01:39:49.127Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.env
2022-03-24T01:39:49.505Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-24T01:39:49.506Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.env 5d369453-a882-4b42-ac4b-94aa1787ba2f 2098
2022-03-24T01:39:49.506Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-24T01:39:49.506Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.env
2022-03-24T01:39:49.506Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T01:39:49.506Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:39:49.508Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:39:49.508Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085989506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:39:49.608Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:39:49.609Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:39:49.609Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:39:49.622Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:39:49.623Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:39:50.509Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 5707728c-5d13-4a25-9bdf-4393988db493
2022-03-24T01:39:50.509Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 54a7fa28-6d93 0 55b16f7c-5c04-4f36-89d4-8a5fb67dade4 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T01:39:50.521Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f3a3174, org.onap.sdc.toscaparser.api.parameters.Input@6dd2c175, org.onap.sdc.toscaparser.api.parameters.Input@7a7ce4b, org.onap.sdc.toscaparser.api.parameters.Input@727b2a9f, org.onap.sdc.toscaparser.api.parameters.Input@cb40435]
2022-03-24T01:39:50.522Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:50.522Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-35-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:39:50.523Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-03-24T01:39:50.523Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 5983faa7-7380-40f6-bc98-c6540c5310ab
2022-03-24T01:39:50.523Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5983faa7-7380-40f6-bc98-c6540c5310ab matches Tosca VF Customization UUID: 5983faa7-7380-40f6-bc98-c6540c5310ab
2022-03-24T01:39:50.523Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 5983faa7-7380-40f6-bc98-c6540c5310ab  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-24T01:39:50.525Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:50.525Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-35-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:39:50.525Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 5983faa7-7380-40f6-bc98-c6540c5310ab: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-24T01:39:50.526Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@65fe0c12
2022-03-24T01:39:50.526Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:50.526Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-35-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T01:39:50.526Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 523c72d1-2c97-43f9-81a0-7d4f2940cc7b
2022-03-24T01:39:50.526Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 523c72d1-2c97-43f9-81a0-7d4f2940cc7b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-24T01:39:50.528Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:50.528Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vFW 54a7fa28-6d93 0 is matching search criteria
2022-03-24T01:39:50.528Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 54a7fa28-6d93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:39:50.529Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:50.529Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vFW 54a7fa28-6d93 0 is matching search criteria
2022-03-24T01:39:50.529Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 54a7fa28-6d93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:39:50.529Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:50.529Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vFW 54a7fa28-6d93 0 is not matching search criteria
2022-03-24T01:39:50.529Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:39:50.529Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:39:50.530Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T01:39:50.530Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:39:50.530Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:39:50.530Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:39:50.530Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:39:50.530Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:39:50.531Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:39:50.531Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:39:50.531Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:39:50.531Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0ccca2f7-2c8c-4ace-8137-eb112a3ab739
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-24T01:39:50.532Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:50.533Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vFW 54a7fa28-6d93 0 is matching search criteria
2022-03-24T01:39:50.533Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 54a7fa28-6d93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:39:50.533Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:50.533Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vFW 54a7fa28-6d93 0 is not matching search criteria
2022-03-24T01:39:50.533Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:39:50.533Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:39:50.534Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:39:50.534Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:39:50.534Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:39:50.534Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:39:50.534Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:39:50.534Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T01:39:50.534Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:39:50.535Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:39:50.535Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:39:50.535Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:39:50.535Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=97312fec-4003-4e50-bd62-624b3cccba0f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-24T01:39:50.536Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:50.537Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vFW 54a7fa28-6d93 0 is matching search criteria
2022-03-24T01:39:50.537Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 54a7fa28-6d93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:39:50.537Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:50.537Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vFW 54a7fa28-6d93 0 is not matching search criteria
2022-03-24T01:39:50.537Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:39:50.537Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:39:50.538Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:39:50.538Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:39:50.538Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:39:50.538Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:39:50.538Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:39:50.538Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:39:50.538Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:39:50.538Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:39:50.539Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:39:50.539Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T01:39:50.539Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cc116548-80d2-4c30-93bb-1052a5f564f2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-24T01:39:50.540Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:50.540Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vFW 54a7fa28-6d93 0 is matching search criteria
2022-03-24T01:39:50.541Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 54a7fa28-6d93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:39:50.541Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:50.541Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vFW 54a7fa28-6d93 0 is matching search criteria
2022-03-24T01:39:50.541Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 54a7fa28-6d93 0] matching following query criteria: sdcType=VF, customizationUUID=5983faa7-7380-40f6-bc98-c6540c5310ab
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T01:39:50.542Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:50.542Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-35-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:39:50.543Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 5707728c-5d13-4a25-9bdf-4393988db493: vFW 54a7fa28-6d93
2022-03-24T01:39:50.543Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:50.543Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-35-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:39:50.543Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:50.543Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-35-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:39:50.543Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:50.543Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-35-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:39:50.543Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:50.544Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-35-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:39:50.544Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:39:50.544Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-35-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:39:50.544Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-03-24 01-35-51 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T01:39:50.662Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 54a7fa28-6d93 55b16f7c-5c04-4f36-89d4-8a5fb67dade4 1 ASDC deployResourceStructure
2022-03-24T01:39:50.662Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vfw54a7fa286d930_modules.json ASDC sendASDCNotification
2022-03-24T01:39:50.662Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vfw54a7fa286d930_modules.json
2022-03-24T01:39:50.662Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T01:39:50.662Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:39:50.664Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:39:50.664Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085990662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vfw54a7fa286d930_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T01:39:50.764Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:39:50.764Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:39:50.765Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:39:50.778Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:39:50.779Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:39:51.665Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-24T01:39:51.665Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.yaml
2022-03-24T01:39:51.665Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T01:39:51.665Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:39:51.667Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:39:51.667Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085991664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T01:39:51.767Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:39:51.768Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:39:51.768Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:39:51.781Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:39:51.781Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:39:52.667Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-24T01:39:52.668Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.env
2022-03-24T01:39:52.668Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T01:39:52.668Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:39:52.670Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:39:52.670Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085992667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-24T01:39:52.770Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:39:52.771Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:39:52.771Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:39:52.784Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:39:52.784Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:39:53.671Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar ASDC sendASDCNotification
2022-03-24T01:39:53.672Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:53.672Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T01:39:53.672Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:39:53.674Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:39:53.675Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085993671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T01:39:53.774Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T01:39:53.775Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:39:53.775Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:39:53.789Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:39:53.789Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:39:54.676Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ccbe12d-772e-4e5b-b556-fc3076dd22de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:39:54.684Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ccbe12d-772e-4e5b-b556-fc3076dd22de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:39:54.686Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:39:54.686Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:39:54.686Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:40:24.686Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ccbe12d-772e-4e5b-b556-fc3076dd22de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:40:24.698Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ccbe12d-772e-4e5b-b556-fc3076dd22de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:40:24.700Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:40:24.700Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:40:24.700Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:40:34.352Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:40:34.352Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:40:34.352Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:40:34.382Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:40:34.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "aai-ml",
  "timestamp": 1648085846236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vfw54a7fa286d930_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:40:34.384Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:40:34.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648085845424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vfw54a7fa286d930_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T01:40:34.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:40:34.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "cds",
  "timestamp": 1648085852339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vfw54a7fa286d930_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:40:34.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:40:34.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648085844145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vfw54a7fa286d930_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:40:34.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:40:34.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "aai-ml",
  "timestamp": 1648085846236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:40:34.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:40:34.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648085845424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T01:40:34.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:40:34.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "cds",
  "timestamp": 1648085852339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:40:34.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:40:34.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648085844145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:40:34.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:40:34.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "aai-ml",
  "timestamp": 1648085846236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:40:34.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:40:34.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648085844145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:40:34.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:40:34.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648085845424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:40:34.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:40:34.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "cds",
  "timestamp": 1648085852339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:40:34.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:40:34.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648085856428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:40:34.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:40:34.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "aai-ml",
  "timestamp": 1648085846236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:40:34.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:40:34.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648085844145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:40:34.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:40:34.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648085845424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-24T01:40:34.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:40:34.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "cds",
  "timestamp": 1648085852339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:40:34.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:40:34.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648085856428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vfw54a7fa286d930_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:40:34.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:40:34.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "aai-ml",
  "timestamp": 1648085846236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:40:34.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:40:34.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648085845424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:40:34.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:40:34.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648085844145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:40:34.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:40:34.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "cds",
  "timestamp": 1648085852339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:40:34.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:40:34.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648085856428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:40:34.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:40:34.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648085845424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T01:40:34.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:40:34.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "aai-ml",
  "timestamp": 1648085846236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T01:40:34.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:40:34.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648085844145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:40:34.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:40:34.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "cds",
  "timestamp": 1648085852339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T01:40:34.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:40:34.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648085856428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:40:34.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:40:34.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648085860829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vfw54a7fa286d930_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:40:34.391Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:40:34.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "cds",
  "timestamp": 1648085860847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:40:34.391Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:40:34.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "aai-ml",
  "timestamp": 1648085860847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:40:34.391Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:40:34.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648085856428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:40:34.392Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:40:34.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:40:34.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "cds",
  "timestamp": 1648085861851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T01:40:34.396Z||pool-2-thread-6|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@4cbc3be7 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1700) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor196.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor192.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 65 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 66 common frames omitted
2022-03-24T01:40:34.398Z||pool-2-thread-6|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-24T01:40:34.398Z||pool-2-thread-6|||||ERROR|500||(conn=1700) WSREP has not yet prepared node for application use
2022-03-24T01:40:34.400Z||pool-2-thread-6|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor196.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor192.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1700) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 60 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 65 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 66 common frames omitted
2022-03-24T01:40:34.402Z||pool-2-thread-6|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor196.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor192.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	... 39 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1700) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 60 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 65 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 66 common frames omitted
2022-03-24T01:40:34.407Z||pool-2-thread-6|||||ERROR|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-24T01:40:34.407Z||pool-2-thread-6|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 22 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy144.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 25 common frames omitted
2022-03-24T01:40:54.700Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ccbe12d-772e-4e5b-b556-fc3076dd22de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T01:40:54.703Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@49ea1a2 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1714) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor196.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor192.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-03-24T01:40:54.704Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-24T01:40:54.704Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||ERROR|500||(conn=1714) WSREP has not yet prepared node for application use
2022-03-24T01:40:54.705Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor196.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor192.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1714) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-03-24T01:40:54.706Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor196.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor192.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	... 41 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1714) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-03-24T01:40:54.706Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Exception occurred on getOverallDistributionStatus : Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-24T01:40:54.707Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||ERROR|500||Exception occurred
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 24 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy144.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 27 common frames omitted
2022-03-24T01:40:54.707Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog Loop org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-24T01:41:24.707Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ccbe12d-772e-4e5b-b556-fc3076dd22de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T01:41:24.710Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@34bcdc2b marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=2449) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor196.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor192.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-03-24T01:41:24.710Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-24T01:41:24.711Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||ERROR|500||(conn=2449) WSREP has not yet prepared node for application use
2022-03-24T01:41:24.711Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor196.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor192.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=2449) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-03-24T01:41:24.712Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor196.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor192.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	... 41 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=2449) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-03-24T01:41:24.713Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Exception occurred on getOverallDistributionStatus : Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-24T01:41:24.713Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||ERROR|500||Exception occurred
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 24 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy144.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 27 common frames omitted
2022-03-24T01:41:24.714Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog Loop org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-24T01:41:34.352Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:41:34.352Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:41:34.353Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:41:34.376Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:41:34.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:41:34.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085971260,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T01:41:34.377Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:41:54.714Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ccbe12d-772e-4e5b-b556-fc3076dd22de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T01:41:54.718Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@7e5df772 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=2452) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor196.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor192.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-03-24T01:41:54.719Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-24T01:41:54.719Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||ERROR|500||(conn=2452) WSREP has not yet prepared node for application use
2022-03-24T01:41:54.720Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor196.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor192.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=2452) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-03-24T01:41:54.721Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor196.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor192.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	... 41 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=2452) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-03-24T01:41:54.722Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Exception occurred on getOverallDistributionStatus : Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-24T01:41:54.722Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||ERROR|500||Exception occurred
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 24 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy144.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 27 common frames omitted
2022-03-24T01:41:54.723Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog Loop org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-24T01:42:24.723Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ccbe12d-772e-4e5b-b556-fc3076dd22de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:42:24.731Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ccbe12d-772e-4e5b-b556-fc3076dd22de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:42:24.733Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:42:24.733Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:42:24.733Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:42:34.352Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:42:34.352Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:42:34.352Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:42:34.879Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:42:34.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:42:34.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085972272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:42:34.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:42:34.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:42:34.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085972272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vfw54a7fa286d930_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T01:42:34.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:42:34.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:42:34.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085972272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T01:42:34.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:42:34.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:42:34.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085972272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:42:34.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:42:34.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:42:34.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085972272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-24T01:42:34.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:42:34.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:42:34.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085972272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:42:34.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:42:34.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:42:34.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085972272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T01:42:34.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:42:34.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:42:34.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085984329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:42:34.883Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:42:34.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:42:34.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085987030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vfw54a7fa286d930_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:42:34.883Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:42:34.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:42:34.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085988124,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:42:34.883Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:42:34.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:42:34.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085989506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:42:34.883Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:42:34.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:42:34.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085990662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vfw54a7fa286d930_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T01:42:34.883Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:42:34.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:42:34.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085991664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T01:42:34.884Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:42:34.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:42:34.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085992667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-24T01:42:34.884Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:42:34.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:42:34.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648085993671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T01:42:34.884Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:42:54.733Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ccbe12d-772e-4e5b-b556-fc3076dd22de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:42:54.742Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ccbe12d-772e-4e5b-b556-fc3076dd22de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:42:54.743Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:42:54.743Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:42:54.743Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:43:24.744Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ccbe12d-772e-4e5b-b556-fc3076dd22de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:43:24.752Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ccbe12d-772e-4e5b-b556-fc3076dd22de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:43:24.753Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:43:24.754Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:43:24.754Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:43:34.352Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:43:34.352Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:43:34.353Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:43:43.901Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:43:54.754Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ccbe12d-772e-4e5b-b556-fc3076dd22de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:43:54.764Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ccbe12d-772e-4e5b-b556-fc3076dd22de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:43:54.766Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:43:54.766Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:43:54.766Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:44:24.766Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ccbe12d-772e-4e5b-b556-fc3076dd22de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:44:24.776Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ccbe12d-772e-4e5b-b556-fc3076dd22de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:44:24.777Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:44:24.777Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:44:24.777Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:44:34.352Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:44:34.352Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:44:34.352Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:44:43.904Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:44:54.778Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-03-24T01:44:54.778Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ccbe12d-772e-4e5b-b556-fc3076dd22de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-24T01:44:54.783Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ccbe12d-772e-4e5b-b556-fc3076dd22de and serviceModelVersionId: 5707728c-5d13-4a25-9bdf-4393988db493
2022-03-24T01:44:54.783Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ee40390-4bb3-4fe7-968e-e21876c695f4
2022-03-24T01:44:54.784Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ee40390-4bb3-4fe7-968e-e21876c695f4/model-vers/model-ver/5707728c-5d13-4a25-9bdf-4393988db493?depth=0
2022-03-24T01:44:54.788Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T01:44:54.825Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ee40390-4bb3-4fe7-968e-e21876c695f4/model-vers/model-ver/5707728c-5d13-4a25-9bdf-4393988db493?depth=0|INFO|500||Invoke
2022-03-24T01:44:54.826Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ee40390-4bb3-4fe7-968e-e21876c695f4/model-vers/model-ver/5707728c-5d13-4a25-9bdf-4393988db493?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ee40390-4bb3-4fe7-968e-e21876c695f4/model-vers/model-ver/5707728c-5d13-4a25-9bdf-4393988db493?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3ccbe12d-772e-4e5b-b556-fc3076dd22de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f1579167-b8ff-4da5-8326-ee9782bc7c9d], X-ECOMP-RequestID=[3ccbe12d-772e-4e5b-b556-fc3076dd22de], X-TransactionId=[], X-ONAP-RequestID=[3ccbe12d-772e-4e5b-b556-fc3076dd22de], Content-Type=[application/merge-patch+json]}
2022-03-24T01:44:54.845Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ee40390-4bb3-4fe7-968e-e21876c695f4/model-vers/model-ver/5707728c-5d13-4a25-9bdf-4393988db493?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-24T01:44:55.232Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ee40390-4bb3-4fe7-968e-e21876c695f4/model-vers/model-ver/5707728c-5d13-4a25-9bdf-4393988db493?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ee40390-4bb3-4fe7-968e-e21876c695f4/model-vers/model-ver/5707728c-5d13-4a25-9bdf-4393988db493?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220324-01:44:54:851-28949], vertex-id=[176280], Content-Length=[0], Date=[Thu, 24 Mar 2022 01:44:54 GMT], Content-Type=[application/json]}
2022-03-24T01:44:55.232Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ee40390-4bb3-4fe7-968e-e21876c695f4/model-vers/model-ver/5707728c-5d13-4a25-9bdf-4393988db493?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-24T01:44:55.233Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ee40390-4bb3-4fe7-968e-e21876c695f4/model-vers/model-ver/5707728c-5d13-4a25-9bdf-4393988db493?depth=0|INFO|500||InvokeReturn
2022-03-24T01:44:55.233Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T01:44:55.233Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T01:44:55.236Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@3c4805bf marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=2462) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doList(Loader.java:2850)
	at org.hibernate.loader.Loader.doList(Loader.java:2832)
	at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664)
	at org.hibernate.loader.Loader.list(Loader.java:2659)
	at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506)
	at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)
	at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)
	at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414)
	at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625)
	at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593)
	at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641)
	at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
	at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy196.findOneByModelUUID(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:205)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 59 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 60 common frames omitted
2022-03-24T01:44:55.236Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-24T01:44:55.237Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||ERROR|500||(conn=2462) WSREP has not yet prepared node for application use
2022-03-24T01:44:55.240Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:277)
	at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:255)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:531)
	at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)
	at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:154)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy196.findOneByModelUUID(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:205)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doList(Loader.java:2850)
	at org.hibernate.loader.Loader.doList(Loader.java:2832)
	at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664)
	at org.hibernate.loader.Loader.list(Loader.java:2659)
	at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506)
	at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)
	at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)
	at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414)
	at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625)
	at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593)
	at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641)
	at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
	at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	... 17 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=2462) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 54 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 59 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 60 common frames omitted
2022-03-24T01:44:55.241Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ccbe12d-772e-4e5b-b556-fc3076dd22de and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-03-24T01:44:55.241Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-24T01:44:55.242Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:44:55.243Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:44:55.243Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086295241,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-24T01:44:55.343Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T01:44:55.344Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:44:55.345Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:44:55.358Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:44:55.359Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-24T01:44:56.253Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:44:56.254Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:44:56.254Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:45:07.338Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:45:07.338Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:45:07.339Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:45:07.339Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:45:16.886Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:45:16.887Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:45:16.887Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:45:16.887Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:45:26.430Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:45:26.431Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:45:26.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:45:26.432Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:45:34.352Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:45:34.352Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:45:34.352Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:45:34.981Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:45:34.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T01:45:34.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086295241,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-24T01:45:34.983Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:45:35.972Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:45:35.972Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:45:35.973Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:45:35.973Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:45:45.514Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:45:45.514Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:45:45.515Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:45:45.515Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:45:55.055Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:45:55.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:45:55.056Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:45:55.056Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:46:04.595Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:46:04.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:46:04.596Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:46:04.596Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:46:12.912Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:46:12.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T01:46:12.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"cdd5a069-5a6e-42b6-b99e-65445dfbc4e1","serviceName":"vFW 2022-03-24 01-44-44","serviceVersion":"1.0","serviceUUID":"f8426d0c-6da0-4684-a835-595e76b3b4d1","serviceDescription":"catalog service description","serviceInvariantUUID":"a2159123-9f6d-46bd-b48e-6fea84641caa","resources":[{"resourceInstanceName":"vFW bbf7468c-9c2c 0","resourceName":"vFW bbf7468c-9c2c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5e1d5f8b-154f-4e3d-b010-ab74edfbcab1","resourceInvariantUUID":"bc8ffad6-a08b-4b8e-b573-09fc302335fc","resourceCustomizationUUID":"a621fe37-90e4-4b69-b97c-f5ca358ab025","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vf-license-model.xml","artifactChecksum":"YTE2Y2FkZDQ4NzA1ODk0MjQwZTFiZGY3NWY4OTMyMTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c9dd5b59-7f1d-47be-870a-3f727e64e06e","artifactVersion":"1"},{"artifactName":"vfwbbf7468c9c2c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vfwbbf7468c9c2c0_modules.json","artifactChecksum":"OWJlMzkzNmEwMThiYmQzZmE2Zjk4Yjg3OTU3ZGMzMWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"86015a81-33fa-4146-8cbb-264448f254f9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7b151271-6ac4-494d-9f94-8a0291dbaed2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vendor-license-model.xml","artifactChecksum":"YmI2ZWNhZmZlZjA1MjQzN2I3YTVjNWExYzRkODQzNTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d02ce28e-c1a0-4b3b-809e-6b5575b51d56","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"27ee9103-09f4-4c69-8052-4c236a040731","artifactVersion":"2","generatedFromUUID":"7b151271-6ac4-494d-9f94-8a0291dbaed2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220324014444-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-template.yml","artifactChecksum":"ZWRhMzc2ZTQ5MzYxZjdhMmY4MjU3YzFiNDdkNmQ3YTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"32c9bcae-85e9-4a46-9d96-a5e8474fdf19","artifactVersion":"1"},{"artifactName":"service-Vfw20220324014444-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-csar.csar","artifactChecksum":"NTkwYjRjYzI4NTBjMzY3YjYzYjg2NWUwODJlYzUzMTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f3ff3027-a4f3-47a9-8fa1-6164fa97cf18","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T01:46:12.915Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:46:12.915Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:46:12.917Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:46:12.917Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086364596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:13.017Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:46:13.018Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:46:13.018Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:46:13.032Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:46:13.032Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-24T01:46:13.917Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:46:13.918Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:46:13.920Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:46:13.920Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086364596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vfwbbf7468c9c2c0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T01:46:14.020Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:46:14.021Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:46:14.021Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:46:14.034Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:46:14.034Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:46:14.920Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:46:14.922Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:46:14.923Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:46:14.923Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086364596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T01:46:15.024Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T01:46:15.024Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:46:15.025Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:46:15.036Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:46:15.037Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-24T01:46:15.924Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:46:15.924Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:46:15.926Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:46:15.926Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086364596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:16.026Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:46:16.027Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:46:16.027Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:46:16.040Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:46:16.040Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:46:16.926Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:46:16.927Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:46:16.928Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:46:16.929Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086364596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-24T01:46:17.029Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:46:17.029Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:46:17.029Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:46:17.041Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:46:17.041Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:46:17.929Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:46:17.930Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:46:17.931Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:46:17.931Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086364596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:18.032Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:46:18.032Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:46:18.032Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:46:18.047Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:46:18.048Z||pool-56-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:46:18.932Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:46:18.932Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:46:18.934Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:46:18.934Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086364596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T01:46:19.034Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:46:19.035Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:46:19.035Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:46:19.049Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:46:19.050Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:46:19.935Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "serviceName": "vFW 2022-03-24 01-44-44",
  "serviceVersion": "1.0",
  "serviceUUID": "f8426d0c-6da0-4684-a835-595e76b3b4d1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a2159123-9f6d-46bd-b48e-6fea84641caa",
  "resources": [
    {
      "resourceInstanceName": "vFW bbf7468c-9c2c 0",
      "resourceCustomizationUUID": "a621fe37-90e4-4b69-b97c-f5ca358ab025",
      "resourceName": "vFW bbf7468c-9c2c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5e1d5f8b-154f-4e3d-b010-ab74edfbcab1",
      "resourceInvariantUUID": "bc8ffad6-a08b-4b8e-b573-09fc302335fc",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwbbf7468c9c2c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vfwbbf7468c9c2c0_modules.json",
          "artifactChecksum": "OWJlMzkzNmEwMThiYmQzZmE2Zjk4Yjg3OTU3ZGMzMWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "86015a81-33fa-4146-8cbb-264448f254f9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7b151271-6ac4-494d-9f94-8a0291dbaed2",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "27ee9103-09f4-4c69-8052-4c236a040731",
            "generatedFromUUID": "7b151271-6ac4-494d-9f94-8a0291dbaed2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "27ee9103-09f4-4c69-8052-4c236a040731",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220324014444-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-csar.csar",
      "artifactChecksum": "NTkwYjRjYzI4NTBjMzY3YjYzYjg2NWUwODJlYzUzMTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f3ff3027-a4f3-47a9-8fa1-6164fa97cf18"
    }
  ],
  "workloadContext": "Production"
}
2022-03-24T01:46:19.936Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T01:46:19.936Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f8426d0c-6da0-4684-a835-595e76b3b4d1 ASDC
2022-03-24T01:46:19.936Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:cdd5a069-5a6e-42b6-b99e-65445dfbc4e1
ServiceName:vFW 2022-03-24 01-44-44
ServiceVersion:1.0
ServiceUUID:f8426d0c-6da0-4684-a835-595e76b3b4d1
ServiceInvariantUUID:a2159123-9f6d-46bd-b48e-6fea84641caa
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220324014444-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-csar.csar
ArtifactUUID:f3ff3027-a4f3-47a9-8fa1-6164fa97cf18
ArtifactChecksum:NTkwYjRjYzI4NTBjMzY3YjYzYjg2NWUwODJlYzUzMTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW bbf7468c-9c2c 0
ResourceCustomizationUUID:a621fe37-90e4-4b69-b97c-f5ca358ab025
ResourceInvariantUUID:bc8ffad6-a08b-4b8e-b573-09fc302335fc
ResourceName:vFW bbf7468c-9c2c
ResourceType:VF
ResourceUUID:5e1d5f8b-154f-4e3d-b010-ab74edfbcab1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbbf7468c9c2c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vfwbbf7468c9c2c0_modules.json
ArtifactUUID:86015a81-33fa-4146-8cbb-264448f254f9
ArtifactChecksum:OWJlMzkzNmEwMThiYmQzZmE2Zjk4Yjg3OTU3ZGMzMWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.yaml
ArtifactUUID:7b151271-6ac4-494d-9f94-8a0291dbaed2
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.env
ArtifactUUID:27ee9103-09f4-4c69-8052-4c236a040731
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.env
ArtifactUUID:27ee9103-09f4-4c69-8052-4c236a040731
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-24T01:46:19.936Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f8426d0c-6da0-4684-a835-595e76b3b4d1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T01:46:19.960Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T01:46:19.961Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-24T01:46:19.961Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-24T01:46:19.961Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f3ff3027-a4f3-47a9-8fa1-6164fa97cf18 from URL: /sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-csar.csar
2022-03-24T01:46:19.961Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-24T01:46:19.961Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-csar.csar
2022-03-24T01:46:20.201Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-24T01:46:20.206Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-csar.csar f3ff3027-a4f3-47a9-8fa1-6164fa97cf18 98941
2022-03-24T01:46:20.206Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-csar.csar ASDC sendASDCNotification
2022-03-24T01:46:20.206Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-csar.csar
2022-03-24T01:46:20.206Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T01:46:20.206Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:46:20.208Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:46:20.208Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086380206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:46:20.308Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:46:20.309Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:46:20.309Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:46:20.319Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:46:20.320Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:46:21.208Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T01:46:21.209Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-24T01:46:21.210Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: f3ff3027-a4f3-47a9-8fa1-6164fa97cf18, URL: /sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-csar.csar to file: /app/ASDC/1/service-Vfw20220324014444-csar.csar
2022-03-24T01:46:21.210Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220324014444-csar.csar
2022-03-24T01:46:21.211Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220324014444-csar.csar
2022-03-24T01:46:21.211Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220324014444-csar.csar
2022-03-24T01:46:21.349Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16655962912925785078/Definitions/service-Vfw20220324014444-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-24T01:46:22.919Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T01:46:22.919Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-24T01:46:22.920Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220324014444-csar.csar
2022-03-24T01:46:22.920Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-24T01:46:22.920Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220324014444-csar.csar
2022-03-24T01:46:22.920Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220324014444-csar.csar
2022-03-24T01:46:22.920Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bbf7468c-9c2c 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220324014444-csar.csar
2022-03-24T01:46:22.920Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324014444-csar.csar
2022-03-24T01:46:22.920Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324014444-csar.csar
2022-03-24T01:46:22.920Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324014444-csar.csar
2022-03-24T01:46:22.920Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220324014444-csar.csar
2022-03-24T01:46:22.920Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324014444-csar.csar
2022-03-24T01:46:22.921Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324014444-csar.csar
2022-03-24T01:46:22.921Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220324014444-csar.csar
2022-03-24T01:46:22.921Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220324014444-csar.csar
2022-03-24T01:46:22.921Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324014444-csar.csar
2022-03-24T01:46:22.921Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324014444-csar.csar
2022-03-24T01:46:22.921Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-24T01:46:22.921Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:22.921Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 01-44-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:46:22.921Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vFW bbf7468c-9c2c 0 is matching search criteria
2022-03-24T01:46:22.921Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-24T01:46:22.922Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bbf7468c-9c2c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T01:46:22.922Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:22.922Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 01-44-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:46:22.922Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vFW bbf7468c-9c2c 0 is matching search criteria
2022-03-24T01:46:22.922Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-24T01:46:22.922Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bbf7468c-9c2c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T01:46:22.922Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:22.923Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 01-44-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:46:22.923Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:22.923Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vFW bbf7468c-9c2c 0 is not matching search criteria
2022-03-24T01:46:22.923Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:46:22.923Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:46:22.923Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:46:22.923Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:46:22.923Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:46:22.923Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:46:22.924Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:46:22.924Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:46:22.924Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:46:22.924Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:46:22.924Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:46:22.924Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:46:22.924Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:46:22.924Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:46:22.924Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:46:22.925Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-24T01:46:22.925Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:22.925Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 01-44-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T01:46:22.925Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:22.925Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vFW bbf7468c-9c2c 0 is matching search criteria
2022-03-24T01:46:22.925Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bbf7468c-9c2c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:46:22.925Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:22.926Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vFW bbf7468c-9c2c 0 is matching search criteria
2022-03-24T01:46:22.926Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bbf7468c-9c2c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:46:22.926Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:22.926Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vFW bbf7468c-9c2c 0 is matching search criteria
2022-03-24T01:46:22.926Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bbf7468c-9c2c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:46:22.926Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:22.926Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vFW bbf7468c-9c2c 0 is not matching search criteria
2022-03-24T01:46:22.926Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:46:22.927Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:46:22.927Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T01:46:22.927Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:46:22.927Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:46:22.927Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:46:22.927Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:46:22.927Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:46:22.927Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:46:22.927Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:46:22.927Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:46:22.928Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=11fb6ff0-b407-4fa9-830d-fefffd125a76
2022-03-24T01:46:22.928Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:22.928Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vFW bbf7468c-9c2c 0 is not matching search criteria
2022-03-24T01:46:22.928Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:46:22.928Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:46:22.928Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:46:22.928Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:46:22.928Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:46:22.928Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:46:22.929Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:46:22.929Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T01:46:22.929Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:46:22.929Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:46:22.929Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:46:22.929Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:46:22.929Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=93b3845a-8df6-4d30-b4c5-4512c1174ef5
2022-03-24T01:46:22.929Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:22.929Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vFW bbf7468c-9c2c 0 is not matching search criteria
2022-03-24T01:46:22.930Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:46:22.930Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:46:22.930Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:46:22.930Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:46:22.930Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:46:22.930Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:46:22.930Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:46:22.930Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:46:22.930Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:46:22.931Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:46:22.931Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:46:22.931Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T01:46:22.931Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d143e876-c244-488a-8bf0-c48dd5b4ab92
2022-03-24T01:46:22.931Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:22.931Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 01-44-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:46:22.931Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:22.931Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 01-44-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:46:22.931Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:22.932Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 01-44-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:46:22.932Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:22.932Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 01-44-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:46:22.932Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-24 01-44-44
Description:catalog service description
Model UUID:f8426d0c-6da0-4684-a835-595e76b3b4d1
Model Version:NULL
Model InvariantUuid:a2159123-9f6d-46bd-b48e-6fea84641caa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW bbf7468c-9c2c
Model UUID:2b67eaa2-763c-4a0d-871d-d1a18b13ac8f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bc8ffad6-a08b-4b8e-b573-09fc302335fc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a621fe37-90e4-4b69-b97c-f5ca358ab025
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:040d02b1-c0a8-4f42-9950-8bc3ee70b5b2
ModelName:VfwBbf7468c9c2c..base_vfw..module-0
ModelUuid:aff9af77-43d3-4ef6-8b37-08fe5246913d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:11fb6ff0-b407-4fa9-830d-fefffd125a76
ModelInvariantUuid:5ec69c44-f387-4547-8586-0d8aac02b56b
ModelName:vFW bbf7468c-9c2c-nodes.vfwCvfc
ModelUuid:22a7227e-e54c-47d8-9f83-e1abe7477833
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:49f2e093-f628-4ec1-8129-de63cead64d8
ModelInvariantUuid:385af2ef-0483-4810-bd52-e03a3ef7cc3e
ModelName:VfwBbf7468c9c2c.compute.nodes.heat.vfw
ModelUuid:c1d796a4-a874-4c7e-88b7-fe789adcfc49
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:93b3845a-8df6-4d30-b4c5-4512c1174ef5
ModelInvariantUuid:c1a9df1c-dfe6-4699-875c-eb2bfc0cc771
ModelName:vFW bbf7468c-9c2c-nodes.vsnCvfc
ModelUuid:ab09fac7-50b4-422f-8ab8-b71d17c3002b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:019f0a1a-f5f4-47a7-b927-5c273d940d21
ModelInvariantUuid:e8923b05-9526-4f8b-bfa6-2e2500512f53
ModelName:VfwBbf7468c9c2c.compute.nodes.heat.vsn
ModelUuid:749b3f48-3a39-4d1a-95e8-526c3acdcfe6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d143e876-c244-488a-8bf0-c48dd5b4ab92
ModelInvariantUuid:ffa51180-e984-4e54-b5ce-7f961f75c37f
ModelName:vFW bbf7468c-9c2c-nodes.vpgCvfc
ModelUuid:3414ed96-b33c-4aff-bb10-dbc6d66f0307
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:df95f81e-8878-45c9-aaba-4b3d0d7d4564
ModelInvariantUuid:e129df1d-4fd9-4248-90b3-1196420f29d1
ModelName:VfwBbf7468c9c2c.compute.nodes.heat.vpg
ModelUuid:055fdc04-d83e-4c92-9361-2591a34166bd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-24T01:46:22.936Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 5e1d5f8b-154f-4e3d-b010-ab74edfbcab1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T01:46:22.938Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||vFW bbf7468c-9c2c 0
2022-03-24T01:46:22.939Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5e1d5f8b-154f-4e3d-b010-ab74edfbcab1
2022-03-24T01:46:22.939Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 86015a81-33fa-4146-8cbb-264448f254f9 from URL: /sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vfwbbf7468c9c2c0_modules.json
2022-03-24T01:46:22.939Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-24T01:46:22.939Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vfwbbf7468c9c2c0_modules.json
2022-03-24T01:46:23.432Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-24T01:46:23.433Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vfwbbf7468c9c2c0_modules.json 86015a81-33fa-4146-8cbb-264448f254f9 785
2022-03-24T01:46:23.433Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vfwbbf7468c9c2c0_modules.json ASDC sendASDCNotification
2022-03-24T01:46:23.433Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vfwbbf7468c9c2c0_modules.json
2022-03-24T01:46:23.433Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T01:46:23.434Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:46:23.435Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:46:23.435Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086383433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vfwbbf7468c9c2c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:46:23.535Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:46:23.536Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:46:23.536Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:46:23.550Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:46:23.550Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-24T01:46:24.436Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwBbf7468c9c2c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "040d02b1-c0a8-4f42-9950-8bc3ee70b5b2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aff9af77-43d3-4ef6-8b37-08fe5246913d",
    "vfModuleModelCustomizationUUID": "41eeb6e3-4aea-4daf-a8cd-392168bc4ce9",
    "isBase": true,
    "artifacts": [
      "7b151271-6ac4-494d-9f94-8a0291dbaed2",
      "27ee9103-09f4-4c69-8052-4c236a040731"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-24T01:46:24.439Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBbf7468c9c2c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aff9af77-43d3-4ef6-8b37-08fe5246913d
VfModuleModelInvariantUUID:040d02b1-c0a8-4f42-9950-8bc3ee70b5b2
VfModuleModelDescription:NULL
Artifacts UUID List:{
7b151271-6ac4-494d-9f94-8a0291dbaed2
,
27ee9103-09f4-4c69-8052-4c236a040731

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-24T01:46:24.440Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwBbf7468c9c2c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "040d02b1-c0a8-4f42-9950-8bc3ee70b5b2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aff9af77-43d3-4ef6-8b37-08fe5246913d",
    "vfModuleModelCustomizationUUID": "41eeb6e3-4aea-4daf-a8cd-392168bc4ce9",
    "isBase": true,
    "artifacts": [
      "7b151271-6ac4-494d-9f94-8a0291dbaed2",
      "27ee9103-09f4-4c69-8052-4c236a040731"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-24T01:46:24.440Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBbf7468c9c2c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aff9af77-43d3-4ef6-8b37-08fe5246913d
VfModuleModelInvariantUUID:040d02b1-c0a8-4f42-9950-8bc3ee70b5b2
VfModuleModelDescription:NULL
Artifacts UUID List:{
7b151271-6ac4-494d-9f94-8a0291dbaed2
,
27ee9103-09f4-4c69-8052-4c236a040731

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-24T01:46:24.440Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7b151271-6ac4-494d-9f94-8a0291dbaed2 from URL: /sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.yaml
2022-03-24T01:46:24.440Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-24T01:46:24.441Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.yaml
2022-03-24T01:46:24.836Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-24T01:46:24.836Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.yaml 7b151271-6ac4-494d-9f94-8a0291dbaed2 20368
2022-03-24T01:46:24.837Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-24T01:46:24.837Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.yaml
2022-03-24T01:46:24.837Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T01:46:24.837Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:46:24.838Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:46:24.839Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086384837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:46:24.939Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:46:24.940Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:46:24.940Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:46:24.953Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:46:24.953Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:46:25.839Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 27ee9103-09f4-4c69-8052-4c236a040731 from URL: /sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.env
2022-03-24T01:46:25.840Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-24T01:46:25.840Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.env
2022-03-24T01:46:26.132Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-24T01:46:26.132Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.env 27ee9103-09f4-4c69-8052-4c236a040731 2098
2022-03-24T01:46:26.132Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-24T01:46:26.132Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.env
2022-03-24T01:46:26.132Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T01:46:26.133Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:46:26.134Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:46:26.134Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086386132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:46:26.234Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:46:26.235Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:46:26.235Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:46:26.249Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:46:26.249Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:46:27.135Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f8426d0c-6da0-4684-a835-595e76b3b4d1
2022-03-24T01:46:27.135Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bbf7468c-9c2c 0 5e1d5f8b-154f-4e3d-b010-ab74edfbcab1 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T01:46:27.147Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c71170f, org.onap.sdc.toscaparser.api.parameters.Input@66195511, org.onap.sdc.toscaparser.api.parameters.Input@539ade51, org.onap.sdc.toscaparser.api.parameters.Input@5d3ab227, org.onap.sdc.toscaparser.api.parameters.Input@69c70fe0]
2022-03-24T01:46:27.148Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:27.148Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 01-44-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:46:27.148Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-03-24T01:46:27.149Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= a621fe37-90e4-4b69-b97c-f5ca358ab025
2022-03-24T01:46:27.149Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a621fe37-90e4-4b69-b97c-f5ca358ab025 matches Tosca VF Customization UUID: a621fe37-90e4-4b69-b97c-f5ca358ab025
2022-03-24T01:46:27.149Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: a621fe37-90e4-4b69-b97c-f5ca358ab025  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-24T01:46:27.151Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:27.151Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 01-44-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:46:27.151Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id a621fe37-90e4-4b69-b97c-f5ca358ab025: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-24T01:46:27.151Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@48946113
2022-03-24T01:46:27.151Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:27.152Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 01-44-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T01:46:27.152Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 41eeb6e3-4aea-4daf-a8cd-392168bc4ce9
2022-03-24T01:46:27.152Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 41eeb6e3-4aea-4daf-a8cd-392168bc4ce9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-24T01:46:27.154Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:27.154Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vFW bbf7468c-9c2c 0 is matching search criteria
2022-03-24T01:46:27.154Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bbf7468c-9c2c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:46:27.154Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:27.154Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vFW bbf7468c-9c2c 0 is matching search criteria
2022-03-24T01:46:27.154Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bbf7468c-9c2c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:46:27.155Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:27.155Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vFW bbf7468c-9c2c 0 is not matching search criteria
2022-03-24T01:46:27.155Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:46:27.155Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:46:27.155Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T01:46:27.155Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:46:27.155Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:46:27.155Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:46:27.156Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:46:27.156Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:46:27.156Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:46:27.156Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:46:27.156Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:46:27.156Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=11fb6ff0-b407-4fa9-830d-fefffd125a76
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-24T01:46:27.158Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:27.158Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vFW bbf7468c-9c2c 0 is matching search criteria
2022-03-24T01:46:27.158Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bbf7468c-9c2c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:46:27.158Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:27.158Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vFW bbf7468c-9c2c 0 is not matching search criteria
2022-03-24T01:46:27.159Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:46:27.159Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:46:27.159Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:46:27.159Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:46:27.159Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:46:27.160Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:46:27.160Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:46:27.160Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T01:46:27.160Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:46:27.160Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:46:27.160Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:46:27.161Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:46:27.161Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=93b3845a-8df6-4d30-b4c5-4512c1174ef5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-24T01:46:27.162Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:27.162Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vFW bbf7468c-9c2c 0 is matching search criteria
2022-03-24T01:46:27.162Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bbf7468c-9c2c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:46:27.163Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:27.163Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vFW bbf7468c-9c2c 0 is not matching search criteria
2022-03-24T01:46:27.163Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:46:27.163Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:46:27.163Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:46:27.163Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:46:27.163Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:46:27.164Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:46:27.164Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:46:27.164Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:46:27.164Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:46:27.164Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:46:27.164Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:46:27.164Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T01:46:27.164Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d143e876-c244-488a-8bf0-c48dd5b4ab92
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-24T01:46:27.166Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:27.166Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vFW bbf7468c-9c2c 0 is matching search criteria
2022-03-24T01:46:27.166Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bbf7468c-9c2c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:46:27.166Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:27.166Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Node template vFW bbf7468c-9c2c 0 is matching search criteria
2022-03-24T01:46:27.166Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bbf7468c-9c2c 0] matching following query criteria: sdcType=VF, customizationUUID=a621fe37-90e4-4b69-b97c-f5ca358ab025
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T01:46:27.168Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:27.168Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 01-44-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:46:27.168Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f8426d0c-6da0-4684-a835-595e76b3b4d1: vFW bbf7468c-9c2c
2022-03-24T01:46:27.168Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:27.168Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 01-44-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:46:27.168Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:27.169Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 01-44-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:46:27.169Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:27.169Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 01-44-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:46:27.169Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:27.169Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 01-44-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:46:27.169Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:46:27.169Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 01-44-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:46:27.169Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-03-24 01-44-44 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T01:46:27.291Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bbf7468c-9c2c 5e1d5f8b-154f-4e3d-b010-ab74edfbcab1 1 ASDC deployResourceStructure
2022-03-24T01:46:27.291Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vfwbbf7468c9c2c0_modules.json ASDC sendASDCNotification
2022-03-24T01:46:27.292Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vfwbbf7468c9c2c0_modules.json
2022-03-24T01:46:27.292Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T01:46:27.292Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:46:27.293Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:46:27.293Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086387291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vfwbbf7468c9c2c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T01:46:27.394Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T01:46:27.394Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:46:27.395Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:46:27.408Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:46:27.408Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:46:28.294Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-24T01:46:28.295Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.yaml
2022-03-24T01:46:28.295Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T01:46:28.295Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:46:28.296Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:46:28.296Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086388294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T01:46:28.397Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T01:46:28.397Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:46:28.397Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:46:28.410Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:46:28.411Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-24T01:46:29.297Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-24T01:46:29.297Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.env
2022-03-24T01:46:29.298Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T01:46:29.298Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:46:29.299Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:46:29.300Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086389297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-24T01:46:29.400Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:46:29.400Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:46:29.401Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:46:29.412Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:46:29.413Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-24T01:46:30.300Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-csar.csar ASDC sendASDCNotification
2022-03-24T01:46:30.301Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-csar.csar
2022-03-24T01:46:30.301Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T01:46:30.301Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:46:30.303Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:46:30.303Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086390300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T01:46:30.403Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:46:30.404Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:46:30.404Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:46:30.416Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:46:30.417Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:46:31.303Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdd5a069-5a6e-42b6-b99e-65445dfbc4e1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:46:31.311Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdd5a069-5a6e-42b6-b99e-65445dfbc4e1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:46:31.314Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:46:31.314Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:46:31.314Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:46:34.352Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:46:34.352Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:46:34.352Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:46:34.984Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:46:34.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.985Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086364596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:34.986Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648086365424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:34.986Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648086364145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:34.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648086366428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:34.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086364596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vfwbbf7468c9c2c0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T01:46:34.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648086365424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vfwbbf7468c9c2c0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T01:46:34.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648086364145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vfwbbf7468c9c2c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:34.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648086366428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vfwbbf7468c9c2c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:34.988Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648086365424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T01:46:34.988Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086364596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T01:46:34.988Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648086364145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:34.988Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648086366428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:34.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648086365424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:34.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086364596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:34.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648086364145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:34.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648086366428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:34.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648086365424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-24T01:46:34.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086364596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-24T01:46:34.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648086364145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:34.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648086366428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:34.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648086365424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:34.991Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648086364145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:34.991Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086364596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:34.991Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648086366428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:34.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "cds",
  "timestamp": 1648086377339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:34.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648086365424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T01:46:34.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648086364145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:34.993Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086364596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T01:46:34.993Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648086366428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T01:46:34.993Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "cds",
  "timestamp": 1648086377339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vfwbbf7468c9c2c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:34.994Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "cds",
  "timestamp": 1648086377339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:34.994Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648086380200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vfwbbf7468c9c2c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:46:34.994Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:46:34.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086380206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:46:34.995Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:46:34.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648086380209,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:46:34.995Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:46:34.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "cds",
  "timestamp": 1648086377339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:34.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648086381507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:46:34.995Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:46:34.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "cds",
  "timestamp": 1648086377339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:34.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648086382901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:46:34.996Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:46:34.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648086382957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T01:46:34.996Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:46:34.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "cds",
  "timestamp": 1648086377339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:34.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:34.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086383433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vfwbbf7468c9c2c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:46:34.997Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:46:34.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:34.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648086383920,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T01:46:35.003Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cdd5a069-5a6e-42b6-b99e-65445dfbc4e1
2022-03-24T01:46:35.003Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdd5a069-5a6e-42b6-b99e-65445dfbc4e1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T01:46:35.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:35.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648086383960,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T01:46:35.013Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cdd5a069-5a6e-42b6-b99e-65445dfbc4e1
2022-03-24T01:46:35.013Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdd5a069-5a6e-42b6-b99e-65445dfbc4e1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T01:46:35.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:35.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "cds",
  "timestamp": 1648086377339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T01:46:35.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:35.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:35.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086384837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:46:35.019Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:46:35.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:35.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648086384922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vfwbbf7468c9c2c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T01:46:35.019Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:46:35.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:35.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "cds",
  "timestamp": 1648086385243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:46:35.019Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:46:35.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:35.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086386132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:46:35.019Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:46:35.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:35.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "cds",
  "timestamp": 1648086386247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T01:46:35.022Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cdd5a069-5a6e-42b6-b99e-65445dfbc4e1
2022-03-24T01:46:35.022Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdd5a069-5a6e-42b6-b99e-65445dfbc4e1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T01:46:35.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:35.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "aai-ml",
  "timestamp": 1648086386236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:35.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:35.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:35.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086387291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vfwbbf7468c9c2c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T01:46:35.027Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:46:35.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:35.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "aai-ml",
  "timestamp": 1648086386236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vfwbbf7468c9c2c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:35.028Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:35.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:35.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086388294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T01:46:35.028Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:46:35.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:35.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "aai-ml",
  "timestamp": 1648086386236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:35.028Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:35.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:35.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086389297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-24T01:46:35.028Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:46:35.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:35.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "aai-ml",
  "timestamp": 1648086386236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:35.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:35.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:35.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086390300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T01:46:35.029Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:46:35.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:35.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "aai-ml",
  "timestamp": 1648086386236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/resourceInstances/vfwbbf7468c9c2c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:35.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:35.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:35.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "aai-ml",
  "timestamp": 1648086386236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:46:35.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:35.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:35.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "aai-ml",
  "timestamp": 1648086386236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T01:46:35.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:46:35.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:46:35.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "aai-ml",
  "timestamp": 1648086394213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:46:35.030Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:47:01.314Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdd5a069-5a6e-42b6-b99e-65445dfbc4e1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:47:01.322Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdd5a069-5a6e-42b6-b99e-65445dfbc4e1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:47:01.324Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:47:01.324Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:47:01.324Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:47:31.324Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdd5a069-5a6e-42b6-b99e-65445dfbc4e1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:47:31.331Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdd5a069-5a6e-42b6-b99e-65445dfbc4e1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:47:31.333Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:47:31.333Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:47:31.333Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:47:34.352Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:47:34.352Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:47:34.352Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:47:34.982Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:47:34.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:47:34.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "aai-ml",
  "timestamp": 1648086401289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324014444/1.0/artifacts/service-Vfw20220324014444-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T01:47:34.983Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:47:34.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:47:34.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "aai-ml",
  "timestamp": 1648086402292,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T01:47:34.989Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cdd5a069-5a6e-42b6-b99e-65445dfbc4e1
2022-03-24T01:47:34.989Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdd5a069-5a6e-42b6-b99e-65445dfbc4e1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T01:48:01.333Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdd5a069-5a6e-42b6-b99e-65445dfbc4e1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:48:01.342Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdd5a069-5a6e-42b6-b99e-65445dfbc4e1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:48:01.344Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:48:01.345Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T01:48:01.345Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-24T01:48:01.345Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-24T01:48:01.345Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T01:48:01.345Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T01:48:01.345Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T01:48:01.346Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T01:48:01.346Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T01:48:01.346Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T01:48:01.349Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-24T01:48:31.350Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cdd5a069-5a6e-42b6-b99e-65445dfbc4e1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-24T01:48:31.355Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cdd5a069-5a6e-42b6-b99e-65445dfbc4e1 and serviceModelVersionId: f8426d0c-6da0-4684-a835-595e76b3b4d1
2022-03-24T01:48:31.355Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a2159123-9f6d-46bd-b48e-6fea84641caa
2022-03-24T01:48:31.356Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a2159123-9f6d-46bd-b48e-6fea84641caa/model-vers/model-ver/f8426d0c-6da0-4684-a835-595e76b3b4d1?depth=0
2022-03-24T01:48:31.360Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T01:48:31.406Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2159123-9f6d-46bd-b48e-6fea84641caa/model-vers/model-ver/f8426d0c-6da0-4684-a835-595e76b3b4d1?depth=0|INFO|500||Invoke
2022-03-24T01:48:31.406Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2159123-9f6d-46bd-b48e-6fea84641caa/model-vers/model-ver/f8426d0c-6da0-4684-a835-595e76b3b4d1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2159123-9f6d-46bd-b48e-6fea84641caa/model-vers/model-ver/f8426d0c-6da0-4684-a835-595e76b3b4d1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cdd5a069-5a6e-42b6-b99e-65445dfbc4e1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[40728940-1846-442f-890a-29169dbd7c9a], X-ECOMP-RequestID=[cdd5a069-5a6e-42b6-b99e-65445dfbc4e1], X-TransactionId=[], X-ONAP-RequestID=[cdd5a069-5a6e-42b6-b99e-65445dfbc4e1], Content-Type=[application/merge-patch+json]}
2022-03-24T01:48:31.423Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2159123-9f6d-46bd-b48e-6fea84641caa/model-vers/model-ver/f8426d0c-6da0-4684-a835-595e76b3b4d1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-24T01:48:31.831Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2159123-9f6d-46bd-b48e-6fea84641caa/model-vers/model-ver/f8426d0c-6da0-4684-a835-595e76b3b4d1?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2159123-9f6d-46bd-b48e-6fea84641caa/model-vers/model-ver/f8426d0c-6da0-4684-a835-595e76b3b4d1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220324-01:48:31:431-77935], vertex-id=[438280], Content-Length=[0], Date=[Thu, 24 Mar 2022 01:48:31 GMT], Content-Type=[application/json]}
2022-03-24T01:48:31.831Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2159123-9f6d-46bd-b48e-6fea84641caa/model-vers/model-ver/f8426d0c-6da0-4684-a835-595e76b3b4d1?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-24T01:48:31.832Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2159123-9f6d-46bd-b48e-6fea84641caa/model-vers/model-ver/f8426d0c-6da0-4684-a835-595e76b3b4d1?depth=0|INFO|500||InvokeReturn
2022-03-24T01:48:31.832Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T01:48:31.832Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T01:48:31.835Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-24T01:48:31.835Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cdd5a069-5a6e-42b6-b99e-65445dfbc4e1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-24T01:48:31.836Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-24T01:48:31.836Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:48:31.837Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:48:31.837Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086511835,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T01:48:31.937Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:48:31.938Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:48:31.938Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:48:31.953Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:48:31.953Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-24T01:48:32.846Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:48:32.846Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:48:32.846Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:48:34.352Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:48:34.352Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:48:34.352Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:48:34.979Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:48:34.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:48:34.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdd5a069-5a6e-42b6-b99e-65445dfbc4e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086511835,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T01:48:34.981Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:48:43.773Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:48:43.774Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:48:43.774Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:48:43.775Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:48:53.317Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:48:53.317Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:48:53.317Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:48:53.318Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:49:02.870Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:49:02.871Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:49:02.871Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:49:02.871Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:49:12.412Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:49:34.350Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:49:34.351Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:49:34.351Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:49:34.351Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:49:34.352Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:49:34.352Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:49:43.896Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:49:43.896Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:50:34.350Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:50:34.351Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:50:34.351Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:50:34.351Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:50:34.352Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:50:34.352Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:50:43.897Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:50:43.921Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:51:34.350Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:51:34.351Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:51:34.351Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:51:34.351Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:51:34.352Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:51:34.352Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:51:34.543Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:51:34.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648086666428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:51:34.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648086666428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/basic_onboard_lnzoip0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:51:34.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "cds",
  "timestamp": 1648086677339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:51:34.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648086666428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:51:34.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "cds",
  "timestamp": 1648086677339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/basic_onboard_lnzoip0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:51:34.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648086666428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:51:34.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "cds",
  "timestamp": 1648086677339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:51:34.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648086666428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:51:34.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "cds",
  "timestamp": 1648086677339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:51:34.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648086666428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:51:34.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "cds",
  "timestamp": 1648086677339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:51:34.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648086666428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T01:51:34.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "cds",
  "timestamp": 1648086677339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:51:34.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648086683846,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:51:34.549Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:51:34.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "cds",
  "timestamp": 1648086677339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T01:51:34.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648086684145,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:51:34.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "cds",
  "timestamp": 1648086685500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:51:34.550Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:51:34.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648086684145,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/basic_onboard_lnzoip0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:51:34.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648086685884,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T01:51:34.550Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:51:34.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648086685424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:51:34.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "cds",
  "timestamp": 1648086686504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T01:51:34.562Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e8033a72-f745-4364-a0db-3a0dc4e4b1c1
2022-03-24T01:51:34.562Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8033a72-f745-4364-a0db-3a0dc4e4b1c1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T01:51:34.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648086684145,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:51:34.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "aai-ml",
  "timestamp": 1648086686236,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:51:34.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648086686887,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T01:51:34.573Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e8033a72-f745-4364-a0db-3a0dc4e4b1c1
2022-03-24T01:51:34.574Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8033a72-f745-4364-a0db-3a0dc4e4b1c1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T01:51:34.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648086685424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/basic_onboard_lnzoip0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T01:51:34.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648086684145,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:51:34.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "aai-ml",
  "timestamp": 1648086686236,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/basic_onboard_lnzoip0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:51:34.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648086685424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-24T01:51:34.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648086684145,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:51:34.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "aai-ml",
  "timestamp": 1648086686236,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:51:34.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648086685424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:51:34.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648086684145,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:51:34.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "aai-ml",
  "timestamp": 1648086686236,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:51:34.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648086685424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-24T01:51:34.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648086684145,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:51:34.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "aai-ml",
  "timestamp": 1648086686236,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:51:34.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648086685424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:51:34.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "aai-ml",
  "timestamp": 1648086686236,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:51:34.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648086685424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T01:51:34.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "aai-ml",
  "timestamp": 1648086686236,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T01:51:34.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:51:34.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648086693196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/basic_onboard_lnzoip0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:51:34.583Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:51:34.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "aai-ml",
  "timestamp": 1648086694121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:51:34.583Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:51:34.984Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:51:34.984Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T01:51:34.984Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"e8033a72-f745-4364-a0db-3a0dc4e4b1c1","serviceName":"basic_onboard_lNzOIP","serviceVersion":"1.0","serviceUUID":"73038533-b2ba-4a44-925a-5389ed5480be","serviceDescription":"service","serviceInvariantUUID":"d4211ad6-c949-4b0a-ae29-4b7ddc59e66c","resources":[{"resourceInstanceName":"basic_onboard_lNzOIP 0","resourceName":"basic_onboard_lNzOIP","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"adc6c2a5-cc51-4503-84ba-29ca6901021c","resourceInvariantUUID":"b904320d-9e48-4402-94f5-c68d123e1085","resourceCustomizationUUID":"6672c183-4552-4546-88aa-889d24badc3c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/vf-license-model.xml","artifactChecksum":"ZDE1OTg0MWQ1OTQ0ZTA2ZWU5YWRlZDRkN2M3NzIyY2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"396d94e0-9fcf-438a-829d-ee36931b62b3","artifactVersion":"1"},{"artifactName":"basic_onboard_lnzoip0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/basic_onboard_lnzoip0_modules.json","artifactChecksum":"ZDQ2MTU5NThlMzU5MDdiYjU3YzcyMmNlNTZiNjZjZmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2c5bef62-3ff5-4bc4-ae56-492f9311eea1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e144fa79-8882-463a-bd9e-581671626543","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9e711716-89c0-4fd3-a38f-5ea6017477fd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"aea9573f-d2bb-4403-aaa7-d0cee0b624d4","artifactVersion":"2","generatedFromUUID":"e144fa79-8882-463a-bd9e-581671626543"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLnzoip-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-template.yml","artifactChecksum":"MzQ3NGQ4ODhhNDM3Mzk0M2Y4ZDM2MDNlNTRhZmNhY2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d25ccc5b-6649-4993-b205-b14efaa01a3f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLnzoip-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-csar.csar","artifactChecksum":"NGMyZmZmYzA2MzU1NTA3NDU3MTc3NWE3NzQ1ZjIxOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6894d36-221c-4394-8dab-a4f0edf3f412","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T01:51:34.986Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:51:34.986Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:51:34.988Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:51:34.988Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086694350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:51:35.088Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:51:35.089Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:51:35.089Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:51:35.100Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:51:35.101Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-24T01:51:35.988Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:51:35.989Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:51:35.990Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:51:35.990Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086694350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/basic_onboard_lnzoip0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T01:51:36.091Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:51:36.091Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:51:36.091Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:51:36.103Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:51:36.104Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:51:36.991Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:51:36.992Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:51:36.993Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:51:36.993Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086694350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-24T01:51:37.093Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:51:37.094Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:51:37.094Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:51:37.106Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:51:37.106Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:51:37.993Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:51:37.994Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:51:37.995Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:51:37.996Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086694350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:51:38.096Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:51:38.096Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:51:38.096Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:51:38.108Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:51:38.109Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:51:38.996Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:51:38.997Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:51:38.998Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:51:38.998Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086694350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-24T01:51:39.099Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:51:39.099Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:51:39.100Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:51:39.112Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:51:39.113Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:51:39.999Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:51:40.000Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:51:40.001Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:51:40.001Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086694350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:51:40.101Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:51:40.102Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:51:40.102Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:51:40.115Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:51:40.115Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:51:41.002Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:51:41.002Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:51:41.004Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:51:41.004Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086694350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T01:51:41.104Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:51:41.105Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:51:41.105Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:51:41.117Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:51:41.117Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:51:42.005Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "serviceName": "basic_onboard_lNzOIP",
  "serviceVersion": "1.0",
  "serviceUUID": "73038533-b2ba-4a44-925a-5389ed5480be",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d4211ad6-c949-4b0a-ae29-4b7ddc59e66c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_lNzOIP 0",
      "resourceCustomizationUUID": "6672c183-4552-4546-88aa-889d24badc3c",
      "resourceName": "basic_onboard_lNzOIP",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "adc6c2a5-cc51-4503-84ba-29ca6901021c",
      "resourceInvariantUUID": "b904320d-9e48-4402-94f5-c68d123e1085",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_lnzoip0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/basic_onboard_lnzoip0_modules.json",
          "artifactChecksum": "ZDQ2MTU5NThlMzU5MDdiYjU3YzcyMmNlNTZiNjZjZmU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2c5bef62-3ff5-4bc4-ae56-492f9311eea1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e144fa79-8882-463a-bd9e-581671626543",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "aea9573f-d2bb-4403-aaa7-d0cee0b624d4",
            "generatedFromUUID": "e144fa79-8882-463a-bd9e-581671626543"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "aea9573f-d2bb-4403-aaa7-d0cee0b624d4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardLnzoip-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-csar.csar",
      "artifactChecksum": "NGMyZmZmYzA2MzU1NTA3NDU3MTc3NWE3NzQ1ZjIxOGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b6894d36-221c-4394-8dab-a4f0edf3f412"
    }
  ],
  "workloadContext": "Production"
}
2022-03-24T01:51:42.005Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T01:51:42.005Z|cdd5a069-5a6e-42b6-b99e-65445dfbc4e1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 73038533-b2ba-4a44-925a-5389ed5480be ASDC
2022-03-24T01:51:42.006Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:e8033a72-f745-4364-a0db-3a0dc4e4b1c1
ServiceName:basic_onboard_lNzOIP
ServiceVersion:1.0
ServiceUUID:73038533-b2ba-4a44-925a-5389ed5480be
ServiceInvariantUUID:d4211ad6-c949-4b0a-ae29-4b7ddc59e66c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardLnzoip-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-csar.csar
ArtifactUUID:b6894d36-221c-4394-8dab-a4f0edf3f412
ArtifactChecksum:NGMyZmZmYzA2MzU1NTA3NDU3MTc3NWE3NzQ1ZjIxOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_lNzOIP 0
ResourceCustomizationUUID:6672c183-4552-4546-88aa-889d24badc3c
ResourceInvariantUUID:b904320d-9e48-4402-94f5-c68d123e1085
ResourceName:basic_onboard_lNzOIP
ResourceType:VF
ResourceUUID:adc6c2a5-cc51-4503-84ba-29ca6901021c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_lnzoip0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/basic_onboard_lnzoip0_modules.json
ArtifactUUID:2c5bef62-3ff5-4bc4-ae56-492f9311eea1
ArtifactChecksum:ZDQ2MTU5NThlMzU5MDdiYjU3YzcyMmNlNTZiNjZjZmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e144fa79-8882-463a-bd9e-581671626543
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.env
ArtifactUUID:aea9573f-d2bb-4403-aaa7-d0cee0b624d4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.env
ArtifactUUID:aea9573f-d2bb-4403-aaa7-d0cee0b624d4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-24T01:51:42.006Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73038533-b2ba-4a44-925a-5389ed5480be ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-24T01:51:42.029Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T01:51:42.030Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-24T01:51:42.030Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-24T01:51:42.030Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b6894d36-221c-4394-8dab-a4f0edf3f412 from URL: /sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-csar.csar
2022-03-24T01:51:42.030Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-24T01:51:42.030Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-csar.csar
2022-03-24T01:51:42.092Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-24T01:51:42.095Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-csar.csar b6894d36-221c-4394-8dab-a4f0edf3f412 71582
2022-03-24T01:51:42.095Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-csar.csar ASDC sendASDCNotification
2022-03-24T01:51:42.095Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-csar.csar
2022-03-24T01:51:42.095Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T01:51:42.095Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:51:42.096Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:51:42.097Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086702095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:51:42.197Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:51:42.197Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:51:42.197Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:51:42.210Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:51:42.210Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:51:43.097Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T01:51:43.098Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-24T01:51:43.098Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b6894d36-221c-4394-8dab-a4f0edf3f412, URL: /sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-csar.csar to file: /app/ASDC/1/service-BasicOnboardLnzoip-csar.csar
2022-03-24T01:51:43.098Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLnzoip-csar.csar
2022-03-24T01:51:43.099Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLnzoip-csar.csar
2022-03-24T01:51:43.099Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLnzoip-csar.csar
2022-03-24T01:51:43.374Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13014710449137199144/Definitions/service-BasicOnboardLnzoip-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-24T01:51:44.219Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T01:51:44.220Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-24T01:51:44.220Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLnzoip-csar.csar
2022-03-24T01:51:44.220Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-24T01:51:44.220Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_lNzOIP 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardLnzoip-csar.csar
2022-03-24T01:51:44.220Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardLnzoip-csar.csar
2022-03-24T01:51:44.220Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLnzoip-csar.csar
2022-03-24T01:51:44.220Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLnzoip-csar.csar
2022-03-24T01:51:44.220Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLnzoip-csar.csar
2022-03-24T01:51:44.220Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardLnzoip-csar.csar
2022-03-24T01:51:44.220Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLnzoip-csar.csar
2022-03-24T01:51:44.220Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLnzoip-csar.csar
2022-03-24T01:51:44.220Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardLnzoip-csar.csar
2022-03-24T01:51:44.220Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-24T01:51:44.220Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:51:44.221Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lNzOIP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:51:44.221Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lNzOIP 0 is matching search criteria
2022-03-24T01:51:44.221Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-24T01:51:44.221Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lNzOIP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T01:51:44.221Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:51:44.221Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lNzOIP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:51:44.221Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lNzOIP 0 is matching search criteria
2022-03-24T01:51:44.221Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-24T01:51:44.221Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lNzOIP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T01:51:44.222Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:51:44.222Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lNzOIP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:51:44.222Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:51:44.222Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lNzOIP 0 is not matching search criteria
2022-03-24T01:51:44.222Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-24T01:51:44.222Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-24T01:51:44.222Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-24T01:51:44.222Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-24T01:51:44.222Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-24T01:51:44.222Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:51:44.222Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lNzOIP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T01:51:44.223Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:51:44.223Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lNzOIP 0 is matching search criteria
2022-03-24T01:51:44.223Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lNzOIP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:51:44.223Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:51:44.223Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lNzOIP 0 is matching search criteria
2022-03-24T01:51:44.223Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lNzOIP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:51:44.223Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:51:44.223Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lNzOIP 0 is matching search criteria
2022-03-24T01:51:44.223Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lNzOIP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:51:44.224Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:51:44.224Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lNzOIP 0 is not matching search criteria
2022-03-24T01:51:44.224Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-24T01:51:44.224Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-24T01:51:44.224Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8834ce91-fc02-471e-9e18-324c2367f63f
2022-03-24T01:51:44.224Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:51:44.224Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lNzOIP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:51:44.224Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:51:44.224Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lNzOIP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:51:44.224Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:51:44.224Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lNzOIP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:51:44.224Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:51:44.224Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lNzOIP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:51:44.225Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_lNzOIP
Description:service
Model UUID:73038533-b2ba-4a44-925a-5389ed5480be
Model Version:NULL
Model InvariantUuid:d4211ad6-c949-4b0a-ae29-4b7ddc59e66c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_lNzOIP
Model UUID:c8f2b05e-b1f5-461a-a05c-fa2c088121f2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b904320d-9e48-4402-94f5-c68d123e1085
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6672c183-4552-4546-88aa-889d24badc3c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:307eb933-5ede-475e-8528-056815d8c69f
ModelName:BasicOnboardLnzoip..base_ubuntu18..module-0
ModelUuid:f6b5b890-4b7f-401c-acca-599923ca9380
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8834ce91-fc02-471e-9e18-324c2367f63f
ModelInvariantUuid:6a8e2b32-372c-4746-a50d-36dd9b1cf34a
ModelName:basic_onboard_lNzOIP-nodes.ubuntu18Cvfc
ModelUuid:d7e65a8a-f1a4-4f35-98bf-ec61a9b4d934
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:709cb5f5-3982-4994-aeee-906644cf85ab
ModelInvariantUuid:c261130b-1c0a-47d5-80c3-5520933d6de9
ModelName:BasicOnboardLnzoip.compute.nodes.heat.ubuntu18
ModelUuid:7d26f6ad-6c45-46ff-8ed4-68859fee3040
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-24T01:51:44.231Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: adc6c2a5-cc51-4503-84ba-29ca6901021c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T01:51:44.233Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||basic_onboard_lNzOIP 0
2022-03-24T01:51:44.233Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: adc6c2a5-cc51-4503-84ba-29ca6901021c
2022-03-24T01:51:44.233Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2c5bef62-3ff5-4bc4-ae56-492f9311eea1 from URL: /sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/basic_onboard_lnzoip0_modules.json
2022-03-24T01:51:44.233Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-24T01:51:44.233Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/basic_onboard_lnzoip0_modules.json
2022-03-24T01:51:44.282Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-24T01:51:44.283Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/basic_onboard_lnzoip0_modules.json 2c5bef62-3ff5-4bc4-ae56-492f9311eea1 798
2022-03-24T01:51:44.283Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/basic_onboard_lnzoip0_modules.json ASDC sendASDCNotification
2022-03-24T01:51:44.283Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/basic_onboard_lnzoip0_modules.json
2022-03-24T01:51:44.283Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T01:51:44.283Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:51:44.285Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:51:44.285Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086704283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/basic_onboard_lnzoip0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:51:44.385Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:51:44.385Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:51:44.386Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:51:44.399Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:51:44.399Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:51:45.285Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardLnzoip..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "307eb933-5ede-475e-8528-056815d8c69f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f6b5b890-4b7f-401c-acca-599923ca9380",
    "vfModuleModelCustomizationUUID": "373cb2ee-ec24-4c82-bca6-db6a233c7824",
    "isBase": true,
    "artifacts": [
      "e144fa79-8882-463a-bd9e-581671626543",
      "aea9573f-d2bb-4403-aaa7-d0cee0b624d4"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-24T01:51:45.288Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLnzoip..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f6b5b890-4b7f-401c-acca-599923ca9380
VfModuleModelInvariantUUID:307eb933-5ede-475e-8528-056815d8c69f
VfModuleModelDescription:NULL
Artifacts UUID List:{
e144fa79-8882-463a-bd9e-581671626543
,
aea9573f-d2bb-4403-aaa7-d0cee0b624d4

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-24T01:51:45.291Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardLnzoip..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "307eb933-5ede-475e-8528-056815d8c69f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f6b5b890-4b7f-401c-acca-599923ca9380",
    "vfModuleModelCustomizationUUID": "373cb2ee-ec24-4c82-bca6-db6a233c7824",
    "isBase": true,
    "artifacts": [
      "e144fa79-8882-463a-bd9e-581671626543",
      "aea9573f-d2bb-4403-aaa7-d0cee0b624d4"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-24T01:51:45.291Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLnzoip..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f6b5b890-4b7f-401c-acca-599923ca9380
VfModuleModelInvariantUUID:307eb933-5ede-475e-8528-056815d8c69f
VfModuleModelDescription:NULL
Artifacts UUID List:{
e144fa79-8882-463a-bd9e-581671626543
,
aea9573f-d2bb-4403-aaa7-d0cee0b624d4

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-24T01:51:45.291Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e144fa79-8882-463a-bd9e-581671626543 from URL: /sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.yaml
2022-03-24T01:51:45.291Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-24T01:51:45.291Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.yaml
2022-03-24T01:51:45.343Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-24T01:51:45.343Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.yaml e144fa79-8882-463a-bd9e-581671626543 5033
2022-03-24T01:51:45.343Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-24T01:51:45.343Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.yaml
2022-03-24T01:51:45.343Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T01:51:45.344Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:51:45.345Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:51:45.345Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086705343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:51:45.445Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:51:45.446Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:51:45.446Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:51:45.457Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:51:45.458Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-24T01:51:46.346Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: aea9573f-d2bb-4403-aaa7-d0cee0b624d4 from URL: /sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.env
2022-03-24T01:51:46.346Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-24T01:51:46.346Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.env
2022-03-24T01:51:46.392Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-24T01:51:46.392Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.env aea9573f-d2bb-4403-aaa7-d0cee0b624d4 909
2022-03-24T01:51:46.392Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-24T01:51:46.392Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.env
2022-03-24T01:51:46.392Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T01:51:46.392Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:51:46.394Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:51:46.394Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086706392,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:51:46.494Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:51:46.495Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:51:46.495Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:51:46.507Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:51:46.507Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:51:47.394Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 73038533-b2ba-4a44-925a-5389ed5480be
2022-03-24T01:51:47.395Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_lNzOIP 0 adc6c2a5-cc51-4503-84ba-29ca6901021c ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T01:51:47.405Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d453c23, org.onap.sdc.toscaparser.api.parameters.Input@3d47cbf0, org.onap.sdc.toscaparser.api.parameters.Input@53d2dcda, org.onap.sdc.toscaparser.api.parameters.Input@dbf920a, org.onap.sdc.toscaparser.api.parameters.Input@91f03ba]
2022-03-24T01:51:47.406Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:51:47.406Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lNzOIP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:51:47.406Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-03-24T01:51:47.406Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 6672c183-4552-4546-88aa-889d24badc3c
2022-03-24T01:51:47.406Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6672c183-4552-4546-88aa-889d24badc3c matches Tosca VF Customization UUID: 6672c183-4552-4546-88aa-889d24badc3c
2022-03-24T01:51:47.407Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 6672c183-4552-4546-88aa-889d24badc3c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-24T01:51:47.408Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:51:47.408Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lNzOIP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:51:47.408Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 6672c183-4552-4546-88aa-889d24badc3c: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-03-24T01:51:47.409Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3eab9c92
2022-03-24T01:51:47.409Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:51:47.409Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lNzOIP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T01:51:47.409Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 373cb2ee-ec24-4c82-bca6-db6a233c7824
2022-03-24T01:51:47.409Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 373cb2ee-ec24-4c82-bca6-db6a233c7824
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-24T01:51:47.410Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:51:47.411Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lNzOIP 0 is matching search criteria
2022-03-24T01:51:47.411Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lNzOIP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:51:47.411Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:51:47.411Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lNzOIP 0 is matching search criteria
2022-03-24T01:51:47.411Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lNzOIP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:51:47.411Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:51:47.412Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lNzOIP 0 is not matching search criteria
2022-03-24T01:51:47.412Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-24T01:51:47.412Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-24T01:51:47.412Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8834ce91-fc02-471e-9e18-324c2367f63f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-24T01:51:47.413Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:51:47.413Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lNzOIP 0 is matching search criteria
2022-03-24T01:51:47.413Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lNzOIP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:51:47.414Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:51:47.414Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lNzOIP 0 is matching search criteria
2022-03-24T01:51:47.414Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lNzOIP 0] matching following query criteria: sdcType=VF, customizationUUID=6672c183-4552-4546-88aa-889d24badc3c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T01:51:47.415Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:51:47.415Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lNzOIP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:51:47.415Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 73038533-b2ba-4a44-925a-5389ed5480be: basic_onboard_lNzOIP
2022-03-24T01:51:47.415Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:51:47.415Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lNzOIP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:51:47.416Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:51:47.416Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lNzOIP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:51:47.416Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:51:47.416Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lNzOIP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:51:47.416Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:51:47.416Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lNzOIP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:51:47.416Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T01:51:47.416Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lNzOIP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:51:47.417Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_lNzOIP 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T01:51:47.464Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_lNzOIP adc6c2a5-cc51-4503-84ba-29ca6901021c 1 ASDC deployResourceStructure
2022-03-24T01:51:47.464Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/basic_onboard_lnzoip0_modules.json ASDC sendASDCNotification
2022-03-24T01:51:47.464Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/basic_onboard_lnzoip0_modules.json
2022-03-24T01:51:47.464Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T01:51:47.465Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:51:47.466Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:51:47.466Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086707464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/basic_onboard_lnzoip0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T01:51:47.567Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:51:47.567Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:51:47.568Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:51:47.581Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:51:47.582Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:51:48.467Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-24T01:51:48.467Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.yaml
2022-03-24T01:51:48.467Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T01:51:48.468Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:51:48.469Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:51:48.469Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086708467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T01:51:48.569Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:51:48.570Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:51:48.570Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:51:48.584Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:51:48.584Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:51:49.470Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-24T01:51:49.470Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.env
2022-03-24T01:51:49.471Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T01:51:49.471Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:51:49.472Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:51:49.473Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086709470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-24T01:51:49.573Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:51:49.573Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:51:49.574Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:51:49.585Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:51:49.586Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-24T01:51:50.473Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-csar.csar ASDC sendASDCNotification
2022-03-24T01:51:50.474Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-csar.csar
2022-03-24T01:51:50.474Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T01:51:50.474Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:51:50.475Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:51:50.476Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086710473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T01:51:50.576Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:51:50.577Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:51:50.577Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:51:50.590Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:51:50.590Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:51:51.476Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8033a72-f745-4364-a0db-3a0dc4e4b1c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:51:51.484Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8033a72-f745-4364-a0db-3a0dc4e4b1c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:51:51.486Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:51:51.486Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:51:51.486Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:52:21.486Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8033a72-f745-4364-a0db-3a0dc4e4b1c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:52:21.495Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8033a72-f745-4364-a0db-3a0dc4e4b1c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:52:21.496Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:52:21.496Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:52:21.496Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:52:34.352Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:52:34.352Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:52:34.352Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:52:34.381Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:52:34.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:52:34.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648086694413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:52:34.382Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:52:51.496Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8033a72-f745-4364-a0db-3a0dc4e4b1c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:52:51.504Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8033a72-f745-4364-a0db-3a0dc4e4b1c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:52:51.506Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:52:51.506Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:52:51.506Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:53:21.506Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8033a72-f745-4364-a0db-3a0dc4e4b1c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:53:21.516Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8033a72-f745-4364-a0db-3a0dc4e4b1c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:53:21.518Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:53:21.518Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:53:21.518Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:53:34.352Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:53:34.353Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:53:34.353Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:53:34.882Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:53:34.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:53:34.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086694350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:53:34.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:53:34.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:53:34.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648086695519,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:53:34.885Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:53:34.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:53:34.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086694350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/basic_onboard_lnzoip0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T01:53:34.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:53:34.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:53:34.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648086696657,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T01:53:34.893Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8033a72-f745-4364-a0db-3a0dc4e4b1c1
2022-03-24T01:53:34.894Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8033a72-f745-4364-a0db-3a0dc4e4b1c1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T01:53:34.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:53:34.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086694350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-24T01:53:34.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:53:34.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:53:34.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648086697660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/basic_onboard_lnzoip0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T01:53:34.901Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:53:34.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:53:34.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086694350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:53:34.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:53:34.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:53:34.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086694350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-24T01:53:34.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:53:34.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:53:34.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086694350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T01:53:34.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:53:34.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:53:34.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086694350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T01:53:34.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T01:53:34.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:53:34.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "aai-ml",
  "timestamp": 1648086701125,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T01:53:34.902Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:53:34.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:53:34.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086702095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:53:34.902Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:53:34.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:53:34.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "aai-ml",
  "timestamp": 1648086702128,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T01:53:34.905Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e8033a72-f745-4364-a0db-3a0dc4e4b1c1
2022-03-24T01:53:34.905Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8033a72-f745-4364-a0db-3a0dc4e4b1c1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T01:53:34.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:53:34.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086704283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/basic_onboard_lnzoip0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:53:34.910Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:53:34.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:53:34.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086705343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:53:34.910Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:53:34.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:53:34.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086706392,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T01:53:34.911Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:53:34.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:53:34.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086707464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/basic_onboard_lnzoip0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T01:53:34.911Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:53:34.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:53:34.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086708467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T01:53:34.911Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:53:34.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:53:34.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086709470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/resourceInstances/basic_onboard_lnzoip0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-24T01:53:34.911Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:53:34.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:53:34.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086710473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLnzoip/1.0/artifacts/service-BasicOnboardLnzoip-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T01:53:34.911Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:53:51.518Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8033a72-f745-4364-a0db-3a0dc4e4b1c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:53:51.526Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8033a72-f745-4364-a0db-3a0dc4e4b1c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T01:53:51.528Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:53:51.528Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T01:53:51.528Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-24T01:53:51.528Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-24T01:53:51.528Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T01:53:51.528Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T01:53:51.528Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T01:53:51.528Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T01:53:51.529Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T01:53:51.529Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T01:53:51.531Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-24T01:54:21.532Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8033a72-f745-4364-a0db-3a0dc4e4b1c1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-24T01:54:21.536Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8033a72-f745-4364-a0db-3a0dc4e4b1c1 and serviceModelVersionId: 73038533-b2ba-4a44-925a-5389ed5480be
2022-03-24T01:54:21.536Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4211ad6-c949-4b0a-ae29-4b7ddc59e66c
2022-03-24T01:54:21.537Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4211ad6-c949-4b0a-ae29-4b7ddc59e66c/model-vers/model-ver/73038533-b2ba-4a44-925a-5389ed5480be?depth=0
2022-03-24T01:54:21.541Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T01:54:21.573Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4211ad6-c949-4b0a-ae29-4b7ddc59e66c/model-vers/model-ver/73038533-b2ba-4a44-925a-5389ed5480be?depth=0|INFO|500||Invoke
2022-03-24T01:54:21.573Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4211ad6-c949-4b0a-ae29-4b7ddc59e66c/model-vers/model-ver/73038533-b2ba-4a44-925a-5389ed5480be?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4211ad6-c949-4b0a-ae29-4b7ddc59e66c/model-vers/model-ver/73038533-b2ba-4a44-925a-5389ed5480be?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e8033a72-f745-4364-a0db-3a0dc4e4b1c1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[40066029-b64f-4312-abc5-26483fe1830f], X-ECOMP-RequestID=[e8033a72-f745-4364-a0db-3a0dc4e4b1c1], X-TransactionId=[], X-ONAP-RequestID=[e8033a72-f745-4364-a0db-3a0dc4e4b1c1], Content-Type=[application/merge-patch+json]}
2022-03-24T01:54:21.588Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4211ad6-c949-4b0a-ae29-4b7ddc59e66c/model-vers/model-ver/73038533-b2ba-4a44-925a-5389ed5480be?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-24T01:54:21.898Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4211ad6-c949-4b0a-ae29-4b7ddc59e66c/model-vers/model-ver/73038533-b2ba-4a44-925a-5389ed5480be?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4211ad6-c949-4b0a-ae29-4b7ddc59e66c/model-vers/model-ver/73038533-b2ba-4a44-925a-5389ed5480be?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220324-01:54:21:596-41871], vertex-id=[450568], Content-Length=[0], Date=[Thu, 24 Mar 2022 01:54:21 GMT], Content-Type=[application/json]}
2022-03-24T01:54:21.898Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4211ad6-c949-4b0a-ae29-4b7ddc59e66c/model-vers/model-ver/73038533-b2ba-4a44-925a-5389ed5480be?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-24T01:54:21.899Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4211ad6-c949-4b0a-ae29-4b7ddc59e66c/model-vers/model-ver/73038533-b2ba-4a44-925a-5389ed5480be?depth=0|INFO|500||InvokeReturn
2022-03-24T01:54:21.899Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T01:54:21.899Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T01:54:21.902Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-24T01:54:21.903Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8033a72-f745-4364-a0db-3a0dc4e4b1c1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-24T01:54:21.903Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-24T01:54:21.903Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:54:21.905Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:54:21.905Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086861903,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T01:54:22.005Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:54:22.005Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T01:54:22.006Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:54:22.019Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:54:22.019Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-24T01:54:22.914Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:54:22.915Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:54:22.915Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:54:34.042Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:54:34.042Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:54:34.043Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:54:34.043Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:54:34.352Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:54:34.352Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:54:34.352Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:54:34.978Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:54:34.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T01:54:34.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8033a72-f745-4364-a0db-3a0dc4e4b1c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648086861903,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T01:54:34.979Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:54:43.587Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:54:43.588Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:54:43.588Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:54:43.588Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:54:53.132Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:55:34.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:55:34.351Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:55:34.351Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:55:34.352Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:55:34.352Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:55:34.353Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:55:43.898Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:55:43.902Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:56:34.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:56:34.351Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:56:34.351Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:56:34.351Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:56:34.352Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:56:34.352Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:56:43.899Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:56:43.899Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:57:34.350Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:57:34.351Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:57:34.351Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:57:34.351Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:57:34.352Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:57:34.352Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:57:43.900Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:57:43.902Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:58:34.350Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:58:34.351Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:58:34.351Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:58:34.351Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:58:34.352Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:58:34.352Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:58:43.904Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:58:43.906Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:59:34.350Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:59:34.351Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:59:34.351Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:59:34.351Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:59:34.352Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T01:59:34.352Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:59:43.897Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T01:59:43.898Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:00:34.350Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:00:34.350Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:00:34.351Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:00:34.351Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:00:34.352Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:00:34.352Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:00:43.904Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:00:43.906Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:01:34.350Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:01:34.351Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:01:34.351Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:01:34.351Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:01:34.352Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:01:34.352Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:01:43.896Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:01:43.898Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:02:34.350Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:02:34.351Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:02:34.351Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:02:34.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:02:34.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:02:34.352Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:02:34.979Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:02:34.979Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:02:34.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:02:34.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83c9d283-18fe-4d0f-bec2-6a857571dc46",
  "consumerID": "cds",
  "timestamp": 1648087352339,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:02:34.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T02:02:34.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"83c9d283-18fe-4d0f-bec2-6a857571dc46","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"1fb8b40d-8b45-4be0-b777-232bdc68cd1b","serviceDescription":"service","serviceInvariantUUID":"0fbe7b63-d634-4ab1-b9ca-75b06821d6be","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c8afa8f5-50cd-43f4-9a04-badfe75e5692","resourceInvariantUUID":"2b04973e-3d0c-48f7-88ff-57e6eefb7cb4","resourceCustomizationUUID":"75972330-ba75-467a-9f96-f1f3493584c5","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"ZGU2ZDQ0NDM3NjEzNzI5ODBjMmMwNDU1MmZiYzdiN2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a13e346c-3d8b-40d4-81f7-43be20f23f93","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZmUyNzBhNmY3MjU1NGFjNGUzNjFkYTNjOTgyYTMxMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63d83301-9433-46b4-b507-6548248b1395","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T02:02:34.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:02:34.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:02:34.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83c9d283-18fe-4d0f-bec2-6a857571dc46",
  "consumerID": "aai-ml",
  "timestamp": 1648087346236,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:02:34.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:02:34.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:02:34.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83c9d283-18fe-4d0f-bec2-6a857571dc46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648087345424,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:02:34.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:02:34.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:02:34.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83c9d283-18fe-4d0f-bec2-6a857571dc46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648087344145,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:02:34.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:02:34.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:02:34.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83c9d283-18fe-4d0f-bec2-6a857571dc46",
  "consumerID": "aai-ml",
  "timestamp": 1648087346236,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:02:34.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:02:34.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:02:34.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83c9d283-18fe-4d0f-bec2-6a857571dc46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648087344145,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:02:34.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:02:34.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:02:34.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83c9d283-18fe-4d0f-bec2-6a857571dc46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648087345424,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:02:34.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:02:34.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:02:34.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83c9d283-18fe-4d0f-bec2-6a857571dc46",
  "consumerID": "cds",
  "timestamp": 1648087352339,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:02:34.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:02:34.981Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:02:34.981Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:02:34.983Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:02:34.983Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "83c9d283-18fe-4d0f-bec2-6a857571dc46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087354350,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:02:35.083Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:02:35.084Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:02:35.084Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:02:35.095Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:02:35.095Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:02:35.984Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:02:35.984Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:02:35.986Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:02:35.986Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "83c9d283-18fe-4d0f-bec2-6a857571dc46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087354350,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:02:36.086Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:02:36.086Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:02:36.086Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:02:36.101Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:02:36.101Z||pool-84-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:02:36.987Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "83c9d283-18fe-4d0f-bec2-6a857571dc46",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "1fb8b40d-8b45-4be0-b777-232bdc68cd1b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0fbe7b63-d634-4ab1-b9ca-75b06821d6be",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "75972330-ba75-467a-9f96-f1f3493584c5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c8afa8f5-50cd-43f4-9a04-badfe75e5692",
      "resourceInvariantUUID": "2b04973e-3d0c-48f7-88ff-57e6eefb7cb4",
      "category": "Generic",
      "subcategory": "Network Elements",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicNetwork-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
      "artifactChecksum": "ZmUyNzBhNmY3MjU1NGFjNGUzNjFkYTNjOTgyYTMxMzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63d83301-9433-46b4-b507-6548248b1395"
    }
  ],
  "workloadContext": "Production"
}
2022-03-24T02:02:36.987Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T02:02:36.987Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1fb8b40d-8b45-4be0-b777-232bdc68cd1b ASDC
2022-03-24T02:02:36.987Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:83c9d283-18fe-4d0f-bec2-6a857571dc46
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:1fb8b40d-8b45-4be0-b777-232bdc68cd1b
ServiceInvariantUUID:0fbe7b63-d634-4ab1-b9ca-75b06821d6be
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:63d83301-9433-46b4-b507-6548248b1395
ArtifactChecksum:ZmUyNzBhNmY3MjU1NGFjNGUzNjFkYTNjOTgyYTMxMzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:75972330-ba75-467a-9f96-f1f3493584c5
ResourceInvariantUUID:2b04973e-3d0c-48f7-88ff-57e6eefb7cb4
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c8afa8f5-50cd-43f4-9a04-badfe75e5692
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-03-24T02:02:36.988Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1fb8b40d-8b45-4be0-b777-232bdc68cd1b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:02:37.007Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T02:02:37.008Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-24T02:02:37.008Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-24T02:02:37.008Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 63d83301-9433-46b4-b507-6548248b1395 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-24T02:02:37.008Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-24T02:02:37.008Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-24T02:02:37.097Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-24T02:02:37.099Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 63d83301-9433-46b4-b507-6548248b1395 52505
2022-03-24T02:02:37.100Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-24T02:02:37.100Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-24T02:02:37.100Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T02:02:37.100Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:02:37.101Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:02:37.101Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "83c9d283-18fe-4d0f-bec2-6a857571dc46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087357100,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:02:37.202Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:02:37.202Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:02:37.203Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:02:37.214Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:02:37.214Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:02:38.102Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T02:02:38.104Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-24T02:02:38.104Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 63d83301-9433-46b4-b507-6548248b1395, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-24T02:02:38.104Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-24T02:02:38.104Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-24T02:02:38.104Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-24T02:02:38.563Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8247976151485977455/Definitions/service-BasicNetwork-template.yml
2022-03-24T02:02:38.852Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T02:02:38.852Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-24T02:02:38.853Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-24T02:02:38.853Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-24T02:02:38.853Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-24T02:02:38.853Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-24T02:02:38.853Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-24T02:02:38.853Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-24T02:02:38.853Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-24T02:02:38.853Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-24T02:02:38.853Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-24T02:02:38.853Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-24T02:02:38.853Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-24T02:02:38.853Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:02:38.854Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:02:38.854Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-24T02:02:38.854Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-24T02:02:38.854Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T02:02:38.854Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:02:38.854Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:02:38.854Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-24T02:02:38.854Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-24T02:02:38.854Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T02:02:38.854Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:02:38.854Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:02:38.855Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:02:38.855Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:02:38.855Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:02:38.855Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:02:38.855Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:02:38.855Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:02:38.855Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:02:38.855Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:02:38.855Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:1fb8b40d-8b45-4be0-b777-232bdc68cd1b
Model Version:NULL
Model InvariantUuid:0fbe7b63-d634-4ab1-b9ca-75b06821d6be
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:2b04973e-3d0c-48f7-88ff-57e6eefb7cb4
Model UUID:04477e0c-2b3e-42c3-807a-9c4b6f35433e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:75972330-ba75-467a-9f96-f1f3493584c5
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-24T02:02:38.861Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: c8afa8f5-50cd-43f4-9a04-badfe75e5692
2022-03-24T02:02:38.861Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||No resources found for Service: 1fb8b40d-8b45-4be0-b777-232bdc68cd1b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T02:02:38.863Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||
2022-03-24T02:02:38.863Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-03-24T02:02:38.864Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 1fb8b40d-8b45-4be0-b777-232bdc68cd1b
2022-03-24T02:02:38.864Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 1fb8b40d-8b45-4be0-b777-232bdc68cd1b
2022-03-24T02:02:38.864Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-03-24T02:02:38.864Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T02:02:38.867Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b8e3fa0, org.onap.sdc.toscaparser.api.parameters.Input@20baeae5, org.onap.sdc.toscaparser.api.parameters.Input@89a8fc, org.onap.sdc.toscaparser.api.parameters.Input@73c72d35, org.onap.sdc.toscaparser.api.parameters.Input@39fe7fd2]
2022-03-24T02:02:38.868Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:02:38.868Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:02:38.868Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:02:38.868Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:02:38.868Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 1fb8b40d-8b45-4be0-b777-232bdc68cd1b: Generic NeutronNet
2022-03-24T02:02:38.868Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:02:38.868Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:02:38.869Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:02:38.869Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-03-24T02:02:38.890Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:02:38.890Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:02:38.890Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:02:38.890Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:02:38.891Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:02:38.891Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:02:38.891Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-24T02:02:38.928Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-03-24T02:02:38.929Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-24T02:02:38.929Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-24T02:02:38.929Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T02:02:38.929Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:02:38.930Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:02:38.930Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "83c9d283-18fe-4d0f-bec2-6a857571dc46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087358929,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T02:02:39.031Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T02:02:39.031Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:02:39.031Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:02:39.043Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:02:39.044Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:02:39.931Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83c9d283-18fe-4d0f-bec2-6a857571dc46
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:02:39.938Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83c9d283-18fe-4d0f-bec2-6a857571dc46
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:02:39.939Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T02:02:39.939Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T02:02:39.939Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T02:03:09.940Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83c9d283-18fe-4d0f-bec2-6a857571dc46
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:03:09.945Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83c9d283-18fe-4d0f-bec2-6a857571dc46
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:03:09.947Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T02:03:09.947Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T02:03:09.947Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T02:03:34.352Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:03:34.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:03:34.352Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:03:34.475Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:03:34.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:03:34.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83c9d283-18fe-4d0f-bec2-6a857571dc46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087354350,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:03:34.476Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:03:39.947Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83c9d283-18fe-4d0f-bec2-6a857571dc46
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:03:39.954Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83c9d283-18fe-4d0f-bec2-6a857571dc46
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:03:39.955Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T02:03:39.955Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T02:03:39.955Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T02:04:09.956Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83c9d283-18fe-4d0f-bec2-6a857571dc46
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:04:09.962Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83c9d283-18fe-4d0f-bec2-6a857571dc46
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:04:09.963Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T02:04:09.963Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T02:04:09.963Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T02:04:34.352Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:04:34.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:04:34.352Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:04:34.379Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:04:34.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:04:34.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83c9d283-18fe-4d0f-bec2-6a857571dc46",
  "consumerID": "aai-ml",
  "timestamp": 1648087355110,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:04:34.380Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:04:34.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:04:34.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83c9d283-18fe-4d0f-bec2-6a857571dc46",
  "consumerID": "cds",
  "timestamp": 1648087355203,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:04:34.380Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:04:34.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:04:34.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83c9d283-18fe-4d0f-bec2-6a857571dc46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087354350,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:04:34.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:04:34.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:04:34.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83c9d283-18fe-4d0f-bec2-6a857571dc46",
  "consumerID": "cds",
  "timestamp": 1648087356207,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:04:34.386Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 83c9d283-18fe-4d0f-bec2-6a857571dc46
2022-03-24T02:04:34.386Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83c9d283-18fe-4d0f-bec2-6a857571dc46 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:04:34.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:04:34.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83c9d283-18fe-4d0f-bec2-6a857571dc46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648087356428,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:04:34.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:04:34.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:04:34.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83c9d283-18fe-4d0f-bec2-6a857571dc46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087357100,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:04:34.393Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:04:34.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:04:34.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83c9d283-18fe-4d0f-bec2-6a857571dc46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648087356428,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:04:34.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:04:34.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:04:34.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83c9d283-18fe-4d0f-bec2-6a857571dc46",
  "consumerID": "aai-ml",
  "timestamp": 1648087358601,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T02:04:34.393Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:04:34.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:04:34.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83c9d283-18fe-4d0f-bec2-6a857571dc46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087358929,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T02:04:34.393Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:04:34.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:04:34.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83c9d283-18fe-4d0f-bec2-6a857571dc46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648087359310,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:04:34.393Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:04:34.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:04:34.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83c9d283-18fe-4d0f-bec2-6a857571dc46",
  "consumerID": "aai-ml",
  "timestamp": 1648087359604,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:04:34.396Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 83c9d283-18fe-4d0f-bec2-6a857571dc46
2022-03-24T02:04:34.396Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83c9d283-18fe-4d0f-bec2-6a857571dc46 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:04:34.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:04:34.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83c9d283-18fe-4d0f-bec2-6a857571dc46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648087360728,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T02:04:34.402Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:04:34.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:04:34.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83c9d283-18fe-4d0f-bec2-6a857571dc46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648087361732,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:04:34.404Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 83c9d283-18fe-4d0f-bec2-6a857571dc46
2022-03-24T02:04:34.404Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83c9d283-18fe-4d0f-bec2-6a857571dc46 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:04:34.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:04:34.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "aai-ml",
  "timestamp": 1648087406236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:04:34.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:04:34.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:04:34.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648087404145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:04:34.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:04:34.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:04:34.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648087405424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:04:34.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:04:34.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:04:34.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "cds",
  "timestamp": 1648087412339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:04:34.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:04:34.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:04:34.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "aai-ml",
  "timestamp": 1648087406236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:04:34.411Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:04:34.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:04:34.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648087404145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:04:34.411Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:04:34.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:04:34.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648087405424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:04:34.411Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:04:34.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:04:34.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "cds",
  "timestamp": 1648087412339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:04:34.411Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:04:39.964Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83c9d283-18fe-4d0f-bec2-6a857571dc46
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:04:39.970Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83c9d283-18fe-4d0f-bec2-6a857571dc46
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:04:39.972Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T02:04:39.972Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T02:04:39.972Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-24T02:04:39.972Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-24T02:04:39.972Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:04:39.972Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:04:39.972Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:04:39.972Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:04:39.972Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:04:39.975Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-24T02:05:09.976Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 83c9d283-18fe-4d0f-bec2-6a857571dc46 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-24T02:05:09.979Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 83c9d283-18fe-4d0f-bec2-6a857571dc46 and serviceModelVersionId: 1fb8b40d-8b45-4be0-b777-232bdc68cd1b
2022-03-24T02:05:09.979Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0fbe7b63-d634-4ab1-b9ca-75b06821d6be
2022-03-24T02:05:09.980Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0fbe7b63-d634-4ab1-b9ca-75b06821d6be/model-vers/model-ver/1fb8b40d-8b45-4be0-b777-232bdc68cd1b?depth=0
2022-03-24T02:05:09.983Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T02:05:10.008Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fbe7b63-d634-4ab1-b9ca-75b06821d6be/model-vers/model-ver/1fb8b40d-8b45-4be0-b777-232bdc68cd1b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-24T02:05:10.009Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fbe7b63-d634-4ab1-b9ca-75b06821d6be/model-vers/model-ver/1fb8b40d-8b45-4be0-b777-232bdc68cd1b?depth=0|INFO|500||Invoke
2022-03-24T02:05:10.023Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fbe7b63-d634-4ab1-b9ca-75b06821d6be/model-vers/model-ver/1fb8b40d-8b45-4be0-b777-232bdc68cd1b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-24T02:05:10.429Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fbe7b63-d634-4ab1-b9ca-75b06821d6be/model-vers/model-ver/1fb8b40d-8b45-4be0-b777-232bdc68cd1b?depth=0|INFO|500||InvokeReturn
2022-03-24T02:05:10.429Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fbe7b63-d634-4ab1-b9ca-75b06821d6be/model-vers/model-ver/1fb8b40d-8b45-4be0-b777-232bdc68cd1b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220324-02:05:10:033-92266], vertex-id=[200856], Content-Length=[0], Date=[Thu, 24 Mar 2022 02:05:10 GMT], Content-Type=[application/json]}
2022-03-24T02:05:10.430Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-03-24T02:05:10.430Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T02:05:10.430Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T02:05:10.432Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-24T02:05:10.432Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 83c9d283-18fe-4d0f-bec2-6a857571dc46 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-24T02:05:10.433Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-24T02:05:10.433Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:05:10.434Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:05:10.434Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "83c9d283-18fe-4d0f-bec2-6a857571dc46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087510433,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T02:05:10.534Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:05:10.535Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:05:10.535Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:05:10.554Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:05:10.554Z||pool-87-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-24T02:05:11.443Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:05:11.443Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:05:11.443Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:05:15.985Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:05:15.985Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T02:05:15.985Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e15a461d-9178-46b1-8bbb-4ef166996c85","serviceName":"Demo_pNF_xVuBaoUlO5Aj9jUuQR7E","serviceVersion":"1.0","serviceUUID":"eb59dc36-30a6-4565-a487-ac2dd66beb03","serviceDescription":"catalog service description","serviceInvariantUUID":"d3bffd0d-c0a6-4495-9389-34c29a61a97a","resources":[{"resourceInstanceName":"pNF 077e4225-206c 0","resourceName":"pNF 077e4225-206c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"07786fd4-12a1-4731-84cb-56c69f89fe71","resourceInvariantUUID":"a6fe4c83-681a-4c9f-ba7f-bc4140d0c6e9","resourceCustomizationUUID":"b972ab23-9065-42d9-97bd-0e2531172817","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/vf-license-model.xml","artifactChecksum":"NmQwYjBmM2JkMDVjNzUwZWE0NTE0ODA5MTM3OWM3NjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ff42e9b1-d362-4e48-a289-deec32d6bc21","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/pNF.csar","artifactChecksum":"N2I1OTVhM2VkZWI1YmJkMzI1MDc3OTgxNGY2MGM0Mjg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2738a8d-3b8d-4e6c-9fce-12ac32eabd85","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a72bff41-6370-4f2d-8c06-f97b0efcb307","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/vendor-license-model.xml","artifactChecksum":"ZWVlOWQyMTBmZDZlY2ExMDE2NDJkMzkzOWRiNTg5MGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b034e035-6f10-4bf0-9f97-89f8126141b2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fa7304fa-bb1e-4c91-b5ee-7381ab15facc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8a661d97-8d93-44c8-8570-7695d70ee677","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfXvubaoulo5aj9juuqr7e-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-template.yml","artifactChecksum":"ZjMyYzk3OTE5MjdhNjQyNWIwOTg5ZjRlMDlhMzExZDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"45317571-ee06-47f4-bbf0-f703d79082ef","artifactVersion":"1"},{"artifactName":"service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar","artifactChecksum":"NTMwMzJlNWJkMzdiYmFiY2E1YzYzYWQzMDA4MTM4OGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"75cef5fe-c74a-4523-a55a-ce4aa5e40e9e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T02:05:15.986Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:05:15.986Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:05:15.988Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:05:15.988Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087511443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:05:16.088Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:05:16.088Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:05:16.088Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:05:16.100Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:05:16.100Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:05:16.988Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:05:16.989Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:05:16.990Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:05:16.990Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087511443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:05:17.090Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:05:17.091Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:05:17.091Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:05:17.104Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:05:17.104Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:05:17.990Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:05:17.991Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:05:17.992Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:05:17.992Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087511443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:05:18.092Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:05:18.093Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:05:18.093Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:05:18.105Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:05:18.105Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:05:18.993Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:05:18.993Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:05:18.994Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:05:18.995Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087511443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:05:19.095Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:05:19.096Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:05:19.096Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:05:19.109Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:05:19.109Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:05:19.995Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:05:19.996Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:05:19.997Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:05:19.997Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087511443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:05:20.097Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:05:20.098Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:05:20.098Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:05:20.110Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:05:20.110Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:05:20.997Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:05:20.998Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:05:20.999Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:05:20.999Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087511443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:05:21.100Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:05:21.100Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:05:21.100Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:05:21.112Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:05:21.112Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:05:22.000Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:05:22.000Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:05:22.002Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:05:22.002Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087511443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:05:22.102Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:05:22.102Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:05:22.102Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:05:22.115Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:05:22.115Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:05:23.002Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:05:23.003Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:05:23.004Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:05:23.004Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087511443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:05:23.104Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:05:23.105Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:05:23.105Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:05:23.117Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:05:23.118Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:05:24.005Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "serviceName": "Demo_pNF_xVuBaoUlO5Aj9jUuQR7E",
  "serviceVersion": "1.0",
  "serviceUUID": "eb59dc36-30a6-4565-a487-ac2dd66beb03",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d3bffd0d-c0a6-4495-9389-34c29a61a97a",
  "resources": [
    {
      "resourceInstanceName": "pNF 077e4225-206c 0",
      "resourceCustomizationUUID": "b972ab23-9065-42d9-97bd-0e2531172817",
      "resourceName": "pNF 077e4225-206c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "07786fd4-12a1-4731-84cb-56c69f89fe71",
      "resourceInvariantUUID": "a6fe4c83-681a-4c9f-ba7f-bc4140d0c6e9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar",
      "artifactChecksum": "NTMwMzJlNWJkMzdiYmFiY2E1YzYzYWQzMDA4MTM4OGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "75cef5fe-c74a-4523-a55a-ce4aa5e40e9e"
    }
  ],
  "workloadContext": "Production"
}
2022-03-24T02:05:24.005Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T02:05:24.005Z|83c9d283-18fe-4d0f-bec2-6a857571dc46|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 eb59dc36-30a6-4565-a487-ac2dd66beb03 ASDC
2022-03-24T02:05:24.005Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e15a461d-9178-46b1-8bbb-4ef166996c85
ServiceName:Demo_pNF_xVuBaoUlO5Aj9jUuQR7E
ServiceVersion:1.0
ServiceUUID:eb59dc36-30a6-4565-a487-ac2dd66beb03
ServiceInvariantUUID:d3bffd0d-c0a6-4495-9389-34c29a61a97a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar
ArtifactUUID:75cef5fe-c74a-4523-a55a-ce4aa5e40e9e
ArtifactChecksum:NTMwMzJlNWJkMzdiYmFiY2E1YzYzYWQzMDA4MTM4OGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 077e4225-206c 0
ResourceCustomizationUUID:b972ab23-9065-42d9-97bd-0e2531172817
ResourceInvariantUUID:a6fe4c83-681a-4c9f-ba7f-bc4140d0c6e9
ResourceName:pNF 077e4225-206c
ResourceType:PNF
ResourceUUID:07786fd4-12a1-4731-84cb-56c69f89fe71
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-24T02:05:24.005Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eb59dc36-30a6-4565-a487-ac2dd66beb03 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:05:24.022Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T02:05:24.022Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-24T02:05:24.022Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-24T02:05:24.022Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 75cef5fe-c74a-4523-a55a-ce4aa5e40e9e from URL: /sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar
2022-03-24T02:05:24.022Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-24T02:05:24.022Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar
2022-03-24T02:05:25.097Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-24T02:05:25.100Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar 75cef5fe-c74a-4523-a55a-ce4aa5e40e9e 82655
2022-03-24T02:05:25.101Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar ASDC sendASDCNotification
2022-03-24T02:05:25.101Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar
2022-03-24T02:05:25.101Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T02:05:25.101Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:05:25.102Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:05:25.102Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087525101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:05:25.202Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:05:25.203Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:05:25.203Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:05:25.215Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:05:25.215Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:05:26.103Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T02:05:26.103Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-24T02:05:26.103Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 75cef5fe-c74a-4523-a55a-ce4aa5e40e9e, URL: /sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar to file: /app/ASDC/1/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar
2022-03-24T02:05:26.104Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar
2022-03-24T02:05:26.104Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar
2022-03-24T02:05:26.104Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar
2022-03-24T02:05:26.197Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP561156839501944375/Definitions/service-DemoPnfXvubaoulo5aj9juuqr7e-template.yml
2022-03-24T02:05:26.726Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T02:05:26.726Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-24T02:05:26.726Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar
2022-03-24T02:05:26.726Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-24T02:05:26.726Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 077e4225-206c 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar
2022-03-24T02:05:26.726Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar
2022-03-24T02:05:26.726Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar
2022-03-24T02:05:26.726Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar
2022-03-24T02:05:26.726Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar
2022-03-24T02:05:26.726Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar
2022-03-24T02:05:26.726Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar
2022-03-24T02:05:26.727Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-24T02:05:26.727Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:05:26.727Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_xVuBaoUlO5Aj9jUuQR7E is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:05:26.727Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Node template pNF 077e4225-206c 0 is matching search criteria
2022-03-24T02:05:26.727Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-24T02:05:26.727Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 077e4225-206c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T02:05:26.727Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:05:26.727Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_xVuBaoUlO5Aj9jUuQR7E is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:05:26.727Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Node template pNF 077e4225-206c 0 is matching search criteria
2022-03-24T02:05:26.727Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-24T02:05:26.727Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 077e4225-206c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T02:05:26.727Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:05:26.728Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_xVuBaoUlO5Aj9jUuQR7E is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:05:26.728Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:05:26.728Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_xVuBaoUlO5Aj9jUuQR7E is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:05:26.728Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:05:26.728Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_xVuBaoUlO5Aj9jUuQR7E is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:05:26.728Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:05:26.728Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_xVuBaoUlO5Aj9jUuQR7E is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:05:26.728Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:05:26.728Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_xVuBaoUlO5Aj9jUuQR7E is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:05:26.728Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_xVuBaoUlO5Aj9jUuQR7E
Description:catalog service description
Model UUID:eb59dc36-30a6-4565-a487-ac2dd66beb03
Model Version:NULL
Model InvariantUuid:d3bffd0d-c0a6-4495-9389-34c29a61a97a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-24T02:05:26.734Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 07786fd4-12a1-4731-84cb-56c69f89fe71
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T02:05:26.735Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||pNF 077e4225-206c 0
2022-03-24T02:05:26.736Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 07786fd4-12a1-4731-84cb-56c69f89fe71
2022-03-24T02:05:26.736Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||No resources found for Service: eb59dc36-30a6-4565-a487-ac2dd66beb03
2022-03-24T02:05:26.736Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: eb59dc36-30a6-4565-a487-ac2dd66beb03
2022-03-24T02:05:26.736Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 077e4225-206c 0 07786fd4-12a1-4731-84cb-56c69f89fe71 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T02:05:26.738Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c6ba723, org.onap.sdc.toscaparser.api.parameters.Input@4abd52dc, org.onap.sdc.toscaparser.api.parameters.Input@102e0870, org.onap.sdc.toscaparser.api.parameters.Input@d8dad2d, org.onap.sdc.toscaparser.api.parameters.Input@3cee5100]
2022-03-24T02:05:26.738Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:05:26.739Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_xVuBaoUlO5Aj9jUuQR7E is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:05:26.739Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid eb59dc36-30a6-4565-a487-ac2dd66beb03: pNF 077e4225-206c
2022-03-24T02:05:26.739Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||Processing PNF resource: 07786fd4-12a1-4731-84cb-56c69f89fe71
2022-03-24T02:05:26.739Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:05:26.739Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_xVuBaoUlO5Aj9jUuQR7E is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:05:26.739Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||Resource customization UUID: b972ab23-9065-42d9-97bd-0e2531172817 is the same as notified resource customizationUUID: b972ab23-9065-42d9-97bd-0e2531172817
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-24T02:05:26.770Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 077e4225-206c 07786fd4-12a1-4731-84cb-56c69f89fe71 0 ASDC deployResourceStructure
2022-03-24T02:05:26.771Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar ASDC sendASDCNotification
2022-03-24T02:05:26.771Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar
2022-03-24T02:05:26.771Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T02:05:26.771Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:05:26.772Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:05:26.772Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087526771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T02:05:26.872Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:05:26.873Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:05:26.873Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:05:26.885Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:05:26.885Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:05:27.773Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e15a461d-9178-46b1-8bbb-4ef166996c85
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:05:27.780Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e15a461d-9178-46b1-8bbb-4ef166996c85
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:05:27.781Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T02:05:27.781Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T02:05:27.781Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T02:05:34.352Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:05:34.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:05:34.352Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:05:34.375Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:05:34.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:05:34.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "aai-ml",
  "timestamp": 1648087406236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:05:34.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:05:57.781Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e15a461d-9178-46b1-8bbb-4ef166996c85
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:05:57.787Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e15a461d-9178-46b1-8bbb-4ef166996c85
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:05:57.789Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T02:05:57.789Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T02:05:57.789Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T02:06:27.789Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e15a461d-9178-46b1-8bbb-4ef166996c85
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:06:27.795Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e15a461d-9178-46b1-8bbb-4ef166996c85
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:06:27.796Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T02:06:27.796Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T02:06:27.797Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T02:06:34.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:06:34.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:06:34.352Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:06:34.381Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:06:34.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648087404145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:06:34.382Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:06:34.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648087405424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:06:34.382Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:06:34.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "cds",
  "timestamp": 1648087412339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:06:34.382Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:06:34.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "aai-ml",
  "timestamp": 1648087406236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:06:34.382Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:06:34.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648087404145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:06:34.382Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:06:34.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648087405424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:06:34.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:06:34.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "cds",
  "timestamp": 1648087412339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:06:34.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:06:34.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "aai-ml",
  "timestamp": 1648087406236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:06:34.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:06:34.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648087404145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:06:34.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:06:34.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648087405424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:06:34.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:06:34.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "cds",
  "timestamp": 1648087412339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:06:34.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:06:34.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648087416428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:06:34.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:06:34.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "aai-ml",
  "timestamp": 1648087406236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:06:34.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:06:34.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648087404145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-24T02:06:34.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:06:34.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648087405424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:06:34.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:06:34.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "cds",
  "timestamp": 1648087412339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:06:34.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:06:34.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648087416428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:06:34.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:06:34.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "aai-ml",
  "timestamp": 1648087406236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:06:34.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:06:34.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648087404145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:06:34.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:06:34.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648087405424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:06:34.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:06:34.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "cds",
  "timestamp": 1648087412339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:06:34.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:06:34.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648087416428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:06:34.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:06:34.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "aai-ml",
  "timestamp": 1648087406236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:06:34.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:06:34.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648087404145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:06:34.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:06:34.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648087405424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:06:34.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:06:34.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "cds",
  "timestamp": 1648087412339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:06:34.386Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:06:34.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648087416428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:06:34.386Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:06:34.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "aai-ml",
  "timestamp": 1648087420671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:06:34.386Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:06:34.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648087420834,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:06:34.386Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:06:34.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "cds",
  "timestamp": 1648087421050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:06:34.386Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:06:34.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648087416428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:06:34.386Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:06:34.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648087422055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T02:06:34.386Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:06:34.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648087416428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:06:34.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:06:34.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "cds",
  "timestamp": 1648087422271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:06:34.392Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e15a461d-9178-46b1-8bbb-4ef166996c85
2022-03-24T02:06:34.392Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e15a461d-9178-46b1-8bbb-4ef166996c85 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:06:34.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648087423059,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:06:34.399Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e15a461d-9178-46b1-8bbb-4ef166996c85
2022-03-24T02:06:34.399Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e15a461d-9178-46b1-8bbb-4ef166996c85 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:06:34.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648087416428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:06:34.404Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:06:34.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648087416428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:06:34.404Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:06:34.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "aai-ml",
  "timestamp": 1648087424377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T02:06:34.404Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:06:34.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648087425159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:06:34.405Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:06:34.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "aai-ml",
  "timestamp": 1648087425380,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:06:34.407Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e15a461d-9178-46b1-8bbb-4ef166996c85
2022-03-24T02:06:34.407Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e15a461d-9178-46b1-8bbb-4ef166996c85 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:06:34.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648087426845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T02:06:34.412Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:06:34.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:06:34.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648087427848,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:06:34.415Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e15a461d-9178-46b1-8bbb-4ef166996c85
2022-03-24T02:06:34.415Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e15a461d-9178-46b1-8bbb-4ef166996c85 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:06:57.797Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e15a461d-9178-46b1-8bbb-4ef166996c85
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:06:57.803Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e15a461d-9178-46b1-8bbb-4ef166996c85
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:06:57.804Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T02:06:57.805Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T02:06:57.805Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-24T02:06:57.805Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-24T02:06:57.805Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:06:57.805Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:06:57.805Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:06:57.805Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:06:57.805Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:06:57.805Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:06:57.808Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-24T02:07:27.809Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e15a461d-9178-46b1-8bbb-4ef166996c85 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-24T02:07:27.812Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e15a461d-9178-46b1-8bbb-4ef166996c85 and serviceModelVersionId: eb59dc36-30a6-4565-a487-ac2dd66beb03
2022-03-24T02:07:27.812Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d3bffd0d-c0a6-4495-9389-34c29a61a97a
2022-03-24T02:07:27.812Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d3bffd0d-c0a6-4495-9389-34c29a61a97a/model-vers/model-ver/eb59dc36-30a6-4565-a487-ac2dd66beb03?depth=0
2022-03-24T02:07:27.816Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T02:07:27.838Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3bffd0d-c0a6-4495-9389-34c29a61a97a/model-vers/model-ver/eb59dc36-30a6-4565-a487-ac2dd66beb03?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-24T02:07:27.839Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3bffd0d-c0a6-4495-9389-34c29a61a97a/model-vers/model-ver/eb59dc36-30a6-4565-a487-ac2dd66beb03?depth=0|INFO|500||Invoke
2022-03-24T02:07:27.853Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3bffd0d-c0a6-4495-9389-34c29a61a97a/model-vers/model-ver/eb59dc36-30a6-4565-a487-ac2dd66beb03?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-24T02:07:28.097Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3bffd0d-c0a6-4495-9389-34c29a61a97a/model-vers/model-ver/eb59dc36-30a6-4565-a487-ac2dd66beb03?depth=0|INFO|500||InvokeReturn
2022-03-24T02:07:28.098Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3bffd0d-c0a6-4495-9389-34c29a61a97a/model-vers/model-ver/eb59dc36-30a6-4565-a487-ac2dd66beb03?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220324-02:07:27:861-29460], vertex-id=[221224], Content-Length=[0], Date=[Thu, 24 Mar 2022 02:07:27 GMT], Content-Type=[application/json]}
2022-03-24T02:07:28.098Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-03-24T02:07:28.098Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T02:07:28.098Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T02:07:28.101Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-24T02:07:28.101Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e15a461d-9178-46b1-8bbb-4ef166996c85 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-24T02:07:28.101Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-24T02:07:28.101Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:07:28.102Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:07:28.102Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087648101,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T02:07:28.203Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:07:28.203Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:07:28.204Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:07:28.217Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:07:28.218Z||pool-98-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-24T02:07:29.113Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:07:29.114Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:07:29.114Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:07:34.084Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:07:34.085Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T02:07:34.085Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c9978135-ab1a-43f6-b5ec-55c8fd52eab8","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"76f99ee3-84f7-437d-8ce1-02403497dd91","serviceDescription":"service","serviceInvariantUUID":"2a61d8c0-4e88-4f27-873d-c335a22e454f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c2ea9a10-91b0-49ef-b78b-7073680b8e22","resourceInvariantUUID":"59173c2c-3f6d-4e68-985b-692cad0ac96c","resourceCustomizationUUID":"5e883bf7-96dd-4fb7-8962-312706a16537","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"ZDkxNTczZDNmMDgxNWFmNzEzYjNkZWI1MTk0ODMwMmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1def329f-4677-4e98-a85f-d5f3ae62c008","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ZTAyNDQ2ZWIwYTMxNTc5YTQwYTE3ZDhmYWE1MjRmZDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"509f3905-5677-4c5e-aa7d-b420d0b95f9c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0bb80e1b-b54e-48e5-9610-1e5e29e603f0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9f1c6589-f704-4763-8471-3aa50907d1fd","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5b640210-292f-4b01-998f-9339f857b728","artifactVersion":"2","generatedFromUUID":"0bb80e1b-b54e-48e5-9610-1e5e29e603f0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YmY5MzhiYWRkNzdhOGQ4ZTJjNzhkMzRjMjQxMjIwZDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"378b9d07-325f-417b-bc31-6aa4d5a87034","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MDJmNDM5MDgyMTZkMWYwZjliODY4N2FkYzYwNWVlZTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b6ac53d-29f5-474e-8241-9c8e7a64c70e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T02:07:34.086Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:07:34.086Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:07:34.087Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:07:34.087Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087649113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:07:34.187Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:07:34.188Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:07:34.188Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:07:34.200Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:07:34.200Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-24T02:07:34.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:07:34.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:07:34.352Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:07:34.373Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:07:34.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:07:34.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83c9d283-18fe-4d0f-bec2-6a857571dc46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087510433,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T02:07:34.374Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:07:34.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:07:34.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087511443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:07:34.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:07:34.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:07:34.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087511443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:07:34.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:07:34.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:07:34.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087511443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:07:34.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:07:34.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:07:34.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087511443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:07:34.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:07:34.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:07:34.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087511443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:07:34.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:07:34.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:07:34.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087511443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/resourceInstances/pnf077e4225206c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:07:34.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:07:34.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:07:34.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087511443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:07:34.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:07:34.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:07:34.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087511443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:07:34.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:07:34.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:07:34.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087525101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:07:34.376Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:07:34.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:07:34.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087526771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXvubaoulo5aj9juuqr7e/1.0/artifacts/service-DemoPnfXvubaoulo5aj9juuqr7e-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T02:07:34.376Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:07:35.088Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:07:35.088Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:07:35.089Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:07:35.090Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087649113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T02:07:35.190Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:07:35.190Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:07:35.190Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:07:35.203Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:07:35.204Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:07:36.090Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:07:36.091Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:07:36.092Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:07:36.092Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087649113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-24T02:07:36.192Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:07:36.193Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:07:36.193Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:07:36.205Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:07:36.205Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:07:37.093Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:07:37.093Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:07:37.095Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:07:37.095Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087649113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:07:37.195Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:07:37.195Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:07:37.196Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:07:37.207Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:07:37.207Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-24T02:07:38.095Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:07:38.096Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:07:38.097Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:07:38.097Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087649113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-24T02:07:38.197Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T02:07:38.198Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:07:38.198Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:07:38.210Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:07:38.210Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:07:39.098Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:07:39.098Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:07:39.100Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:07:39.100Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087649113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:07:39.200Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:07:39.201Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:07:39.201Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:07:39.213Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:07:39.213Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:07:40.101Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:07:40.101Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:07:40.103Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:07:40.103Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087649113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:07:40.203Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:07:40.204Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:07:40.204Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:07:40.217Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:07:40.218Z||pool-105-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:07:41.104Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "76f99ee3-84f7-437d-8ce1-02403497dd91",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2a61d8c0-4e88-4f27-873d-c335a22e454f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5e883bf7-96dd-4fb7-8962-312706a16537",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c2ea9a10-91b0-49ef-b78b-7073680b8e22",
      "resourceInvariantUUID": "59173c2c-3f6d-4e68-985b-692cad0ac96c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "ZTAyNDQ2ZWIwYTMxNTc5YTQwYTE3ZDhmYWE1MjRmZDk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "509f3905-5677-4c5e-aa7d-b420d0b95f9c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0bb80e1b-b54e-48e5-9610-1e5e29e603f0",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5b640210-292f-4b01-998f-9339f857b728",
            "generatedFromUUID": "0bb80e1b-b54e-48e5-9610-1e5e29e603f0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5b640210-292f-4b01-998f-9339f857b728",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MDJmNDM5MDgyMTZkMWYwZjliODY4N2FkYzYwNWVlZTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3b6ac53d-29f5-474e-8241-9c8e7a64c70e"
    }
  ],
  "workloadContext": "Production"
}
2022-03-24T02:07:41.104Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T02:07:41.104Z|e15a461d-9178-46b1-8bbb-4ef166996c85|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 76f99ee3-84f7-437d-8ce1-02403497dd91 ASDC
2022-03-24T02:07:41.105Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c9978135-ab1a-43f6-b5ec-55c8fd52eab8
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:76f99ee3-84f7-437d-8ce1-02403497dd91
ServiceInvariantUUID:2a61d8c0-4e88-4f27-873d-c335a22e454f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:3b6ac53d-29f5-474e-8241-9c8e7a64c70e
ArtifactChecksum:MDJmNDM5MDgyMTZkMWYwZjliODY4N2FkYzYwNWVlZTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5e883bf7-96dd-4fb7-8962-312706a16537
ResourceInvariantUUID:59173c2c-3f6d-4e68-985b-692cad0ac96c
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c2ea9a10-91b0-49ef-b78b-7073680b8e22
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:509f3905-5677-4c5e-aa7d-b420d0b95f9c
ArtifactChecksum:ZTAyNDQ2ZWIwYTMxNTc5YTQwYTE3ZDhmYWE1MjRmZDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:0bb80e1b-b54e-48e5-9610-1e5e29e603f0
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:5b640210-292f-4b01-998f-9339f857b728
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:5b640210-292f-4b01-998f-9339f857b728
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-24T02:07:41.105Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 76f99ee3-84f7-437d-8ce1-02403497dd91 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:07:41.128Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T02:07:41.129Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-24T02:07:41.129Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-24T02:07:41.129Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3b6ac53d-29f5-474e-8241-9c8e7a64c70e from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-24T02:07:41.129Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-24T02:07:41.129Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-24T02:07:41.186Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-24T02:07:41.188Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 3b6ac53d-29f5-474e-8241-9c8e7a64c70e 71055
2022-03-24T02:07:41.188Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-24T02:07:41.188Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-24T02:07:41.188Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T02:07:41.189Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:07:41.190Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:07:41.190Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087661188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:07:41.291Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T02:07:41.291Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:07:41.291Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:07:41.303Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:07:41.303Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:07:42.191Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T02:07:42.191Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-24T02:07:42.192Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 3b6ac53d-29f5-474e-8241-9c8e7a64c70e, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-24T02:07:42.192Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-03-24T02:07:42.192Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-24T02:07:42.192Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-03-24T02:07:42.305Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17782912755787085995/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-03-24T02:07:43.076Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T02:07:43.076Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-24T02:07:43.076Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-24T02:07:43.076Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-24T02:07:43.077Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-24T02:07:43.077Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-24T02:07:43.077Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-24T02:07:43.077Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-24T02:07:43.077Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-24T02:07:43.077Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-24T02:07:43.077Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-24T02:07:43.077Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-24T02:07:43.077Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-24T02:07:43.077Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-24T02:07:43.077Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:07:43.077Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:07:43.077Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-24T02:07:43.078Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-24T02:07:43.078Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T02:07:43.078Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:07:43.078Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:07:43.078Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-24T02:07:43.078Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-24T02:07:43.078Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T02:07:43.078Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:07:43.078Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:07:43.078Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:07:43.079Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-24T02:07:43.079Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-24T02:07:43.079Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-24T02:07:43.079Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-24T02:07:43.079Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-24T02:07:43.079Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-24T02:07:43.079Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:07:43.079Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T02:07:43.079Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:07:43.079Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-24T02:07:43.079Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T02:07:43.080Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:07:43.080Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-24T02:07:43.080Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T02:07:43.080Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:07:43.080Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-24T02:07:43.080Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T02:07:43.080Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:07:43.080Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-24T02:07:43.080Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-24T02:07:43.080Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-24T02:07:43.081Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6364392c-d2db-4500-ad94-ba8daacbeb28
2022-03-24T02:07:43.081Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:07:43.081Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:07:43.081Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:07:43.081Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:07:43.081Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:07:43.081Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:07:43.081Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:07:43.081Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:07:43.081Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:76f99ee3-84f7-437d-8ce1-02403497dd91
Model Version:NULL
Model InvariantUuid:2a61d8c0-4e88-4f27-873d-c335a22e454f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:b925bbd2-071e-4e15-bca8-dada41f71321
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:59173c2c-3f6d-4e68-985b-692cad0ac96c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5e883bf7-96dd-4fb7-8962-312706a16537
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0e36309e-dd8a-44e8-87c3-b52938d7c4a9
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:6db00b88-dcd4-4f06-b464-fbf098107031
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6364392c-d2db-4500-ad94-ba8daacbeb28
ModelInvariantUuid:16421649-bf3a-4ad3-909d-7dcf0f8b15dd
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:c87e025e-9a26-45af-90c0-1bfaf9a83978
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:c7f3fefa-a01c-4aa0-aeab-9d1792198101
ModelInvariantUuid:02df7694-63fc-4acb-aad0-84ebcd1f5126
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:2ee0ad03-6d3b-4a2e-8234-42a2b3de30ee
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-24T02:07:43.086Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: c2ea9a10-91b0-49ef-b78b-7073680b8e22
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T02:07:43.087Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||basic_vm 0
2022-03-24T02:07:43.087Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c2ea9a10-91b0-49ef-b78b-7073680b8e22
2022-03-24T02:07:43.087Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 509f3905-5677-4c5e-aa7d-b420d0b95f9c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-24T02:07:43.088Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-24T02:07:43.088Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-24T02:07:43.132Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-24T02:07:43.133Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 509f3905-5677-4c5e-aa7d-b420d0b95f9c 787
2022-03-24T02:07:43.133Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-03-24T02:07:43.133Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-24T02:07:43.133Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T02:07:43.133Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:07:43.134Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:07:43.135Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087663133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:07:43.235Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:07:43.235Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:07:43.235Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:07:43.248Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:07:43.248Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:07:44.135Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0e36309e-dd8a-44e8-87c3-b52938d7c4a9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6db00b88-dcd4-4f06-b464-fbf098107031",
    "vfModuleModelCustomizationUUID": "d9a72b57-16cb-4bde-9873-edef1186467e",
    "isBase": true,
    "artifacts": [
      "0bb80e1b-b54e-48e5-9610-1e5e29e603f0",
      "5b640210-292f-4b01-998f-9339f857b728"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-24T02:07:44.137Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6db00b88-dcd4-4f06-b464-fbf098107031
VfModuleModelInvariantUUID:0e36309e-dd8a-44e8-87c3-b52938d7c4a9
VfModuleModelDescription:NULL
Artifacts UUID List:{
0bb80e1b-b54e-48e5-9610-1e5e29e603f0
,
5b640210-292f-4b01-998f-9339f857b728

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-24T02:07:44.139Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0e36309e-dd8a-44e8-87c3-b52938d7c4a9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6db00b88-dcd4-4f06-b464-fbf098107031",
    "vfModuleModelCustomizationUUID": "d9a72b57-16cb-4bde-9873-edef1186467e",
    "isBase": true,
    "artifacts": [
      "0bb80e1b-b54e-48e5-9610-1e5e29e603f0",
      "5b640210-292f-4b01-998f-9339f857b728"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-24T02:07:44.139Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6db00b88-dcd4-4f06-b464-fbf098107031
VfModuleModelInvariantUUID:0e36309e-dd8a-44e8-87c3-b52938d7c4a9
VfModuleModelDescription:NULL
Artifacts UUID List:{
0bb80e1b-b54e-48e5-9610-1e5e29e603f0
,
5b640210-292f-4b01-998f-9339f857b728

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-24T02:07:44.139Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0bb80e1b-b54e-48e5-9610-1e5e29e603f0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-24T02:07:44.139Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-24T02:07:44.139Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-24T02:07:44.182Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-24T02:07:44.182Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 0bb80e1b-b54e-48e5-9610-1e5e29e603f0 5033
2022-03-24T02:07:44.182Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-24T02:07:44.182Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-24T02:07:44.182Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T02:07:44.183Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:07:44.184Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:07:44.184Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087664182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:07:44.284Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:07:44.284Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:07:44.284Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:07:44.296Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:07:44.296Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:07:45.184Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5b640210-292f-4b01-998f-9339f857b728 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-24T02:07:45.185Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-24T02:07:45.185Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-24T02:07:45.230Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-24T02:07:45.233Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 5b640210-292f-4b01-998f-9339f857b728 903
2022-03-24T02:07:45.233Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-24T02:07:45.233Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-24T02:07:45.233Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T02:07:45.234Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:07:45.235Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:07:45.235Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087665233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:07:45.335Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:07:45.336Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:07:45.336Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:07:45.349Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:07:45.349Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:07:46.235Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 76f99ee3-84f7-437d-8ce1-02403497dd91
2022-03-24T02:07:46.236Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 c2ea9a10-91b0-49ef-b78b-7073680b8e22 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T02:07:46.245Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24432de3, org.onap.sdc.toscaparser.api.parameters.Input@442aa661, org.onap.sdc.toscaparser.api.parameters.Input@13938832, org.onap.sdc.toscaparser.api.parameters.Input@7e8a54f4, org.onap.sdc.toscaparser.api.parameters.Input@439b52f3]
2022-03-24T02:07:46.245Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:07:46.246Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:07:46.246Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-03-24T02:07:46.246Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 5e883bf7-96dd-4fb7-8962-312706a16537
2022-03-24T02:07:46.246Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5e883bf7-96dd-4fb7-8962-312706a16537 matches Tosca VF Customization UUID: 5e883bf7-96dd-4fb7-8962-312706a16537
2022-03-24T02:07:46.246Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 5e883bf7-96dd-4fb7-8962-312706a16537  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-24T02:07:46.247Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:07:46.247Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:07:46.248Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 5e883bf7-96dd-4fb7-8962-312706a16537: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-03-24T02:07:46.248Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@71cfff8e
2022-03-24T02:07:46.248Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:07:46.248Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T02:07:46.248Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d9a72b57-16cb-4bde-9873-edef1186467e
2022-03-24T02:07:46.248Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d9a72b57-16cb-4bde-9873-edef1186467e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-24T02:07:46.250Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:07:46.250Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-24T02:07:46.250Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T02:07:46.250Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:07:46.251Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-24T02:07:46.251Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T02:07:46.251Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:07:46.251Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-24T02:07:46.251Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-24T02:07:46.251Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-24T02:07:46.251Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6364392c-d2db-4500-ad94-ba8daacbeb28
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-24T02:07:46.252Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:07:46.253Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-24T02:07:46.253Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T02:07:46.253Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:07:46.253Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-24T02:07:46.253Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5e883bf7-96dd-4fb7-8962-312706a16537
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T02:07:46.254Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:07:46.254Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:07:46.254Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 76f99ee3-84f7-437d-8ce1-02403497dd91: basic_vm
2022-03-24T02:07:46.254Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:07:46.254Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:07:46.255Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:07:46.255Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:07:46.255Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:07:46.255Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:07:46.255Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:07:46.255Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:07:46.255Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:07:46.255Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:07:46.255Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:07:46.301Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm c2ea9a10-91b0-49ef-b78b-7073680b8e22 1 ASDC deployResourceStructure
2022-03-24T02:07:46.302Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-03-24T02:07:46.302Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-24T02:07:46.302Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T02:07:46.302Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:07:46.304Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:07:46.304Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087666302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T02:07:46.404Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:07:46.405Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:07:46.405Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:07:46.416Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:07:46.417Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:07:47.305Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-24T02:07:47.305Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-24T02:07:47.305Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T02:07:47.306Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:07:47.307Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:07:47.307Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087667305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T02:07:47.407Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:07:47.408Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:07:47.408Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:07:47.418Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:07:47.419Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:07:48.307Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-24T02:07:48.308Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-24T02:07:48.308Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T02:07:48.308Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:07:48.309Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:07:48.310Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087668307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-24T02:07:48.410Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:07:48.411Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:07:48.411Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:07:48.423Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:07:48.424Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:07:49.311Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-24T02:07:49.311Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-24T02:07:49.311Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T02:07:49.311Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:07:49.313Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:07:49.313Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087669310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T02:07:49.413Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:07:49.413Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:07:49.414Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:07:49.427Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:07:49.427Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:07:50.314Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9978135-ab1a-43f6-b5ec-55c8fd52eab8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:07:50.320Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9978135-ab1a-43f6-b5ec-55c8fd52eab8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:07:50.321Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T02:07:50.322Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T02:07:50.322Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T02:08:20.322Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9978135-ab1a-43f6-b5ec-55c8fd52eab8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:08:20.329Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9978135-ab1a-43f6-b5ec-55c8fd52eab8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:08:20.330Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T02:08:20.330Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T02:08:20.330Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T02:08:34.352Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:08:34.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:08:34.352Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:08:34.380Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:08:34.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648087565424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:08:34.381Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648087566428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:08:34.381Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648087565424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T02:08:34.382Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648087566428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:08:34.382Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648087565424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-24T02:08:34.382Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648087566428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:08:34.382Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648087565424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:08:34.382Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648087566428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:08:34.382Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "cds",
  "timestamp": 1648087577339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:08:34.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648087565424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-24T02:08:34.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648087566428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:08:34.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "cds",
  "timestamp": 1648087577339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:08:34.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648087565424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:08:34.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648087566428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:08:34.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "cds",
  "timestamp": 1648087577339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:08:34.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648087565424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:08:34.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648087566428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:08:34.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "cds",
  "timestamp": 1648087577339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:08:34.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "cds",
  "timestamp": 1648087577339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:08:34.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648087582594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:08:34.384Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:08:34.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648087582605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:08:34.384Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:08:34.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "cds",
  "timestamp": 1648087577339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:08:34.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648087583834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:08:34.384Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:08:34.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "cds",
  "timestamp": 1648087577339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:08:34.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648087584697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T02:08:34.385Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:08:34.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648087584145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:08:34.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648087585196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:08:34.385Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:08:34.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "cds",
  "timestamp": 1648087585441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:08:34.385Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:08:34.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648087585700,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:08:34.389Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c9978135-ab1a-43f6-b5ec-55c8fd52eab8
2022-03-24T02:08:34.389Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9978135-ab1a-43f6-b5ec-55c8fd52eab8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:08:34.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648087584145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:08:34.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "cds",
  "timestamp": 1648087586444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:08:34.397Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c9978135-ab1a-43f6-b5ec-55c8fd52eab8
2022-03-24T02:08:34.397Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9978135-ab1a-43f6-b5ec-55c8fd52eab8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:08:34.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648087586552,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:08:34.404Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c9978135-ab1a-43f6-b5ec-55c8fd52eab8
2022-03-24T02:08:34.404Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9978135-ab1a-43f6-b5ec-55c8fd52eab8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:08:34.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648087584145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:08:34.408Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "aai-ml",
  "timestamp": 1648087586236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:08:34.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648087587555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T02:08:34.409Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:08:34.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648087584145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:08:34.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "aai-ml",
  "timestamp": 1648087586236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:08:34.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648087584145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:08:34.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "aai-ml",
  "timestamp": 1648087586236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:08:34.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648087584145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:08:34.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "aai-ml",
  "timestamp": 1648087586236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:08:34.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648087584145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:08:34.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "aai-ml",
  "timestamp": 1648087586236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:08:34.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "aai-ml",
  "timestamp": 1648087586236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:08:34.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "aai-ml",
  "timestamp": 1648087586236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:08:34.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:08:34.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:08:34.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "aai-ml",
  "timestamp": 1648087594125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:08:34.410Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:08:50.331Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9978135-ab1a-43f6-b5ec-55c8fd52eab8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:08:50.337Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9978135-ab1a-43f6-b5ec-55c8fd52eab8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:08:50.338Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T02:08:50.338Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T02:08:50.339Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T02:09:20.339Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9978135-ab1a-43f6-b5ec-55c8fd52eab8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:09:20.353Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9978135-ab1a-43f6-b5ec-55c8fd52eab8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:09:20.354Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T02:09:20.354Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T02:09:20.354Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T02:09:34.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:09:34.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:09:34.352Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:09:34.378Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:09:34.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:09:34.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "aai-ml",
  "timestamp": 1648087600830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T02:09:34.379Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:09:34.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:09:34.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "aai-ml",
  "timestamp": 1648087601833,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:09:34.383Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c9978135-ab1a-43f6-b5ec-55c8fd52eab8
2022-03-24T02:09:34.383Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9978135-ab1a-43f6-b5ec-55c8fd52eab8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:09:34.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:09:34.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e15a461d-9178-46b1-8bbb-4ef166996c85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087648101,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T02:09:34.389Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:09:34.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:09:34.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087649113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:09:34.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:09:50.355Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9978135-ab1a-43f6-b5ec-55c8fd52eab8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:09:50.361Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9978135-ab1a-43f6-b5ec-55c8fd52eab8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:09:50.363Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T02:09:50.363Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T02:09:50.363Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-24T02:09:50.363Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-24T02:09:50.363Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:09:50.363Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:09:50.363Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:09:50.363Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:09:50.363Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:09:50.363Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:09:50.366Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-24T02:10:20.367Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c9978135-ab1a-43f6-b5ec-55c8fd52eab8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-24T02:10:20.371Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c9978135-ab1a-43f6-b5ec-55c8fd52eab8 and serviceModelVersionId: 76f99ee3-84f7-437d-8ce1-02403497dd91
2022-03-24T02:10:20.371Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2a61d8c0-4e88-4f27-873d-c335a22e454f
2022-03-24T02:10:20.371Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2a61d8c0-4e88-4f27-873d-c335a22e454f/model-vers/model-ver/76f99ee3-84f7-437d-8ce1-02403497dd91?depth=0
2022-03-24T02:10:20.375Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T02:10:20.399Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a61d8c0-4e88-4f27-873d-c335a22e454f/model-vers/model-ver/76f99ee3-84f7-437d-8ce1-02403497dd91?depth=0|INFO|500||Invoke
2022-03-24T02:10:20.399Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a61d8c0-4e88-4f27-873d-c335a22e454f/model-vers/model-ver/76f99ee3-84f7-437d-8ce1-02403497dd91?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a61d8c0-4e88-4f27-873d-c335a22e454f/model-vers/model-ver/76f99ee3-84f7-437d-8ce1-02403497dd91?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c9978135-ab1a-43f6-b5ec-55c8fd52eab8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[73b41160-d39f-42ea-a64e-e90fc4df02bb], X-ECOMP-RequestID=[c9978135-ab1a-43f6-b5ec-55c8fd52eab8], X-TransactionId=[], X-ONAP-RequestID=[c9978135-ab1a-43f6-b5ec-55c8fd52eab8], Content-Type=[application/merge-patch+json]}
2022-03-24T02:10:20.414Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a61d8c0-4e88-4f27-873d-c335a22e454f/model-vers/model-ver/76f99ee3-84f7-437d-8ce1-02403497dd91?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-24T02:10:20.798Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a61d8c0-4e88-4f27-873d-c335a22e454f/model-vers/model-ver/76f99ee3-84f7-437d-8ce1-02403497dd91?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a61d8c0-4e88-4f27-873d-c335a22e454f/model-vers/model-ver/76f99ee3-84f7-437d-8ce1-02403497dd91?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220324-02:10:20:421-67439], vertex-id=[209080], Content-Length=[0], Date=[Thu, 24 Mar 2022 02:10:20 GMT], Content-Type=[application/json]}
2022-03-24T02:10:20.798Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a61d8c0-4e88-4f27-873d-c335a22e454f/model-vers/model-ver/76f99ee3-84f7-437d-8ce1-02403497dd91?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-24T02:10:20.799Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a61d8c0-4e88-4f27-873d-c335a22e454f/model-vers/model-ver/76f99ee3-84f7-437d-8ce1-02403497dd91?depth=0|INFO|500||InvokeReturn
2022-03-24T02:10:20.799Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T02:10:20.799Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T02:10:20.801Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-24T02:10:20.801Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c9978135-ab1a-43f6-b5ec-55c8fd52eab8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-24T02:10:20.802Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-24T02:10:20.802Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:10:20.803Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:10:20.803Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087820802,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T02:10:20.903Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:10:20.904Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:10:20.904Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:10:20.917Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:10:20.918Z||pool-114-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-24T02:10:21.813Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:10:21.813Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:10:21.814Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:10:34.352Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:10:34.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:10:34.352Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:10:34.377Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:10:34.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:10:34.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087649113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T02:10:34.378Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:10:34.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:10:34.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087649113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-24T02:10:34.378Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:10:34.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:10:34.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087649113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:10:34.378Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:10:34.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:10:34.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087649113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-24T02:10:34.379Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:10:34.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:10:34.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087649113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:10:34.379Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:10:34.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:10:34.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087649113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:10:34.379Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:10:34.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:10:34.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087661188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:10:34.379Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:10:34.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:10:34.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087663133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:10:34.380Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:10:34.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:10:34.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087664182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:10:34.380Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:10:34.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:10:34.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087665233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:10:34.380Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:10:34.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:10:34.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087666302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T02:10:34.381Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:10:34.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:10:34.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087667305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T02:10:34.381Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:10:34.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:10:34.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087668307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-24T02:10:34.381Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:10:34.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:10:34.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087669310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T02:10:34.381Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:10:34.599Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:10:34.599Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:10:34.600Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:10:34.600Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:10:44.145Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:10:44.145Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:10:44.146Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:10:44.146Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:10:53.688Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:10:53.688Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:10:53.689Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:10:53.689Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:11:03.241Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:11:03.242Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:11:03.242Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:11:03.242Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:11:12.790Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:11:12.791Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:11:12.791Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:11:12.791Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:11:22.334Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:11:34.350Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:11:34.350Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:11:34.351Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:11:34.351Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:11:34.352Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:11:34.352Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:11:34.876Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:11:34.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:11:34.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9978135-ab1a-43f6-b5ec-55c8fd52eab8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087820802,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T02:11:34.877Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:11:43.897Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:12:34.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:12:34.350Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:12:34.350Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:12:34.351Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:12:34.352Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:12:34.352Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:12:34.975Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:12:34.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"af4a1bbf-ac2e-4628-98c1-597762c9ec9f","serviceName":"Demo_pNF_a2B9xNVVeAy1uGKxIrg2","serviceVersion":"1.0","serviceUUID":"b5821518-9c13-4cc6-a6b1-a708a0deaa05","serviceDescription":"catalog service description","serviceInvariantUUID":"b6bc6956-5e35-447b-804c-b018d2f9b47c","resources":[{"resourceInstanceName":"pNF 10e985d7-7313 0","resourceName":"pNF 10e985d7-7313","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"71b8da85-8e73-4f54-aa6f-1c7499ad7e5c","resourceInvariantUUID":"1aad3555-8aa2-4649-8288-398ea92f0916","resourceCustomizationUUID":"9203398e-1ebf-4a9b-9a86-643d9ae3f97f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/vf-license-model.xml","artifactChecksum":"ZTE4NGIxNjg0NjE5MDllOTI3YWJhNjAwOTczN2Y2NWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac1275f0-7ecb-4db5-ba36-3a80814ff228","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/pNF.csar","artifactChecksum":"N2I1OTVhM2VkZWI1YmJkMzI1MDc3OTgxNGY2MGM0Mjg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"76173f8f-af08-4d4d-b9a3-3c9c0c2b52ab","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d168b617-e778-43cb-8472-672bbdb3f1cf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/vendor-license-model.xml","artifactChecksum":"ZmQ2YzA4ZjdkNzAyNGY5OTVmZDIxMTM4ZDZhZDJkM2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"22becad4-f011-43d3-a551-845ef3b6f057","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e2ce80ff-8170-4008-9b5c-c41c9e0f1730","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8d3d7420-6b8a-4858-a4f0-19e6da4f2e73","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfA2b9xnvveay1ugkxirg2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/artifacts/service-DemoPnfA2b9xnvveay1ugkxirg2-template.yml","artifactChecksum":"ZmQ5ZDRiNzJmMDIyZjA1ZjhlODFkYzM2NzczZmQyNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"89ae2a65-d033-4116-ad58-3682d2f1c5fa","artifactVersion":"1"},{"artifactName":"service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/artifacts/service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar","artifactChecksum":"ZWIyMzU2OTgwNzdhM2UxMTVkNmQ0MGUzNjBlNjkxOWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5d8fd84c-57b2-45fc-935b-2cd9cdbfd96f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T02:12:34.977Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:12:34.977Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:12:34.978Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:12:34.978Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087954350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:12:34.982Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:12:34.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648087905424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:12:34.984Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:12:34.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648087904145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:12:34.984Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:12:34.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "cds",
  "timestamp": 1648087907339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:12:34.984Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:12:34.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648087905424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:12:34.984Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:12:34.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648087904145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:12:34.984Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:12:34.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "cds",
  "timestamp": 1648087907339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:12:34.984Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:12:34.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648087905424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:12:34.985Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:12:34.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.985Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648087904145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:12:34.985Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:12:34.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.985Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "cds",
  "timestamp": 1648087907339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:12:34.985Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:12:34.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.985Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648087905424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:12:34.985Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:12:34.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.985Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648087904145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:12:34.985Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:12:34.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.985Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "cds",
  "timestamp": 1648087907339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:12:34.985Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:12:34.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.985Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648087905424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:12:34.985Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:12:34.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.985Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648087904145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:12:34.985Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:12:34.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "cds",
  "timestamp": 1648087907339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:12:34.986Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:12:34.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648087904145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-24T02:12:34.986Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:12:34.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648087905424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:12:34.986Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:12:34.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "cds",
  "timestamp": 1648087907339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:12:34.986Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:12:34.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "aai-ml",
  "timestamp": 1648087916236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:12:34.986Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:12:34.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648087905424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/artifacts/service-DemoPnfA2b9xnvveay1ugkxirg2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:12:34.986Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:12:34.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648087904145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/artifacts/service-DemoPnfA2b9xnvveay1ugkxirg2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:12:34.986Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:12:34.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "cds",
  "timestamp": 1648087907339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/artifacts/service-DemoPnfA2b9xnvveay1ugkxirg2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:12:34.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:12:34.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "aai-ml",
  "timestamp": 1648087916236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:12:34.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:12:34.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648087905424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/artifacts/service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:12:34.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:12:34.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648087904145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/artifacts/service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:12:34.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:12:34.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "cds",
  "timestamp": 1648087907339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/artifacts/service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:12:34.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:12:34.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "aai-ml",
  "timestamp": 1648087916236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:12:34.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:12:34.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648087919146,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:12:34.987Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:12:34.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "cds",
  "timestamp": 1648087919252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/artifacts/service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:12:34.987Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:12:34.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "aai-ml",
  "timestamp": 1648087916236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:12:34.988Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:12:34.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648087920163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T02:12:34.988Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:12:34.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:12:34.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "cds",
  "timestamp": 1648087920258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/artifacts/service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:12:34.990Z||pool-2-thread-8|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@543e3380 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=3209) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor196.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor192.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 65 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 66 common frames omitted
2022-03-24T02:12:34.991Z||pool-2-thread-8|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-24T02:12:34.991Z||pool-2-thread-8|||||ERROR|500||(conn=3209) WSREP has not yet prepared node for application use
2022-03-24T02:12:34.991Z||pool-2-thread-8|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor196.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor192.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=3209) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 60 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 65 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 66 common frames omitted
2022-03-24T02:12:34.992Z||pool-2-thread-8|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor196.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor192.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	... 39 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=3209) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 60 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 65 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 66 common frames omitted
2022-03-24T02:12:34.992Z||pool-2-thread-8|||||ERROR|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-24T02:12:34.993Z||pool-2-thread-8|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 22 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy144.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 25 common frames omitted
2022-03-24T02:12:35.078Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:12:35.079Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:12:35.079Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:12:35.090Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:12:35.090Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-24T02:12:35.979Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:12:35.979Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:12:35.981Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:12:35.981Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087954350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:12:36.081Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:12:36.081Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:12:36.081Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:12:36.092Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:12:36.093Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:12:36.981Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:12:36.982Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:12:36.983Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:12:36.983Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087954350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:12:37.083Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:12:37.084Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:12:37.084Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:12:37.096Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:12:37.096Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:12:37.984Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:12:37.984Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:12:37.986Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:12:37.986Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087954350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:12:38.086Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:12:38.086Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:12:38.086Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:12:38.098Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:12:38.099Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:12:38.986Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:12:38.987Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:12:38.988Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:12:38.988Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087954350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:12:39.088Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:12:39.089Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:12:39.089Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:12:39.102Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:12:39.103Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-24T02:12:39.989Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:12:39.989Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:12:39.991Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:12:39.991Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087954350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:12:40.091Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:12:40.091Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:12:40.091Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:12:40.103Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:12:40.104Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:12:40.991Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:12:40.992Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:12:40.993Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:12:40.993Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087954350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/artifacts/service-DemoPnfA2b9xnvveay1ugkxirg2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:12:41.093Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:12:41.093Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:12:41.093Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:12:41.106Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:12:41.106Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:12:41.993Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:12:41.994Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:12:41.995Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:12:41.995Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087954350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/artifacts/service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:12:42.095Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:12:42.096Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:12:42.096Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:12:42.109Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:12:42.109Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:12:42.996Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "serviceName": "Demo_pNF_a2B9xNVVeAy1uGKxIrg2",
  "serviceVersion": "1.0",
  "serviceUUID": "b5821518-9c13-4cc6-a6b1-a708a0deaa05",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b6bc6956-5e35-447b-804c-b018d2f9b47c",
  "resources": [
    {
      "resourceInstanceName": "pNF 10e985d7-7313 0",
      "resourceCustomizationUUID": "9203398e-1ebf-4a9b-9a86-643d9ae3f97f",
      "resourceName": "pNF 10e985d7-7313",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "71b8da85-8e73-4f54-aa6f-1c7499ad7e5c",
      "resourceInvariantUUID": "1aad3555-8aa2-4649-8288-398ea92f0916",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/artifacts/service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar",
      "artifactChecksum": "ZWIyMzU2OTgwNzdhM2UxMTVkNmQ0MGUzNjBlNjkxOWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5d8fd84c-57b2-45fc-935b-2cd9cdbfd96f"
    }
  ],
  "workloadContext": "Production"
}
2022-03-24T02:12:42.996Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T02:12:42.996Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b5821518-9c13-4cc6-a6b1-a708a0deaa05 ASDC
2022-03-24T02:12:42.997Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:af4a1bbf-ac2e-4628-98c1-597762c9ec9f
ServiceName:Demo_pNF_a2B9xNVVeAy1uGKxIrg2
ServiceVersion:1.0
ServiceUUID:b5821518-9c13-4cc6-a6b1-a708a0deaa05
ServiceInvariantUUID:b6bc6956-5e35-447b-804c-b018d2f9b47c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/artifacts/service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar
ArtifactUUID:5d8fd84c-57b2-45fc-935b-2cd9cdbfd96f
ArtifactChecksum:ZWIyMzU2OTgwNzdhM2UxMTVkNmQ0MGUzNjBlNjkxOWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 10e985d7-7313 0
ResourceCustomizationUUID:9203398e-1ebf-4a9b-9a86-643d9ae3f97f
ResourceInvariantUUID:1aad3555-8aa2-4649-8288-398ea92f0916
ResourceName:pNF 10e985d7-7313
ResourceType:PNF
ResourceUUID:71b8da85-8e73-4f54-aa6f-1c7499ad7e5c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-24T02:12:42.997Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b5821518-9c13-4cc6-a6b1-a708a0deaa05 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:12:43.017Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T02:12:43.017Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-24T02:12:43.017Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-24T02:12:43.017Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5d8fd84c-57b2-45fc-935b-2cd9cdbfd96f from URL: /sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/artifacts/service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar
2022-03-24T02:12:43.017Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-24T02:12:43.017Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/artifacts/service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar
2022-03-24T02:12:43.078Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-24T02:12:43.081Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/artifacts/service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar 5d8fd84c-57b2-45fc-935b-2cd9cdbfd96f 82644
2022-03-24T02:12:43.081Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/artifacts/service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar ASDC sendASDCNotification
2022-03-24T02:12:43.081Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/artifacts/service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar
2022-03-24T02:12:43.081Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T02:12:43.081Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:12:43.083Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:12:43.083Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087963081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/artifacts/service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:12:43.183Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:12:43.183Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:12:43.183Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:12:43.195Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:12:43.195Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:12:44.083Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T02:12:44.084Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-24T02:12:44.084Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 5d8fd84c-57b2-45fc-935b-2cd9cdbfd96f, URL: /sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/artifacts/service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar to file: /app/ASDC/1/service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar
2022-03-24T02:12:44.084Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar
2022-03-24T02:12:44.085Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar
2022-03-24T02:12:44.085Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar
2022-03-24T02:12:44.159Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13427309026482040270/Definitions/service-DemoPnfA2b9xnvveay1ugkxirg2-template.yml
2022-03-24T02:12:44.696Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T02:12:44.696Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-24T02:12:44.696Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar
2022-03-24T02:12:44.696Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-24T02:12:44.696Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar
2022-03-24T02:12:44.696Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 10e985d7-7313 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar
2022-03-24T02:12:44.696Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar
2022-03-24T02:12:44.696Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar
2022-03-24T02:12:44.697Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar
2022-03-24T02:12:44.697Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar
2022-03-24T02:12:44.697Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar
2022-03-24T02:12:44.697Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-24T02:12:44.697Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:12:44.697Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_a2B9xNVVeAy1uGKxIrg2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:12:44.697Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||Node template pNF 10e985d7-7313 0 is matching search criteria
2022-03-24T02:12:44.697Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-24T02:12:44.697Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 10e985d7-7313 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T02:12:44.697Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:12:44.697Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_a2B9xNVVeAy1uGKxIrg2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:12:44.697Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||Node template pNF 10e985d7-7313 0 is matching search criteria
2022-03-24T02:12:44.698Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-24T02:12:44.698Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 10e985d7-7313 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T02:12:44.698Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:12:44.698Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_a2B9xNVVeAy1uGKxIrg2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:12:44.698Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:12:44.698Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_a2B9xNVVeAy1uGKxIrg2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:12:44.698Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:12:44.698Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_a2B9xNVVeAy1uGKxIrg2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:12:44.698Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:12:44.698Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_a2B9xNVVeAy1uGKxIrg2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:12:44.698Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:12:44.698Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_a2B9xNVVeAy1uGKxIrg2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:12:44.698Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_a2B9xNVVeAy1uGKxIrg2
Description:catalog service description
Model UUID:b5821518-9c13-4cc6-a6b1-a708a0deaa05
Model Version:NULL
Model InvariantUuid:b6bc6956-5e35-447b-804c-b018d2f9b47c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-24T02:12:44.701Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@67d9744e marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=2600) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor196.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor192.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy222.findById(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$79b32ebc.isCsarAlreadyDeployed()
	at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 73 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 74 common frames omitted
2022-03-24T02:12:44.701Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-24T02:12:44.702Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||ERROR|500||(conn=2600) WSREP has not yet prepared node for application use
2022-03-24T02:12:44.703Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor196.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor192.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy222.findById(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$79b32ebc.isCsarAlreadyDeployed()
	at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=2600) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 68 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 73 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 74 common frames omitted
2022-03-24T02:12:44.703Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor196.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor192.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy222.findById(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$79b32ebc.isCsarAlreadyDeployed()
	at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	... 47 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=2600) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 68 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 73 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 74 common frames omitted
2022-03-24T02:12:44.706Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||ERROR|500||
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy222.findById(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$79b32ebc.isCsarAlreadyDeployed()
	at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 30 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy144.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 33 common frames omitted
2022-03-24T02:12:44.706Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: af4a1bbf-ac2e-4628-98c1-597762c9ec9f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-24T02:12:44.712Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: af4a1bbf-ac2e-4628-98c1-597762c9ec9f and serviceModelVersionId: b5821518-9c13-4cc6-a6b1-a708a0deaa05
2022-03-24T02:12:44.712Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b6bc6956-5e35-447b-804c-b018d2f9b47c
2022-03-24T02:12:44.713Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b6bc6956-5e35-447b-804c-b018d2f9b47c/model-vers/model-ver/b5821518-9c13-4cc6-a6b1-a708a0deaa05?depth=0
2022-03-24T02:12:44.716Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T02:12:44.738Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6bc6956-5e35-447b-804c-b018d2f9b47c/model-vers/model-ver/b5821518-9c13-4cc6-a6b1-a708a0deaa05?depth=0|INFO|500||Invoke
2022-03-24T02:12:44.738Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6bc6956-5e35-447b-804c-b018d2f9b47c/model-vers/model-ver/b5821518-9c13-4cc6-a6b1-a708a0deaa05?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6bc6956-5e35-447b-804c-b018d2f9b47c/model-vers/model-ver/b5821518-9c13-4cc6-a6b1-a708a0deaa05?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[af4a1bbf-ac2e-4628-98c1-597762c9ec9f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bae70f01-0cd5-497a-bbd7-6e6a0f219f53], X-ECOMP-RequestID=[af4a1bbf-ac2e-4628-98c1-597762c9ec9f], X-TransactionId=[], X-ONAP-RequestID=[af4a1bbf-ac2e-4628-98c1-597762c9ec9f], Content-Type=[application/merge-patch+json]}
2022-03-24T02:12:44.750Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6bc6956-5e35-447b-804c-b018d2f9b47c/model-vers/model-ver/b5821518-9c13-4cc6-a6b1-a708a0deaa05?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-24T02:12:44.823Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6bc6956-5e35-447b-804c-b018d2f9b47c/model-vers/model-ver/b5821518-9c13-4cc6-a6b1-a708a0deaa05?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6bc6956-5e35-447b-804c-b018d2f9b47c/model-vers/model-ver/b5821518-9c13-4cc6-a6b1-a708a0deaa05?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220324-02:12:44:759-92111], vertex-id=[237648], Content-Length=[0], Date=[Thu, 24 Mar 2022 02:12:44 GMT], Content-Type=[application/json]}
2022-03-24T02:12:44.824Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6bc6956-5e35-447b-804c-b018d2f9b47c/model-vers/model-ver/b5821518-9c13-4cc6-a6b1-a708a0deaa05?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-24T02:12:44.824Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6bc6956-5e35-447b-804c-b018d2f9b47c/model-vers/model-ver/b5821518-9c13-4cc6-a6b1-a708a0deaa05?depth=0|INFO|500||InvokeReturn
2022-03-24T02:12:44.824Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T02:12:44.824Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status of DISTRIBUTION_COMPLETE_ERROR
2022-03-24T02:12:44.824Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID af4a1bbf-ac2e-4628-98c1-597762c9ec9f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-24T02:12:44.824Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-24T02:12:44.825Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:12:44.826Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:12:44.826Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087964824,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-03-24T02:12:44.926Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:12:44.927Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:12:44.927Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:12:44.938Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:12:44.938Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-24T02:13:34.350Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:13:34.350Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:13:34.351Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:13:34.351Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:13:34.352Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:13:34.352Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:13:34.474Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:13:34.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:13:34.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087954350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:13:34.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:13:34.981Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:13:34.982Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T02:13:34.982Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"16c76dd6-0928-4cd7-b41f-be536b03d694","serviceName":"Demo_pNF_4AMSGqWfhhrogwpAY5eH","serviceVersion":"1.0","serviceUUID":"ef88b4d0-6bb5-4bb7-9df6-4f595208aeaa","serviceDescription":"catalog service description","serviceInvariantUUID":"a481c228-43eb-4365-837c-a4b5f83d1f75","resources":[{"resourceInstanceName":"pNF a49fe93a-c28f 0","resourceName":"pNF a49fe93a-c28f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e63f2175-e765-4106-b456-b1503374830c","resourceInvariantUUID":"b4766428-f590-470c-95b4-a33b35df3efd","resourceCustomizationUUID":"9375f3db-a24c-48b6-90ed-a92c719f66b6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/vf-license-model.xml","artifactChecksum":"ZGU1YTc0NjEzYTE0OTQxNTJkMmU1YTFiZDE1NTk1MTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e5763978-0aec-497e-9682-42067068ef5c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/pNF.csar","artifactChecksum":"N2I1OTVhM2VkZWI1YmJkMzI1MDc3OTgxNGY2MGM0Mjg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"425f52fc-5781-44bb-bc5d-408c2185724f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"66de6c5c-4412-4552-b527-ca848c6d757f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZWFlZGVlNjVlOTFhYzIzZDc0MWI1Njk5MDhlODk1NmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"67a02a92-e584-4fa9-a3a5-5ca70e678423","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"581addb8-3ff7-4271-ba51-3f27fec12aba","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d30a435f-6274-4ca2-97ff-23a2e4efc4c6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf4amsgqwfhhrogwpay5eh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-template.yml","artifactChecksum":"N2ZlY2M2OWY2MTA3MDI2M2RlNDBjZWZjYTJmZWE4NWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"640aebb1-ee71-480f-8dbb-0ee89f4a9c7a","artifactVersion":"1"},{"artifactName":"service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar","artifactChecksum":"ZmMwZWNhNzRmODhmZWZjOTQ4MTBmM2ZiYTk1OGQwYTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e2c0bc1f-0a91-4ea1-a550-0173ed2dd6c4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T02:13:34.983Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:13:34.983Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:13:34.984Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:13:34.984Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088014350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:13:35.084Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:13:35.085Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:13:35.085Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:13:35.132Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:13:35.132Z||pool-125-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-03-24T02:13:35.985Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:13:35.985Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:13:35.987Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:13:35.987Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088014350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:13:36.087Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:13:36.087Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:13:36.087Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:13:36.098Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:13:36.098Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:13:36.987Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:13:36.988Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:13:36.989Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:13:36.989Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088014350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:13:37.089Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:13:37.090Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:13:37.090Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:13:37.100Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:13:37.100Z||pool-127-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:13:37.989Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:13:37.990Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:13:37.991Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:13:37.992Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088014350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:13:38.092Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:13:38.092Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:13:38.092Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:13:38.103Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:13:38.103Z||pool-128-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:13:38.992Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:13:38.993Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:13:38.995Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:13:38.995Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088014350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:13:39.095Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:13:39.095Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:13:39.096Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:13:39.106Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:13:39.106Z||pool-129-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:13:39.995Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:13:39.996Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:13:39.997Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:13:39.997Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088014350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:13:40.097Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:13:40.098Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:13:40.098Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:13:40.109Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:13:40.109Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:13:40.998Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:13:40.998Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:13:41.000Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:13:41.000Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088014350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:13:41.100Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:13:41.101Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:13:41.101Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:13:41.114Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:13:41.114Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:13:42.000Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:13:42.001Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:13:42.002Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:13:42.002Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088014350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:13:42.102Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:13:42.103Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:13:42.103Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:13:42.120Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:13:42.120Z||pool-132-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:13:43.003Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "serviceName": "Demo_pNF_4AMSGqWfhhrogwpAY5eH",
  "serviceVersion": "1.0",
  "serviceUUID": "ef88b4d0-6bb5-4bb7-9df6-4f595208aeaa",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a481c228-43eb-4365-837c-a4b5f83d1f75",
  "resources": [
    {
      "resourceInstanceName": "pNF a49fe93a-c28f 0",
      "resourceCustomizationUUID": "9375f3db-a24c-48b6-90ed-a92c719f66b6",
      "resourceName": "pNF a49fe93a-c28f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e63f2175-e765-4106-b456-b1503374830c",
      "resourceInvariantUUID": "b4766428-f590-470c-95b4-a33b35df3efd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar",
      "artifactChecksum": "ZmMwZWNhNzRmODhmZWZjOTQ4MTBmM2ZiYTk1OGQwYTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e2c0bc1f-0a91-4ea1-a550-0173ed2dd6c4"
    }
  ],
  "workloadContext": "Production"
}
2022-03-24T02:13:43.003Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T02:13:43.004Z|af4a1bbf-ac2e-4628-98c1-597762c9ec9f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ef88b4d0-6bb5-4bb7-9df6-4f595208aeaa ASDC
2022-03-24T02:13:43.004Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:16c76dd6-0928-4cd7-b41f-be536b03d694
ServiceName:Demo_pNF_4AMSGqWfhhrogwpAY5eH
ServiceVersion:1.0
ServiceUUID:ef88b4d0-6bb5-4bb7-9df6-4f595208aeaa
ServiceInvariantUUID:a481c228-43eb-4365-837c-a4b5f83d1f75
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar
ArtifactUUID:e2c0bc1f-0a91-4ea1-a550-0173ed2dd6c4
ArtifactChecksum:ZmMwZWNhNzRmODhmZWZjOTQ4MTBmM2ZiYTk1OGQwYTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a49fe93a-c28f 0
ResourceCustomizationUUID:9375f3db-a24c-48b6-90ed-a92c719f66b6
ResourceInvariantUUID:b4766428-f590-470c-95b4-a33b35df3efd
ResourceName:pNF a49fe93a-c28f
ResourceType:PNF
ResourceUUID:e63f2175-e765-4106-b456-b1503374830c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-24T02:13:43.004Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ef88b4d0-6bb5-4bb7-9df6-4f595208aeaa ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:13:43.021Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T02:13:43.021Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-24T02:13:43.021Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-24T02:13:43.021Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e2c0bc1f-0a91-4ea1-a550-0173ed2dd6c4 from URL: /sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar
2022-03-24T02:13:43.021Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-24T02:13:43.022Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar
2022-03-24T02:13:43.077Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-24T02:13:43.080Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar e2c0bc1f-0a91-4ea1-a550-0173ed2dd6c4 82644
2022-03-24T02:13:43.080Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar ASDC sendASDCNotification
2022-03-24T02:13:43.080Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar
2022-03-24T02:13:43.080Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T02:13:43.080Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:13:43.081Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:13:43.081Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088023080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:13:43.182Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:13:43.182Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:13:43.183Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:13:43.194Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:13:43.194Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:13:44.082Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T02:13:44.083Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-24T02:13:44.083Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e2c0bc1f-0a91-4ea1-a550-0173ed2dd6c4, URL: /sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar to file: /app/ASDC/1/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar
2022-03-24T02:13:44.083Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar
2022-03-24T02:13:44.084Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar
2022-03-24T02:13:44.084Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar
2022-03-24T02:13:44.231Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7453424651603844150/Definitions/service-DemoPnf4amsgqwfhhrogwpay5eh-template.yml
2022-03-24T02:13:44.773Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T02:13:44.774Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-24T02:13:44.774Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar
2022-03-24T02:13:44.774Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-24T02:13:44.774Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a49fe93a-c28f 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar
2022-03-24T02:13:44.774Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar
2022-03-24T02:13:44.774Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar
2022-03-24T02:13:44.774Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar
2022-03-24T02:13:44.774Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar
2022-03-24T02:13:44.774Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar
2022-03-24T02:13:44.774Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar
2022-03-24T02:13:44.774Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-24T02:13:44.774Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:13:44.774Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_4AMSGqWfhhrogwpAY5eH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:13:44.774Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Node template pNF a49fe93a-c28f 0 is matching search criteria
2022-03-24T02:13:44.775Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-24T02:13:44.775Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF a49fe93a-c28f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T02:13:44.775Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:13:44.775Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_4AMSGqWfhhrogwpAY5eH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:13:44.775Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Node template pNF a49fe93a-c28f 0 is matching search criteria
2022-03-24T02:13:44.775Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-24T02:13:44.775Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF a49fe93a-c28f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T02:13:44.775Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:13:44.775Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_4AMSGqWfhhrogwpAY5eH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:13:44.775Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:13:44.775Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_4AMSGqWfhhrogwpAY5eH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:13:44.775Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:13:44.776Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_4AMSGqWfhhrogwpAY5eH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:13:44.776Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:13:44.776Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_4AMSGqWfhhrogwpAY5eH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:13:44.776Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:13:44.776Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_4AMSGqWfhhrogwpAY5eH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:13:44.776Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_4AMSGqWfhhrogwpAY5eH
Description:catalog service description
Model UUID:ef88b4d0-6bb5-4bb7-9df6-4f595208aeaa
Model Version:NULL
Model InvariantUuid:a481c228-43eb-4365-837c-a4b5f83d1f75
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-24T02:13:44.781Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: e63f2175-e765-4106-b456-b1503374830c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T02:13:44.782Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||pNF a49fe93a-c28f 0
2022-03-24T02:13:44.782Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e63f2175-e765-4106-b456-b1503374830c
2022-03-24T02:13:44.782Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||No resources found for Service: ef88b4d0-6bb5-4bb7-9df6-4f595208aeaa
2022-03-24T02:13:44.782Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: ef88b4d0-6bb5-4bb7-9df6-4f595208aeaa
2022-03-24T02:13:44.782Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a49fe93a-c28f 0 e63f2175-e765-4106-b456-b1503374830c ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T02:13:44.785Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7af5d6e7, org.onap.sdc.toscaparser.api.parameters.Input@527c8b26, org.onap.sdc.toscaparser.api.parameters.Input@16a82466, org.onap.sdc.toscaparser.api.parameters.Input@1c80e496, org.onap.sdc.toscaparser.api.parameters.Input@48165b0f]
2022-03-24T02:13:44.785Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:13:44.785Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_4AMSGqWfhhrogwpAY5eH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:13:44.785Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid ef88b4d0-6bb5-4bb7-9df6-4f595208aeaa: pNF a49fe93a-c28f
2022-03-24T02:13:44.785Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||Processing PNF resource: e63f2175-e765-4106-b456-b1503374830c
2022-03-24T02:13:44.785Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:13:44.785Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_4AMSGqWfhhrogwpAY5eH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:13:44.785Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||Resource customization UUID: 9375f3db-a24c-48b6-90ed-a92c719f66b6 is the same as notified resource customizationUUID: 9375f3db-a24c-48b6-90ed-a92c719f66b6
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-24T02:13:44.803Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a49fe93a-c28f e63f2175-e765-4106-b456-b1503374830c 0 ASDC deployResourceStructure
2022-03-24T02:13:44.803Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar ASDC sendASDCNotification
2022-03-24T02:13:44.803Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar
2022-03-24T02:13:44.803Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T02:13:44.803Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:13:44.805Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:13:44.805Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088024803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T02:13:44.905Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:13:44.905Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:13:44.906Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:13:44.918Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:13:44.918Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:13:45.805Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16c76dd6-0928-4cd7-b41f-be536b03d694
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:13:45.812Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16c76dd6-0928-4cd7-b41f-be536b03d694
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:13:45.813Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T02:13:45.813Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T02:13:45.813Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T02:14:15.813Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16c76dd6-0928-4cd7-b41f-be536b03d694
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:14:15.821Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16c76dd6-0928-4cd7-b41f-be536b03d694
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:14:15.823Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T02:14:15.823Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T02:14:15.823Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T02:14:34.352Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:14:34.352Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:14:34.352Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:14:34.375Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:14:34.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:14:34.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087954350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:14:34.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:14:34.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:14:34.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087954350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:14:34.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:14:34.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:14:34.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087954350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:14:34.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:14:34.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:14:34.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087954350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:14:34.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:14:34.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:14:34.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087954350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/resourceInstances/pnf10e985d773130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:14:34.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:14:34.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:14:34.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087954350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/artifacts/service-DemoPnfA2b9xnvveay1ugkxirg2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:14:34.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:14:34.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:14:34.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087954350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/artifacts/service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:14:34.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:14:34.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:14:34.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087963081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2b9xnvveay1ugkxirg2/1.0/artifacts/service-DemoPnfA2b9xnvveay1ugkxirg2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:14:34.377Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:14:34.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:14:34.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4a1bbf-ac2e-4628-98c1-597762c9ec9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648087964824,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-03-24T02:14:34.378Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:14:34.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:14:34.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "aai-ml",
  "timestamp": 1648088006236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:14:34.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:14:34.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:14:34.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088004145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:14:34.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:14:34.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:14:34.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088005424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:14:34.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:14:34.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:14:34.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "cds",
  "timestamp": 1648088012339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:14:34.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:14:34.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:14:34.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088005424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:14:34.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:14:34.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:14:34.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "aai-ml",
  "timestamp": 1648088006236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:14:34.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:14:34.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:14:34.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088004145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:14:34.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:14:34.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:14:34.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "cds",
  "timestamp": 1648088012339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:14:34.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:14:45.823Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16c76dd6-0928-4cd7-b41f-be536b03d694
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:14:45.830Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16c76dd6-0928-4cd7-b41f-be536b03d694
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:14:45.832Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T02:14:45.832Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T02:14:45.832Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T02:15:15.832Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16c76dd6-0928-4cd7-b41f-be536b03d694
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:15:15.838Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16c76dd6-0928-4cd7-b41f-be536b03d694
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:15:15.839Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T02:15:15.839Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T02:15:15.839Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T02:15:34.351Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:15:34.352Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:15:34.352Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:15:34.376Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:15:34.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:15:34.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "aai-ml",
  "timestamp": 1648088006236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:15:34.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:15:45.839Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16c76dd6-0928-4cd7-b41f-be536b03d694
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:15:45.847Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16c76dd6-0928-4cd7-b41f-be536b03d694
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:15:45.848Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T02:15:45.848Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T02:15:45.848Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T02:16:15.848Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16c76dd6-0928-4cd7-b41f-be536b03d694
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:16:15.854Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16c76dd6-0928-4cd7-b41f-be536b03d694
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:16:15.855Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T02:16:15.855Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T02:16:15.855Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T02:16:34.352Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:16:34.352Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:16:34.352Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:16:34.385Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:16:34.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088005424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088004145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088014350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "cds",
  "timestamp": 1648088012339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "aai-ml",
  "timestamp": 1648088006236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088005424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088004145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "cds",
  "timestamp": 1648088012339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088014350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "aai-ml",
  "timestamp": 1648088006236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088005424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088004145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "cds",
  "timestamp": 1648088012339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088014350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088016428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "aai-ml",
  "timestamp": 1648088006236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088005424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088004145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-24T02:16:34.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "cds",
  "timestamp": 1648088012339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088014350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088016428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "aai-ml",
  "timestamp": 1648088006236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088005424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088004145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "cds",
  "timestamp": 1648088012339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088014350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088016428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "aai-ml",
  "timestamp": 1648088006236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:16:34.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088005424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:16:34.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088004145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "cds",
  "timestamp": 1648088012339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:16:34.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088014350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088016428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088020725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:16:34.391Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:16:34.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "aai-ml",
  "timestamp": 1648088020728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:16:34.391Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:16:34.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088014350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088016428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "cds",
  "timestamp": 1648088021125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:16:34.392Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:16:34.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088021741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T02:16:34.392Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:16:34.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088014350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:16:34.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088016428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/resourceInstances/pnfa49fe93ac28f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "cds",
  "timestamp": 1648088022129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:16:34.398Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 16c76dd6-0928-4cd7-b41f-be536b03d694
2022-03-24T02:16:34.398Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16c76dd6-0928-4cd7-b41f-be536b03d694 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:16:34.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088022743,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:16:34.406Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 16c76dd6-0928-4cd7-b41f-be536b03d694
2022-03-24T02:16:34.406Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16c76dd6-0928-4cd7-b41f-be536b03d694 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:16:34.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088016428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:16:34.411Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088023080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:16:34.411Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:16:34.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088016428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:16:34.412Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:16:34.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "aai-ml",
  "timestamp": 1648088024368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T02:16:34.412Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:16:34.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088024803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T02:16:34.412Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:16:34.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088025160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:16:34.412Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:16:34.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "aai-ml",
  "timestamp": 1648088025371,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:16:34.415Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 16c76dd6-0928-4cd7-b41f-be536b03d694
2022-03-24T02:16:34.415Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16c76dd6-0928-4cd7-b41f-be536b03d694 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:16:34.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088026827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4amsgqwfhhrogwpay5eh/1.0/artifacts/service-DemoPnf4amsgqwfhhrogwpay5eh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T02:16:34.419Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:16:34.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:16:34.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088027831,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:16:34.422Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 16c76dd6-0928-4cd7-b41f-be536b03d694
2022-03-24T02:16:34.422Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16c76dd6-0928-4cd7-b41f-be536b03d694 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:16:45.855Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16c76dd6-0928-4cd7-b41f-be536b03d694
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:16:45.861Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16c76dd6-0928-4cd7-b41f-be536b03d694
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:16:45.863Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T02:16:45.863Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T02:16:45.863Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-24T02:16:45.863Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-24T02:16:45.863Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:16:45.863Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:16:45.863Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:16:45.863Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:16:45.863Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:16:45.864Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:16:45.867Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-24T02:17:15.867Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 16c76dd6-0928-4cd7-b41f-be536b03d694 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-24T02:17:15.870Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 16c76dd6-0928-4cd7-b41f-be536b03d694 and serviceModelVersionId: ef88b4d0-6bb5-4bb7-9df6-4f595208aeaa
2022-03-24T02:17:15.870Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a481c228-43eb-4365-837c-a4b5f83d1f75
2022-03-24T02:17:15.871Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a481c228-43eb-4365-837c-a4b5f83d1f75/model-vers/model-ver/ef88b4d0-6bb5-4bb7-9df6-4f595208aeaa?depth=0
2022-03-24T02:17:15.874Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T02:17:15.897Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a481c228-43eb-4365-837c-a4b5f83d1f75/model-vers/model-ver/ef88b4d0-6bb5-4bb7-9df6-4f595208aeaa?depth=0|INFO|500||Invoke
2022-03-24T02:17:15.897Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a481c228-43eb-4365-837c-a4b5f83d1f75/model-vers/model-ver/ef88b4d0-6bb5-4bb7-9df6-4f595208aeaa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a481c228-43eb-4365-837c-a4b5f83d1f75/model-vers/model-ver/ef88b4d0-6bb5-4bb7-9df6-4f595208aeaa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[16c76dd6-0928-4cd7-b41f-be536b03d694], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[65eff019-3e51-44a1-91b3-57fa4ad4dc46], X-ECOMP-RequestID=[16c76dd6-0928-4cd7-b41f-be536b03d694], X-TransactionId=[], X-ONAP-RequestID=[16c76dd6-0928-4cd7-b41f-be536b03d694], Content-Type=[application/merge-patch+json]}
2022-03-24T02:17:15.912Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a481c228-43eb-4365-837c-a4b5f83d1f75/model-vers/model-ver/ef88b4d0-6bb5-4bb7-9df6-4f595208aeaa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-24T02:17:15.993Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a481c228-43eb-4365-837c-a4b5f83d1f75/model-vers/model-ver/ef88b4d0-6bb5-4bb7-9df6-4f595208aeaa?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a481c228-43eb-4365-837c-a4b5f83d1f75/model-vers/model-ver/ef88b4d0-6bb5-4bb7-9df6-4f595208aeaa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220324-02:17:15:919-80434], vertex-id=[225464], Content-Length=[0], Date=[Thu, 24 Mar 2022 02:17:15 GMT], Content-Type=[application/json]}
2022-03-24T02:17:15.993Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a481c228-43eb-4365-837c-a4b5f83d1f75/model-vers/model-ver/ef88b4d0-6bb5-4bb7-9df6-4f595208aeaa?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-24T02:17:15.994Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a481c228-43eb-4365-837c-a4b5f83d1f75/model-vers/model-ver/ef88b4d0-6bb5-4bb7-9df6-4f595208aeaa?depth=0|INFO|500||InvokeReturn
2022-03-24T02:17:15.994Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T02:17:15.994Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T02:17:15.997Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-24T02:17:15.997Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 16c76dd6-0928-4cd7-b41f-be536b03d694 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-24T02:17:15.997Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-24T02:17:15.997Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:17:15.999Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:17:15.999Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088235997,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T02:17:16.099Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:17:16.099Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:17:16.099Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:17:16.112Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:17:16.112Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-24T02:17:17.008Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:17:17.008Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:17:17.008Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:17:21.471Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:17:21.472Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T02:17:21.472Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"ea693209-5b9b-4f96-bb13-8361cf12f99d","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"e490aad0-5861-46fd-8b0e-1ea6a21ee79e","serviceDescription":"service","serviceInvariantUUID":"a42ace28-0fb7-41fb-b1f4-5aa0e256275f","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"501579ed-3f4b-4f82-bb6c-2f48abb5b399","resourceInvariantUUID":"9954ebc4-2dfc-4adf-92b4-797d837c1ef7","resourceCustomizationUUID":"36b30b38-8d31-4838-8203-2478514cc107","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"NTExMzhhODkxYmNmMGYxMzcyMGYwYzBkZjAxZGMzM2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"06d260a4-32b2-4dee-b350-9fde15e5ca29","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e6b0c4e5-e430-46f9-9b23-348ad6779b75","artifactVersion":"2","generatedFromUUID":"7f73bcad-c341-4bfd-b971-fccf51825e40"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7f73bcad-c341-4bfd-b971-fccf51825e40","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"ZTA3YzQzZGViNmYyOGU2MTc1NmZiYWQwOTEyM2Y2Mjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a2a55783-2ead-4dd0-91ae-4f503def1d64","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8816ca83-1d15-455b-913e-f92e2f79c157","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"db64d71f-08cc-4073-8f18-45288d635d9f","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"82170f38-bff4-4823-9e9b-beef51c6421d","artifactVersion":"2","generatedFromUUID":"8816ca83-1d15-455b-913e-f92e2f79c157"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OTMxYmVlNDRlNjMyMTdlZDA5MzEzOTQzYjg2NzI1Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"26d462b5-3e74-4b9b-8aa4-63b81ed226b8","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZWJiNGQyNzgwYzJhMGU3N2QyOTg2NGI4MDRhNmI3M2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6c73b669-e2eb-493f-a78d-768084c6f69c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T02:17:21.473Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:17:21.473Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:17:21.474Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:17:21.475Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088237007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:21.575Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:17:21.575Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:17:21.576Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:17:21.586Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:17:21.587Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:17:22.475Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:17:22.476Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:17:22.477Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:17:22.477Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088237007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-24T02:17:22.577Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:17:22.578Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:17:22.578Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:17:22.589Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:17:22.589Z||pool-137-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:17:23.477Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:17:23.478Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:17:23.479Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:17:23.480Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088237007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-24T02:17:23.580Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:17:23.580Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:17:23.580Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:17:23.594Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:17:23.594Z||pool-138-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:17:24.480Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:17:24.481Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:17:24.482Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:17:24.482Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088237007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T02:17:24.583Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T02:17:24.583Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:17:24.583Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:17:24.595Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:17:24.595Z||pool-139-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:17:25.483Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:17:25.484Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:17:25.485Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:17:25.485Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088237007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-24T02:17:25.585Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:17:25.586Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:17:25.586Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:17:25.597Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:17:25.598Z||pool-140-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:17:26.486Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:17:26.486Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:17:26.488Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:17:26.488Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088237007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:26.588Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:17:26.588Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:17:26.589Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:17:26.599Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:17:26.599Z||pool-141-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:17:27.488Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:17:27.489Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:17:27.490Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:17:27.491Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088237007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-24T02:17:27.591Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T02:17:27.591Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:17:27.591Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:17:27.604Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:17:27.605Z||pool-142-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-24T02:17:28.491Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:17:28.492Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:17:28.493Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:17:28.493Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088237007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:28.593Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:17:28.594Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:17:28.594Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:17:28.606Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:17:28.607Z||pool-143-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:17:29.493Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:17:29.494Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:17:29.496Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:17:29.496Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088237007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:17:29.596Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:17:29.596Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:17:29.597Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:17:29.610Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:17:29.610Z||pool-144-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:17:30.497Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "e490aad0-5861-46fd-8b0e-1ea6a21ee79e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a42ace28-0fb7-41fb-b1f4-5aa0e256275f",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "36b30b38-8d31-4838-8203-2478514cc107",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "501579ed-3f4b-4f82-bb6c-2f48abb5b399",
      "resourceInvariantUUID": "9954ebc4-2dfc-4adf-92b4-797d837c1ef7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e6b0c4e5-e430-46f9-9b23-348ad6779b75",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7f73bcad-c341-4bfd-b971-fccf51825e40",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "ZTA3YzQzZGViNmYyOGU2MTc1NmZiYWQwOTEyM2Y2Mjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a2a55783-2ead-4dd0-91ae-4f503def1d64",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8816ca83-1d15-455b-913e-f92e2f79c157",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "82170f38-bff4-4823-9e9b-beef51c6421d",
            "generatedFromUUID": "8816ca83-1d15-455b-913e-f92e2f79c157"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "82170f38-bff4-4823-9e9b-beef51c6421d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZWJiNGQyNzgwYzJhMGU3N2QyOTg2NGI4MDRhNmI3M2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6c73b669-e2eb-493f-a78d-768084c6f69c"
    }
  ],
  "workloadContext": "Production"
}
2022-03-24T02:17:30.497Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T02:17:30.497Z|16c76dd6-0928-4cd7-b41f-be536b03d694|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 e490aad0-5861-46fd-8b0e-1ea6a21ee79e ASDC
2022-03-24T02:17:30.497Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ea693209-5b9b-4f96-bb13-8361cf12f99d
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:e490aad0-5861-46fd-8b0e-1ea6a21ee79e
ServiceInvariantUUID:a42ace28-0fb7-41fb-b1f4-5aa0e256275f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:6c73b669-e2eb-493f-a78d-768084c6f69c
ArtifactChecksum:ZWJiNGQyNzgwYzJhMGU3N2QyOTg2NGI4MDRhNmI3M2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:36b30b38-8d31-4838-8203-2478514cc107
ResourceInvariantUUID:9954ebc4-2dfc-4adf-92b4-797d837c1ef7
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:501579ed-3f4b-4f82-bb6c-2f48abb5b399
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:e6b0c4e5-e430-46f9-9b23-348ad6779b75
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:7f73bcad-c341-4bfd-b971-fccf51825e40
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:a2a55783-2ead-4dd0-91ae-4f503def1d64
ArtifactChecksum:ZTA3YzQzZGViNmYyOGU2MTc1NmZiYWQwOTEyM2Y2Mjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:8816ca83-1d15-455b-913e-f92e2f79c157
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:82170f38-bff4-4823-9e9b-beef51c6421d
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:82170f38-bff4-4823-9e9b-beef51c6421d
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-24T02:17:30.498Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e490aad0-5861-46fd-8b0e-1ea6a21ee79e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:17:30.520Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T02:17:30.520Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-24T02:17:30.520Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-24T02:17:30.520Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6c73b669-e2eb-493f-a78d-768084c6f69c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-24T02:17:30.520Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-24T02:17:30.521Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-24T02:17:30.929Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-24T02:17:30.932Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 6c73b669-e2eb-493f-a78d-768084c6f69c 68953
2022-03-24T02:17:30.932Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-24T02:17:30.932Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-24T02:17:30.932Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T02:17:30.932Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:17:30.934Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:17:30.934Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088250932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:17:31.034Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:17:31.035Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:17:31.035Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:17:31.047Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:17:31.047Z||pool-145-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:17:31.934Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T02:17:31.935Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-24T02:17:31.936Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 6c73b669-e2eb-493f-a78d-768084c6f69c, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-24T02:17:31.936Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-03-24T02:17:31.936Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-24T02:17:31.936Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-24T02:17:32.010Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9772714384380068899/Definitions/service-BasicCnf-template.yml
2022-03-24T02:17:32.774Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T02:17:32.775Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-24T02:17:32.775Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-24T02:17:32.775Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-24T02:17:32.775Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-24T02:17:32.775Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-24T02:17:32.775Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-24T02:17:32.775Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-24T02:17:32.775Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-24T02:17:32.775Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:17:32.776Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:17:32.776Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-24T02:17:32.776Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-24T02:17:32.776Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T02:17:32.776Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:17:32.776Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:17:32.776Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-24T02:17:32.776Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-24T02:17:32.776Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T02:17:32.776Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:17:32.777Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:17:32.777Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:17:32.777Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-24T02:17:32.777Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-03-24T02:17:32.777Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2022-03-24T02:17:32.777Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-24T02:17:32.777Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:17:32.777Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T02:17:32.777Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:17:32.777Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-24T02:17:32.777Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T02:17:32.778Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:17:32.778Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-24T02:17:32.778Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T02:17:32.778Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:17:32.778Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-24T02:17:32.778Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T02:17:32.778Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:17:32.778Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-24T02:17:32.778Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-24T02:17:32.778Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=80d42ab5-33ff-4c68-8e6a-6d33f4c9c935
2022-03-24T02:17:32.779Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:17:32.779Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:17:32.779Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:17:32.779Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:17:32.779Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:17:32.779Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:17:32.779Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:17:32.779Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:17:32.779Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:e490aad0-5861-46fd-8b0e-1ea6a21ee79e
Model Version:NULL
Model InvariantUuid:a42ace28-0fb7-41fb-b1f4-5aa0e256275f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:15a2b2cb-7e4c-4e44-8f30-9a8fec09e808
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9954ebc4-2dfc-4adf-92b4-797d837c1ef7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:36b30b38-8d31-4838-8203-2478514cc107
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3d14e8a2-fc63-4611-a6b2-16867e951a3a
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:b4d2d2e7-7cd1-4ccb-a751-c67e4be21b98
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:80d42ab5-33ff-4c68-8e6a-6d33f4c9c935
ModelInvariantUuid:950b52cb-fcd1-45c7-b329-368c018884c4
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:bce9c7c6-42d9-460d-986c-ba388508ebbd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:201dc04c-76e3-4d6f-8650-c62ebbab0b65
ModelInvariantUuid:a35dfe52-cdd0-4ff2-ae68-6ac4a5f5b952
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:6ee43c67-1002-40c5-bfda-4e7424a2181c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-24T02:17:32.783Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 501579ed-3f4b-4f82-bb6c-2f48abb5b399
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T02:17:32.785Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||basic_cnf 0
2022-03-24T02:17:32.785Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 501579ed-3f4b-4f82-bb6c-2f48abb5b399
2022-03-24T02:17:32.785Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e6b0c4e5-e430-46f9-9b23-348ad6779b75 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-24T02:17:32.785Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-24T02:17:32.785Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-24T02:17:32.831Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-24T02:17:32.831Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env e6b0c4e5-e430-46f9-9b23-348ad6779b75 12
2022-03-24T02:17:32.831Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-03-24T02:17:32.831Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-24T02:17:32.832Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T02:17:32.832Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:17:32.833Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:17:32.833Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088252831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:17:32.933Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:17:32.934Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:17:32.934Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:17:32.946Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:17:32.947Z||pool-146-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:17:33.834Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7f73bcad-c341-4bfd-b971-fccf51825e40 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-24T02:17:33.834Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-24T02:17:33.835Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-24T02:17:34.102Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-24T02:17:34.103Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 7f73bcad-c341-4bfd-b971-fccf51825e40 2688
2022-03-24T02:17:34.103Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-03-24T02:17:34.103Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-24T02:17:34.103Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T02:17:34.103Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:17:34.105Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:17:34.105Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088254103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:17:34.205Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:17:34.206Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:17:34.206Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:17:34.219Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:17:34.219Z||pool-147-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:17:34.352Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:17:34.352Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:17:34.352Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:17:34.381Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:17:34.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "cds",
  "timestamp": 1648088132339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088136428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "cds",
  "timestamp": 1648088132339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.383Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088136428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.383Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "cds",
  "timestamp": 1648088132339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.383Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088136428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.383Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "cds",
  "timestamp": 1648088132339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.383Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088136428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.383Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "cds",
  "timestamp": 1648088132339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088136428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "cds",
  "timestamp": 1648088132339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088136428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "cds",
  "timestamp": 1648088132339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088136428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "cds",
  "timestamp": 1648088132339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088136428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088144145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "cds",
  "timestamp": 1648088132339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:17:34.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088136428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:17:34.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088144145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "cds",
  "timestamp": 1648088146041,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:17:34.386Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:17:34.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088145424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088146226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:17:34.386Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:17:34.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088144145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "cds",
  "timestamp": 1648088147045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:17:34.392Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ea693209-5b9b-4f96-bb13-8361cf12f99d
2022-03-24T02:17:34.392Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea693209-5b9b-4f96-bb13-8361cf12f99d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:17:34.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088145424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-24T02:17:34.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088144145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088145424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-24T02:17:34.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088148216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T02:17:34.399Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:17:34.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088144145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.400Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088145424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T02:17:34.400Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088149219,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:17:34.403Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ea693209-5b9b-4f96-bb13-8361cf12f99d
2022-03-24T02:17:34.403Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea693209-5b9b-4f96-bb13-8361cf12f99d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:17:34.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088144145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088145424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-24T02:17:34.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088144145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088145424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088144145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088145424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-24T02:17:34.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088144145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088145424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.410Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088145424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:17:34.410Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088155896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:17:34.410Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:17:34.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "aai-ml",
  "timestamp": 1648088156236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.411Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088157295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:17:34.411Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:17:34.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "aai-ml",
  "timestamp": 1648088156236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.411Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088158796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:17:34.411Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:17:34.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "aai-ml",
  "timestamp": 1648088156236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.412Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "aai-ml",
  "timestamp": 1648088156236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.412Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088160032,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:17:34.412Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:17:34.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "aai-ml",
  "timestamp": 1648088156236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088161069,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:17:34.416Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea693209-5b9b-4f96-bb13-8361cf12f99d
2022-03-24T02:17:34.416Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea693209-5b9b-4f96-bb13-8361cf12f99d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:17:34.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "aai-ml",
  "timestamp": 1648088156236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088162071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T02:17:34.420Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:17:34.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "aai-ml",
  "timestamp": 1648088156236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "aai-ml",
  "timestamp": 1648088156236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:17:34.421Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "aai-ml",
  "timestamp": 1648088156236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:17:34.421Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:17:34.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "aai-ml",
  "timestamp": 1648088166114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:17:34.421Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:17:34.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "aai-ml",
  "timestamp": 1648088171320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T02:17:34.421Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:17:34.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:17:34.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "aai-ml",
  "timestamp": 1648088172322,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:17:34.427Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ea693209-5b9b-4f96-bb13-8361cf12f99d
2022-03-24T02:17:34.427Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea693209-5b9b-4f96-bb13-8361cf12f99d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:17:35.106Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a2a55783-2ead-4dd0-91ae-4f503def1d64 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-24T02:17:35.107Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-24T02:17:35.107Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-24T02:17:35.308Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-24T02:17:35.309Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json a2a55783-2ead-4dd0-91ae-4f503def1d64 828
2022-03-24T02:17:35.309Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-03-24T02:17:35.309Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-24T02:17:35.309Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T02:17:35.309Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:17:35.311Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:17:35.311Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088255309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:17:35.411Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:17:35.412Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:17:35.412Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:17:35.424Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:17:35.424Z||pool-148-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:17:36.311Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "3d14e8a2-fc63-4611-a6b2-16867e951a3a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b4d2d2e7-7cd1-4ccb-a751-c67e4be21b98",
    "vfModuleModelCustomizationUUID": "738bf69d-527d-4bae-b635-5df72d66911e",
    "isBase": true,
    "artifacts": [
      "7f73bcad-c341-4bfd-b971-fccf51825e40",
      "8816ca83-1d15-455b-913e-f92e2f79c157",
      "82170f38-bff4-4823-9e9b-beef51c6421d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-24T02:17:36.314Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b4d2d2e7-7cd1-4ccb-a751-c67e4be21b98
VfModuleModelInvariantUUID:3d14e8a2-fc63-4611-a6b2-16867e951a3a
VfModuleModelDescription:NULL
Artifacts UUID List:{
7f73bcad-c341-4bfd-b971-fccf51825e40
,
8816ca83-1d15-455b-913e-f92e2f79c157
,
82170f38-bff4-4823-9e9b-beef51c6421d

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-24T02:17:36.315Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "3d14e8a2-fc63-4611-a6b2-16867e951a3a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b4d2d2e7-7cd1-4ccb-a751-c67e4be21b98",
    "vfModuleModelCustomizationUUID": "738bf69d-527d-4bae-b635-5df72d66911e",
    "isBase": true,
    "artifacts": [
      "7f73bcad-c341-4bfd-b971-fccf51825e40",
      "8816ca83-1d15-455b-913e-f92e2f79c157",
      "82170f38-bff4-4823-9e9b-beef51c6421d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-24T02:17:36.315Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b4d2d2e7-7cd1-4ccb-a751-c67e4be21b98
VfModuleModelInvariantUUID:3d14e8a2-fc63-4611-a6b2-16867e951a3a
VfModuleModelDescription:NULL
Artifacts UUID List:{
7f73bcad-c341-4bfd-b971-fccf51825e40
,
8816ca83-1d15-455b-913e-f92e2f79c157
,
82170f38-bff4-4823-9e9b-beef51c6421d

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-24T02:17:36.315Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8816ca83-1d15-455b-913e-f92e2f79c157 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-24T02:17:36.315Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-24T02:17:36.315Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-24T02:17:36.507Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-24T02:17:36.508Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 8816ca83-1d15-455b-913e-f92e2f79c157 1164
2022-03-24T02:17:36.508Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-03-24T02:17:36.508Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-24T02:17:36.508Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T02:17:36.508Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:17:36.509Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:17:36.510Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088256508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:17:36.610Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:17:36.610Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:17:36.610Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:17:36.622Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:17:36.622Z||pool-149-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-24T02:17:37.510Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 82170f38-bff4-4823-9e9b-beef51c6421d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-24T02:17:37.511Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-24T02:17:37.511Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-24T02:17:37.715Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-24T02:17:37.716Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 82170f38-bff4-4823-9e9b-beef51c6421d 200
2022-03-24T02:17:37.716Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-03-24T02:17:37.716Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-24T02:17:37.716Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T02:17:37.716Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:17:37.717Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:17:37.717Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088257716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:17:37.817Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:17:37.818Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:17:37.818Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:17:37.830Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:17:37.831Z||pool-150-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-24T02:17:38.718Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: e490aad0-5861-46fd-8b0e-1ea6a21ee79e
2022-03-24T02:17:38.718Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 501579ed-3f4b-4f82-bb6c-2f48abb5b399 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-03-24T02:17:38.727Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T02:17:38.731Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c8cfa18, org.onap.sdc.toscaparser.api.parameters.Input@40457058, org.onap.sdc.toscaparser.api.parameters.Input@17de4237, org.onap.sdc.toscaparser.api.parameters.Input@28611b58, org.onap.sdc.toscaparser.api.parameters.Input@63766876]
2022-03-24T02:17:38.732Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:17:38.732Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:17:38.732Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-03-24T02:17:38.733Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 36b30b38-8d31-4838-8203-2478514cc107
2022-03-24T02:17:38.733Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 36b30b38-8d31-4838-8203-2478514cc107 matches Tosca VF Customization UUID: 36b30b38-8d31-4838-8203-2478514cc107
2022-03-24T02:17:38.733Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 36b30b38-8d31-4838-8203-2478514cc107  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-24T02:17:38.734Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:17:38.734Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:17:38.735Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 36b30b38-8d31-4838-8203-2478514cc107: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-03-24T02:17:38.735Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4deb4a1b
2022-03-24T02:17:38.735Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:17:38.735Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T02:17:38.735Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 738bf69d-527d-4bae-b635-5df72d66911e
2022-03-24T02:17:38.735Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 738bf69d-527d-4bae-b635-5df72d66911e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-24T02:17:38.736Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:17:38.737Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-24T02:17:38.737Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T02:17:38.737Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:17:38.737Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-24T02:17:38.737Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T02:17:38.737Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:17:38.737Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-24T02:17:38.737Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-24T02:17:38.738Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=80d42ab5-33ff-4c68-8e6a-6d33f4c9c935
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-24T02:17:38.739Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:17:38.739Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-24T02:17:38.739Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T02:17:38.739Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:17:38.739Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-24T02:17:38.739Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=36b30b38-8d31-4838-8203-2478514cc107
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T02:17:38.740Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:17:38.740Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:17:38.741Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid e490aad0-5861-46fd-8b0e-1ea6a21ee79e: basic_cnf
2022-03-24T02:17:38.741Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:17:38.741Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:17:38.741Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:17:38.741Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:17:38.741Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:17:38.741Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:17:38.741Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:17:38.741Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:17:38.741Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:17:38.742Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:17:38.742Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:17:38.778Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 501579ed-3f4b-4f82-bb6c-2f48abb5b399 1 ASDC deployResourceStructure
2022-03-24T02:17:38.779Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-03-24T02:17:38.779Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-03-24T02:17:38.779Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-24T02:17:38.779Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:17:38.780Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:17:38.780Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088258778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-24T02:17:38.881Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:17:38.881Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:17:38.881Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:17:38.895Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:17:38.895Z||pool-151-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:17:39.781Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-03-24T02:17:39.781Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-03-24T02:17:39.781Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-24T02:17:39.781Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:17:39.783Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:17:39.783Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088259781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-24T02:17:39.883Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:17:39.883Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:17:39.884Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:17:39.896Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:17:39.897Z||pool-152-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:17:40.783Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-03-24T02:17:40.784Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-24T02:17:40.784Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T02:17:40.784Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:17:40.785Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:17:40.785Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088260783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T02:17:40.885Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:17:40.886Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:17:40.886Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:17:40.899Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:17:40.899Z||pool-153-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:17:41.786Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-03-24T02:17:41.786Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-24T02:17:41.786Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T02:17:41.786Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:17:41.788Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:17:41.788Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088261786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T02:17:41.888Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:17:41.889Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:17:41.889Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:17:41.901Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:17:41.901Z||pool-154-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:17:42.789Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-03-24T02:17:42.789Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-24T02:17:42.789Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T02:17:42.789Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:17:42.791Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:17:42.791Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088262789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-24T02:17:42.891Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:17:42.891Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:17:42.891Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:17:42.903Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:17:42.903Z||pool-155-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:17:43.791Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-24T02:17:43.792Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-24T02:17:43.792Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T02:17:43.792Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:17:43.793Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:17:43.793Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088263791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T02:17:43.893Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:17:43.894Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:17:43.894Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:17:43.910Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:17:43.910Z||pool-156-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-24T02:17:44.794Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea693209-5b9b-4f96-bb13-8361cf12f99d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:17:44.801Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea693209-5b9b-4f96-bb13-8361cf12f99d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:17:44.802Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T02:17:44.803Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T02:17:44.803Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-24T02:17:44.803Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-24T02:17:44.803Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:17:44.803Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:17:44.803Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:17:44.803Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:17:44.803Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:17:44.803Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:17:44.806Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-24T02:18:14.806Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ea693209-5b9b-4f96-bb13-8361cf12f99d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-24T02:18:14.810Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ea693209-5b9b-4f96-bb13-8361cf12f99d and serviceModelVersionId: e490aad0-5861-46fd-8b0e-1ea6a21ee79e
2022-03-24T02:18:14.811Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a42ace28-0fb7-41fb-b1f4-5aa0e256275f
2022-03-24T02:18:14.811Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a42ace28-0fb7-41fb-b1f4-5aa0e256275f/model-vers/model-ver/e490aad0-5861-46fd-8b0e-1ea6a21ee79e?depth=0
2022-03-24T02:18:14.814Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T02:18:14.837Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a42ace28-0fb7-41fb-b1f4-5aa0e256275f/model-vers/model-ver/e490aad0-5861-46fd-8b0e-1ea6a21ee79e?depth=0|INFO|500||Invoke
2022-03-24T02:18:14.837Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a42ace28-0fb7-41fb-b1f4-5aa0e256275f/model-vers/model-ver/e490aad0-5861-46fd-8b0e-1ea6a21ee79e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a42ace28-0fb7-41fb-b1f4-5aa0e256275f/model-vers/model-ver/e490aad0-5861-46fd-8b0e-1ea6a21ee79e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ea693209-5b9b-4f96-bb13-8361cf12f99d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a35a2b82-7ea7-408a-a036-0196c0d22ee4], X-ECOMP-RequestID=[ea693209-5b9b-4f96-bb13-8361cf12f99d], X-TransactionId=[], X-ONAP-RequestID=[ea693209-5b9b-4f96-bb13-8361cf12f99d], Content-Type=[application/merge-patch+json]}
2022-03-24T02:18:14.852Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a42ace28-0fb7-41fb-b1f4-5aa0e256275f/model-vers/model-ver/e490aad0-5861-46fd-8b0e-1ea6a21ee79e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-24T02:18:14.927Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a42ace28-0fb7-41fb-b1f4-5aa0e256275f/model-vers/model-ver/e490aad0-5861-46fd-8b0e-1ea6a21ee79e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a42ace28-0fb7-41fb-b1f4-5aa0e256275f/model-vers/model-ver/e490aad0-5861-46fd-8b0e-1ea6a21ee79e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220324-02:18:14:859-86371], vertex-id=[528392], Content-Length=[0], Date=[Thu, 24 Mar 2022 02:18:14 GMT], Content-Type=[application/json]}
2022-03-24T02:18:14.927Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a42ace28-0fb7-41fb-b1f4-5aa0e256275f/model-vers/model-ver/e490aad0-5861-46fd-8b0e-1ea6a21ee79e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-24T02:18:14.927Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a42ace28-0fb7-41fb-b1f4-5aa0e256275f/model-vers/model-ver/e490aad0-5861-46fd-8b0e-1ea6a21ee79e?depth=0|INFO|500||InvokeReturn
2022-03-24T02:18:14.928Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T02:18:14.928Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T02:18:14.930Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-24T02:18:14.930Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ea693209-5b9b-4f96-bb13-8361cf12f99d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-24T02:18:14.930Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-24T02:18:14.931Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:18:14.932Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:18:14.932Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088294930,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T02:18:15.032Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:18:15.032Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:18:15.033Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:18:15.048Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:18:15.048Z||pool-157-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-24T02:18:15.940Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:18:15.941Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:18:15.941Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:18:25.486Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:18:25.486Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:18:25.487Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:18:25.487Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:18:34.352Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:18:34.352Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:18:34.352Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:18:34.378Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:18:34.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T02:18:34.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16c76dd6-0928-4cd7-b41f-be536b03d694",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088235997,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T02:18:34.379Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:18:34.379Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T02:18:34.379Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088237007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:18:34.379Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:18:34.379Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T02:18:34.379Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088237007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-24T02:18:34.379Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:18:34.379Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T02:18:34.379Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088237007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-24T02:18:34.380Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:18:34.380Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T02:18:34.380Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088237007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T02:18:34.380Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:18:34.380Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T02:18:34.380Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088237007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-24T02:18:34.380Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:18:34.380Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T02:18:34.380Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088237007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:18:34.380Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:18:34.380Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T02:18:34.381Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088237007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-24T02:18:34.381Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:18:34.381Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T02:18:34.381Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088237007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:18:34.381Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:18:34.381Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T02:18:34.381Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088237007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:18:34.381Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:18:34.381Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T02:18:34.381Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088250932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:18:34.381Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:18:34.381Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T02:18:34.381Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088252831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:18:34.382Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:18:34.382Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T02:18:34.382Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088254103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:18:34.382Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:18:35.032Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:18:35.033Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:18:35.033Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:18:35.033Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:18:44.575Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:18:44.575Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:18:44.576Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:18:44.576Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:18:54.122Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:19:34.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:19:34.350Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:19:34.351Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:19:34.351Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:19:34.352Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:19:34.352Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:19:34.877Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:19:34.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T02:19:34.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088255309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:19:34.877Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:19:34.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T02:19:34.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088256508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:19:34.878Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:19:34.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T02:19:34.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088257716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:19:34.878Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:19:34.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T02:19:34.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088258778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-24T02:19:34.878Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:19:34.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T02:19:34.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088259781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-24T02:19:34.878Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:19:34.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T02:19:34.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088260783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T02:19:34.878Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:19:34.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T02:19:34.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088261786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T02:19:34.878Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:19:34.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T02:19:34.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088262789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-24T02:19:34.879Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:19:34.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T02:19:34.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088263791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T02:19:34.879Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:19:34.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T02:19:34.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea693209-5b9b-4f96-bb13-8361cf12f99d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088294930,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T02:19:34.879Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:19:43.911Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:20:34.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:20:34.350Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:20:34.350Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:20:34.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:20:34.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:20:34.352Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:20:43.898Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:20:43.900Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:21:34.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:21:34.351Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:21:34.351Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:21:34.351Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:21:34.352Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:21:34.352Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:21:43.900Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:21:43.901Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:22:34.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:22:34.350Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:22:34.351Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:22:34.351Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:22:34.352Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:22:34.352Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:22:43.897Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:22:43.897Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:23:34.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:23:34.350Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:23:34.350Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:23:34.351Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:23:34.352Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:23:34.352Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:23:43.897Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:23:43.911Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:24:34.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:24:34.350Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:24:34.350Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:24:34.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:24:34.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:24:34.352Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:24:43.898Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:24:43.900Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:25:34.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:25:34.351Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:25:34.351Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:25:34.351Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:25:34.352Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:25:34.352Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:25:43.899Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:25:43.899Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:26:34.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:26:34.351Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:26:34.351Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:26:34.351Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:26:34.352Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:26:34.352Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:26:43.896Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:26:43.897Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:27:34.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:27:34.350Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:27:34.351Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:27:34.351Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:27:34.352Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:27:34.352Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:27:34.488Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:27:34.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "aai-ml",
  "timestamp": 1648088816236,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "aai-ml",
  "timestamp": 1648088816236,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "cds",
  "timestamp": 1648088822339,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "aai-ml",
  "timestamp": 1648088816236,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "cds",
  "timestamp": 1648088822339,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "aai-ml",
  "timestamp": 1648088816236,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088824145,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "cds",
  "timestamp": 1648088822339,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "aai-ml",
  "timestamp": 1648088816236,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088824145,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "cds",
  "timestamp": 1648088822339,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088825424,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "aai-ml",
  "timestamp": 1648088816236,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088824145,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "cds",
  "timestamp": 1648088822339,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088825424,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088826428,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "aai-ml",
  "timestamp": 1648088816236,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088824145,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "cds",
  "timestamp": 1648088822339,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088825424,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T02:27:34.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088826428,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "aai-ml",
  "timestamp": 1648088816236,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:27:34.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088824145,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "cds",
  "timestamp": 1648088822339,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088825424,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-24T02:27:34.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088826428,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "aai-ml",
  "timestamp": 1648088829619,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:27:34.494Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:27:34.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088824145,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "cds",
  "timestamp": 1648088822339,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:27:34.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088825424,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088826428,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088824145,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088825424,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-24T02:27:34.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088826428,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "cds",
  "timestamp": 1648088831129,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:27:34.495Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:27:34.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088824145,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088825424,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088826428,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "cds",
  "timestamp": 1648088832133,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:27:34.505Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3c7b27c6-6647-45de-b48c-7cb3a0738fa7
2022-03-24T02:27:34.505Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c7b27c6-6647-45de-b48c-7cb3a0738fa7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:27:34.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088825424,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:27:34.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088826428,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088826428,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:27:34.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088834138,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:27:34.510Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:27:34.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "aai-ml",
  "timestamp": 1648088834575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T02:27:34.510Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:27:34.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088835156,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:27:34.510Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:27:34.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088835191,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:27:34.511Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:27:34.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "aai-ml",
  "timestamp": 1648088835578,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:27:34.513Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3c7b27c6-6647-45de-b48c-7cb3a0738fa7
2022-03-24T02:27:34.514Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c7b27c6-6647-45de-b48c-7cb3a0738fa7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:27:34.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088836240,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:27:34.518Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:27:34.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088837136,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T02:27:34.518Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:27:34.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088837259,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:27:34.521Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3c7b27c6-6647-45de-b48c-7cb3a0738fa7
2022-03-24T02:27:34.521Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c7b27c6-6647-45de-b48c-7cb3a0738fa7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:27:34.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "cds",
  "timestamp": 1648088837339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088838138,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:27:34.529Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3c7b27c6-6647-45de-b48c-7cb3a0738fa7
2022-03-24T02:27:34.529Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c7b27c6-6647-45de-b48c-7cb3a0738fa7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:27:34.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088838262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T02:27:34.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:27:34.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "cds",
  "timestamp": 1648088837339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "cds",
  "timestamp": 1648088837339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "cds",
  "timestamp": 1648088837339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "cds",
  "timestamp": 1648088837339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "cds",
  "timestamp": 1648088837339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "cds",
  "timestamp": 1648088837339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088844145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "cds",
  "timestamp": 1648088837339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:27:34.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088844145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088845424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "cds",
  "timestamp": 1648088846732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:27:34.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:27:34.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088844145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "aai-ml",
  "timestamp": 1648088846236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088845424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T02:27:34.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088844145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "aai-ml",
  "timestamp": 1648088846236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088845424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-24T02:27:34.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "cds",
  "timestamp": 1648088848795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:27:34.544Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 75633dee-481c-443e-868d-49c84c85b5de
2022-03-24T02:27:34.544Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75633dee-481c-443e-868d-49c84c85b5de and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:27:34.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088844145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "aai-ml",
  "timestamp": 1648088846236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088845424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088844145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "aai-ml",
  "timestamp": 1648088846236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088845424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-24T02:27:34.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088844145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "aai-ml",
  "timestamp": 1648088846236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088845424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088844145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "aai-ml",
  "timestamp": 1648088846236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088845424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "aai-ml",
  "timestamp": 1648088846236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:34.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088845424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:27:34.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "aai-ml",
  "timestamp": 1648088846236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:27:34.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:27:34.981Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:27:34.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:27:34.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3c7b27c6-6647-45de-b48c-7cb3a0738fa7","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"f38eba97-62c0-4b3e-a14f-cf6f017ccc34","serviceDescription":"service","serviceInvariantUUID":"e9daa4f4-dba4-4ba6-be2f-26348a636d96","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fc74d807-47a6-49af-b9e4-ef72cd812195","resourceInvariantUUID":"c72b73d1-4dd1-496f-ab01-192868149c85","resourceCustomizationUUID":"af6b0d72-4468-43c0-9ae4-1a58c865f3ab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5a62f129-51ff-41fe-a97f-657dd6a524e3","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"OTg3YWIzNGQzNGQ2NDQ4MTA3Yzk4MTYzMTg3YThhYTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9985167e-12bd-4f6d-b79a-648162b7bf5a","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"ZDhmNjM1YTIxZWFhMGU2NGJkYjQ1NWI1NzRlMmQ5NTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"434fd51c-187a-416b-b6eb-7f6041276b1f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"39cde66e-5a47-41cc-89fb-72cd681ea1fe","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0a24a1e2-6a8d-45c1-937c-53e12e122a46","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6b61771e-089b-4c0d-872b-e43b2b88e78e","artifactVersion":"2","generatedFromUUID":"39cde66e-5a47-41cc-89fb-72cd681ea1fe"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"M2VmYWRiMzhiNWQxOTA3YmFjNjkzMWY1YmVhNGRiYmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d8798bb1-004f-4f97-a800-1eb300e7344a","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZmIwZjZiZjQ0OWQ0ZThhZmI1M2U1ZWE4NTlkMjRhMGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"34111a21-5d0a-4b9c-9d0a-7590c4af09cc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T02:27:34.983Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:27:34.983Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:27:34.985Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:27:34.985Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088854350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:35.085Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:27:35.086Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:27:35.086Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:27:35.096Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:27:35.096Z||pool-158-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:27:35.986Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:27:35.986Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:27:35.988Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:27:35.988Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088854350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:36.088Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:27:36.089Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:27:36.089Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:27:36.102Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:27:36.104Z||pool-159-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:27:36.988Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:27:36.989Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:27:36.991Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:27:36.991Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088854350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T02:27:37.091Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:27:37.091Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:27:37.092Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:27:37.104Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:27:37.104Z||pool-160-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:27:37.991Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:27:37.992Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:27:37.994Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:27:37.994Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088854350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-24T02:27:38.094Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:27:38.094Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:27:38.095Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:27:38.108Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:27:38.109Z||pool-161-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-24T02:27:38.994Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:27:38.995Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:27:38.996Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:27:38.996Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088854350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:39.096Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T02:27:39.097Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:27:39.097Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:27:39.109Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:27:39.110Z||pool-162-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:27:39.997Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:27:39.997Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:27:39.999Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:27:39.999Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088854350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-24T02:27:40.099Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:27:40.100Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:27:40.100Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:27:40.112Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:27:40.112Z||pool-163-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:27:40.999Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:27:41.000Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:27:41.001Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:27:41.001Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088854350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:27:41.101Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:27:41.102Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:27:41.102Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:27:41.114Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:27:41.114Z||pool-164-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:27:42.001Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:27:42.002Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:27:42.003Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:27:42.003Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088854350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:27:42.103Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:27:42.104Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:27:42.104Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:27:42.116Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:27:42.116Z||pool-165-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:27:43.008Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "f38eba97-62c0-4b3e-a14f-cf6f017ccc34",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e9daa4f4-dba4-4ba6-be2f-26348a636d96",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "af6b0d72-4468-43c0-9ae4-1a58c865f3ab",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fc74d807-47a6-49af-b9e4-ef72cd812195",
      "resourceInvariantUUID": "c72b73d1-4dd1-496f-ab01-192868149c85",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "ZDhmNjM1YTIxZWFhMGU2NGJkYjQ1NWI1NzRlMmQ5NTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "434fd51c-187a-416b-b6eb-7f6041276b1f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "39cde66e-5a47-41cc-89fb-72cd681ea1fe",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6b61771e-089b-4c0d-872b-e43b2b88e78e",
            "generatedFromUUID": "39cde66e-5a47-41cc-89fb-72cd681ea1fe"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6b61771e-089b-4c0d-872b-e43b2b88e78e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ZmIwZjZiZjQ0OWQ0ZThhZmI1M2U1ZWE4NTlkMjRhMGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "34111a21-5d0a-4b9c-9d0a-7590c4af09cc"
    }
  ],
  "workloadContext": "Production"
}
2022-03-24T02:27:43.008Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T02:27:43.008Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f38eba97-62c0-4b3e-a14f-cf6f017ccc34 ASDC
2022-03-24T02:27:43.008Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:3c7b27c6-6647-45de-b48c-7cb3a0738fa7
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:f38eba97-62c0-4b3e-a14f-cf6f017ccc34
ServiceInvariantUUID:e9daa4f4-dba4-4ba6-be2f-26348a636d96
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:34111a21-5d0a-4b9c-9d0a-7590c4af09cc
ArtifactChecksum:ZmIwZjZiZjQ0OWQ0ZThhZmI1M2U1ZWE4NTlkMjRhMGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:af6b0d72-4468-43c0-9ae4-1a58c865f3ab
ResourceInvariantUUID:c72b73d1-4dd1-496f-ab01-192868149c85
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:fc74d807-47a6-49af-b9e4-ef72cd812195
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:434fd51c-187a-416b-b6eb-7f6041276b1f
ArtifactChecksum:ZDhmNjM1YTIxZWFhMGU2NGJkYjQ1NWI1NzRlMmQ5NTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:39cde66e-5a47-41cc-89fb-72cd681ea1fe
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:6b61771e-089b-4c0d-872b-e43b2b88e78e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:6b61771e-089b-4c0d-872b-e43b2b88e78e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-24T02:27:43.008Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f38eba97-62c0-4b3e-a14f-cf6f017ccc34 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-24T02:27:43.030Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T02:27:43.030Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-24T02:27:43.030Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-24T02:27:43.030Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 34111a21-5d0a-4b9c-9d0a-7590c4af09cc from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-24T02:27:43.030Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-24T02:27:43.030Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-24T02:27:43.094Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-24T02:27:43.098Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 34111a21-5d0a-4b9c-9d0a-7590c4af09cc 73681
2022-03-24T02:27:43.098Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-03-24T02:27:43.098Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-24T02:27:43.098Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T02:27:43.098Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:27:43.100Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:27:43.100Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088863098,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:27:43.200Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:27:43.201Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:27:43.201Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:27:43.211Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:27:43.211Z||pool-166-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:27:44.101Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T02:27:44.101Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-24T02:27:44.102Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 34111a21-5d0a-4b9c-9d0a-7590c4af09cc, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-24T02:27:44.102Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-03-24T02:27:44.102Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-24T02:27:44.102Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-24T02:27:44.196Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14283341163451665167/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-24T02:27:44.952Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T02:27:44.952Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-24T02:27:44.952Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-24T02:27:44.952Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-24T02:27:44.952Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-24T02:27:44.952Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-24T02:27:44.952Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-24T02:27:44.952Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-24T02:27:44.952Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-24T02:27:44.952Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-24T02:27:44.952Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-24T02:27:44.953Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-24T02:27:44.953Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-24T02:27:44.953Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-24T02:27:44.953Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:27:44.953Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:27:44.953Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-24T02:27:44.953Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-24T02:27:44.953Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T02:27:44.953Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:27:44.953Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:27:44.953Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-24T02:27:44.953Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-24T02:27:44.953Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T02:27:44.954Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:27:44.954Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:27:44.954Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:27:44.954Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-24T02:27:44.954Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-24T02:27:44.954Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-24T02:27:44.954Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-24T02:27:44.954Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-24T02:27:44.954Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-24T02:27:44.954Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:27:44.954Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T02:27:44.954Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:27:44.954Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-24T02:27:44.955Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T02:27:44.955Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:27:44.955Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-24T02:27:44.955Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T02:27:44.955Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:27:44.955Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-24T02:27:44.955Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T02:27:44.955Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:27:44.955Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-24T02:27:44.955Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-24T02:27:44.955Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-24T02:27:44.955Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c6fce9d6-368c-413d-b031-3c8fc15f4b34
2022-03-24T02:27:44.955Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:27:44.956Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:27:44.956Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:27:44.956Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:27:44.956Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:27:44.956Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:27:44.956Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:27:44.956Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:27:44.956Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:f38eba97-62c0-4b3e-a14f-cf6f017ccc34
Model Version:NULL
Model InvariantUuid:e9daa4f4-dba4-4ba6-be2f-26348a636d96
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:5e87d634-5c42-415c-bc17-a9a04fe1634f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c72b73d1-4dd1-496f-ab01-192868149c85
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:af6b0d72-4468-43c0-9ae4-1a58c865f3ab
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a859ab5b-b607-4259-95de-107224e1767c
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:f04c8496-124e-49cb-b587-8aaf2657198f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c6fce9d6-368c-413d-b031-3c8fc15f4b34
ModelInvariantUuid:3985eecc-8cf5-411d-b750-bd6b9a9bc1d6
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:6107e23c-2052-4cc0-875e-215c2ae43971
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:f0be0f56-c557-406f-87bc-2445eee12abd
ModelInvariantUuid:8c4a8a61-bc91-40c9-b9ea-19f54fef21a2
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:31f74e9d-d93f-4128-815f-b6ac5f01bad8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-24T02:27:44.961Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: fc74d807-47a6-49af-b9e4-ef72cd812195
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T02:27:44.963Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||basicclamp 0
2022-03-24T02:27:44.963Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fc74d807-47a6-49af-b9e4-ef72cd812195
2022-03-24T02:27:44.963Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 434fd51c-187a-416b-b6eb-7f6041276b1f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-24T02:27:44.963Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-24T02:27:44.963Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-24T02:27:45.002Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-24T02:27:45.002Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 434fd51c-187a-416b-b6eb-7f6041276b1f 790
2022-03-24T02:27:45.003Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-03-24T02:27:45.003Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-24T02:27:45.003Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T02:27:45.003Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:27:45.004Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:27:45.004Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088865003,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:27:45.104Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:27:45.105Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:27:45.105Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:27:45.116Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:27:45.116Z||pool-167-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:27:46.005Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a859ab5b-b607-4259-95de-107224e1767c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f04c8496-124e-49cb-b587-8aaf2657198f",
    "vfModuleModelCustomizationUUID": "6ac5e6ec-0355-419a-951f-590f919d940c",
    "isBase": true,
    "artifacts": [
      "39cde66e-5a47-41cc-89fb-72cd681ea1fe",
      "6b61771e-089b-4c0d-872b-e43b2b88e78e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-24T02:27:46.007Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f04c8496-124e-49cb-b587-8aaf2657198f
VfModuleModelInvariantUUID:a859ab5b-b607-4259-95de-107224e1767c
VfModuleModelDescription:NULL
Artifacts UUID List:{
39cde66e-5a47-41cc-89fb-72cd681ea1fe
,
6b61771e-089b-4c0d-872b-e43b2b88e78e

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-24T02:27:46.008Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a859ab5b-b607-4259-95de-107224e1767c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f04c8496-124e-49cb-b587-8aaf2657198f",
    "vfModuleModelCustomizationUUID": "6ac5e6ec-0355-419a-951f-590f919d940c",
    "isBase": true,
    "artifacts": [
      "39cde66e-5a47-41cc-89fb-72cd681ea1fe",
      "6b61771e-089b-4c0d-872b-e43b2b88e78e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-24T02:27:46.008Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f04c8496-124e-49cb-b587-8aaf2657198f
VfModuleModelInvariantUUID:a859ab5b-b607-4259-95de-107224e1767c
VfModuleModelDescription:NULL
Artifacts UUID List:{
39cde66e-5a47-41cc-89fb-72cd681ea1fe
,
6b61771e-089b-4c0d-872b-e43b2b88e78e

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-24T02:27:46.008Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 39cde66e-5a47-41cc-89fb-72cd681ea1fe from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-24T02:27:46.008Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-24T02:27:46.009Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-24T02:27:46.052Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-24T02:27:46.052Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 39cde66e-5a47-41cc-89fb-72cd681ea1fe 5033
2022-03-24T02:27:46.053Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-24T02:27:46.053Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-24T02:27:46.053Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T02:27:46.053Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:27:46.054Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:27:46.054Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088866053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:27:46.154Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:27:46.155Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:27:46.155Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:27:46.167Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:27:46.167Z||pool-168-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-24T02:27:47.054Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6b61771e-089b-4c0d-872b-e43b2b88e78e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-24T02:27:47.055Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-24T02:27:47.055Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-24T02:27:47.103Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-24T02:27:47.103Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 6b61771e-089b-4c0d-872b-e43b2b88e78e 909
2022-03-24T02:27:47.103Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-24T02:27:47.104Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-24T02:27:47.104Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T02:27:47.104Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:27:47.106Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:27:47.106Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088867103,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:27:47.206Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:27:47.206Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:27:47.206Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:27:47.218Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:27:47.218Z||pool-169-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:27:48.106Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f38eba97-62c0-4b3e-a14f-cf6f017ccc34
2022-03-24T02:27:48.107Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 fc74d807-47a6-49af-b9e4-ef72cd812195 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T02:27:48.116Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7405e599, org.onap.sdc.toscaparser.api.parameters.Input@3d335805, org.onap.sdc.toscaparser.api.parameters.Input@25528362, org.onap.sdc.toscaparser.api.parameters.Input@3f24c83b, org.onap.sdc.toscaparser.api.parameters.Input@6456cb6b]
2022-03-24T02:27:48.117Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:27:48.117Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:27:48.117Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-03-24T02:27:48.117Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= af6b0d72-4468-43c0-9ae4-1a58c865f3ab
2022-03-24T02:27:48.117Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: af6b0d72-4468-43c0-9ae4-1a58c865f3ab matches Tosca VF Customization UUID: af6b0d72-4468-43c0-9ae4-1a58c865f3ab
2022-03-24T02:27:48.117Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: af6b0d72-4468-43c0-9ae4-1a58c865f3ab  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-24T02:27:48.118Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:27:48.118Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:27:48.119Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id af6b0d72-4468-43c0-9ae4-1a58c865f3ab: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-03-24T02:27:48.119Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6b06fd71
2022-03-24T02:27:48.119Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:27:48.119Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T02:27:48.119Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6ac5e6ec-0355-419a-951f-590f919d940c
2022-03-24T02:27:48.119Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6ac5e6ec-0355-419a-951f-590f919d940c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-24T02:27:48.121Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:27:48.121Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-24T02:27:48.121Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T02:27:48.121Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:27:48.121Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-24T02:27:48.121Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T02:27:48.121Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:27:48.121Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-24T02:27:48.121Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-24T02:27:48.122Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-24T02:27:48.122Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c6fce9d6-368c-413d-b031-3c8fc15f4b34
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-24T02:27:48.123Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:27:48.123Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-24T02:27:48.123Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T02:27:48.123Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:27:48.123Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-24T02:27:48.124Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=af6b0d72-4468-43c0-9ae4-1a58c865f3ab
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T02:27:48.125Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:27:48.125Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:27:48.125Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f38eba97-62c0-4b3e-a14f-cf6f017ccc34: basicclamp
2022-03-24T02:27:48.125Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:27:48.125Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:27:48.125Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:27:48.125Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:27:48.125Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:27:48.125Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:27:48.125Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:27:48.126Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:27:48.126Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:27:48.126Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:27:48.126Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:27:48.179Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp fc74d807-47a6-49af-b9e4-ef72cd812195 1 ASDC deployResourceStructure
2022-03-24T02:27:48.179Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-03-24T02:27:48.179Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-24T02:27:48.179Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T02:27:48.180Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:27:48.181Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:27:48.181Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088868179,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T02:27:48.282Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T02:27:48.282Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:27:48.282Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:27:48.294Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:27:48.294Z||pool-170-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:27:49.182Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-24T02:27:49.183Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-24T02:27:49.183Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T02:27:49.184Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:27:49.185Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:27:49.185Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088869182,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T02:27:49.285Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:27:49.286Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:27:49.286Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:27:49.300Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:27:49.300Z||pool-171-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:27:50.186Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-24T02:27:50.186Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-24T02:27:50.186Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T02:27:50.186Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:27:50.188Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:27:50.188Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088870186,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-24T02:27:50.288Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:27:50.288Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:27:50.288Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:27:50.300Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:27:50.301Z||pool-172-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:27:51.189Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-03-24T02:27:51.189Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-24T02:27:51.189Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T02:27:51.189Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:27:51.191Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:27:51.191Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088871188,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T02:27:51.291Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:27:51.292Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:27:51.292Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:27:51.304Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:27:51.304Z||pool-173-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:27:52.192Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c7b27c6-6647-45de-b48c-7cb3a0738fa7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:27:52.198Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c7b27c6-6647-45de-b48c-7cb3a0738fa7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:27:52.199Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T02:27:52.199Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T02:27:52.199Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-24T02:27:52.200Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-24T02:27:52.200Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:27:52.200Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:27:52.200Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:27:52.200Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:27:52.200Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:27:52.200Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:27:52.203Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-24T02:28:22.203Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3c7b27c6-6647-45de-b48c-7cb3a0738fa7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-24T02:28:22.207Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3c7b27c6-6647-45de-b48c-7cb3a0738fa7 and serviceModelVersionId: f38eba97-62c0-4b3e-a14f-cf6f017ccc34
2022-03-24T02:28:22.207Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e9daa4f4-dba4-4ba6-be2f-26348a636d96
2022-03-24T02:28:22.209Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e9daa4f4-dba4-4ba6-be2f-26348a636d96/model-vers/model-ver/f38eba97-62c0-4b3e-a14f-cf6f017ccc34?depth=0
2022-03-24T02:28:22.212Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T02:28:22.240Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9daa4f4-dba4-4ba6-be2f-26348a636d96/model-vers/model-ver/f38eba97-62c0-4b3e-a14f-cf6f017ccc34?depth=0|INFO|500||Invoke
2022-03-24T02:28:22.240Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9daa4f4-dba4-4ba6-be2f-26348a636d96/model-vers/model-ver/f38eba97-62c0-4b3e-a14f-cf6f017ccc34?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9daa4f4-dba4-4ba6-be2f-26348a636d96/model-vers/model-ver/f38eba97-62c0-4b3e-a14f-cf6f017ccc34?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3c7b27c6-6647-45de-b48c-7cb3a0738fa7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e8da980a-a73e-42bc-8037-a30bdea66e3d], X-ECOMP-RequestID=[3c7b27c6-6647-45de-b48c-7cb3a0738fa7], X-TransactionId=[], X-ONAP-RequestID=[3c7b27c6-6647-45de-b48c-7cb3a0738fa7], Content-Type=[application/merge-patch+json]}
2022-03-24T02:28:22.253Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9daa4f4-dba4-4ba6-be2f-26348a636d96/model-vers/model-ver/f38eba97-62c0-4b3e-a14f-cf6f017ccc34?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-24T02:28:22.798Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9daa4f4-dba4-4ba6-be2f-26348a636d96/model-vers/model-ver/f38eba97-62c0-4b3e-a14f-cf6f017ccc34?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9daa4f4-dba4-4ba6-be2f-26348a636d96/model-vers/model-ver/f38eba97-62c0-4b3e-a14f-cf6f017ccc34?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220324-02:28:22:261-56367], vertex-id=[274472], Content-Length=[0], Date=[Thu, 24 Mar 2022 02:28:22 GMT], Content-Type=[application/json]}
2022-03-24T02:28:22.798Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9daa4f4-dba4-4ba6-be2f-26348a636d96/model-vers/model-ver/f38eba97-62c0-4b3e-a14f-cf6f017ccc34?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-24T02:28:22.799Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9daa4f4-dba4-4ba6-be2f-26348a636d96/model-vers/model-ver/f38eba97-62c0-4b3e-a14f-cf6f017ccc34?depth=0|INFO|500||InvokeReturn
2022-03-24T02:28:22.799Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T02:28:22.799Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T02:28:22.802Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-24T02:28:22.802Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3c7b27c6-6647-45de-b48c-7cb3a0738fa7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-24T02:28:22.802Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-24T02:28:22.802Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:28:22.803Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:28:22.803Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088902802,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T02:28:22.904Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:28:22.904Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:28:22.904Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:28:22.918Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:28:22.918Z||pool-174-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-24T02:28:23.814Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:28:23.814Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"75633dee-481c-443e-868d-49c84c85b5de","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e9f2df6e-85d3-4167-96f8-d46bd72ae3d6","serviceDescription":"service","serviceInvariantUUID":"239029bf-a6eb-4257-af88-dfa66f60b31b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"07e392dd-9590-4ffb-b0e8-14d78879628d","resourceInvariantUUID":"a4cfb05b-bd77-4663-8aff-371cbc2aed00","resourceCustomizationUUID":"ebb7b7f1-94fb-4d40-9e38-e0b9e4143bfb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MjdmMzM2OWJkMDgyNzkxOTcyZGM0Yjk1Zjk1NjhlNmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4fa17e47-5f88-4e52-8638-0ffe717acf8b","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"ZDIxMDYzYzczNDIzNTE1NzJmZmExYzYyZTQ3Zjk2NjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6e7d9774-379e-43c3-abdd-c793c52b6a7b","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d79dfeee-c45b-4fe4-9332-78301ecc1f29","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"17037e19-2655-45eb-b678-57f5192c54d5","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3de66594-42b7-4778-b9cb-d8c1d1848b8a","artifactVersion":"2","generatedFromUUID":"d79dfeee-c45b-4fe4-9332-78301ecc1f29"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"ZTJmZDFhMjFjNjIwMmYzN2UwM2ZmZGEzZTE4YmJjMTY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9388dedb-d2c0-4e0e-8572-aa1c4ef75253","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"YTI2MDg0NWU3NTkzZDk1ZTZhOWYxNWQxZjcyMWYwNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cf92b077-c7bd-4248-b5ef-6937dc6689db","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NDBmM2I1MTBhNWQ3OWJlZDRkN2U4NWExYmZkY2E2Yjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a0e5fa50-9986-41aa-8e4e-62e89a0e6536","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T02:28:23.814Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:28:23.815Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:28:23.816Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:28:23.816Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088854350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:28:23.916Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:28:23.917Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:28:23.917Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:28:23.929Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:28:23.929Z||pool-175-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:28:24.816Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:28:24.817Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:28:24.818Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:28:24.818Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088854350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T02:28:24.919Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T02:28:24.920Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:28:24.920Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:28:24.932Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:28:24.932Z||pool-176-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:28:25.819Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:28:25.819Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:28:25.820Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:28:25.821Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088854350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-24T02:28:25.921Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:28:25.921Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:28:25.921Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:28:25.934Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:28:25.934Z||pool-177-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-24T02:28:26.821Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:28:26.821Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:28:26.823Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:28:26.823Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088854350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:28:26.923Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:28:26.923Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:28:26.924Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:28:26.935Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:28:26.936Z||pool-178-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:28:27.823Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:28:27.824Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:28:27.825Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:28:27.825Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088854350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-24T02:28:27.925Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:28:27.925Z||pool-179-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:28:27.926Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:28:27.939Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:28:27.940Z||pool-179-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:28:28.825Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:28:28.826Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:28:28.827Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:28:28.827Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088854350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:28:28.927Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:28:28.928Z||pool-180-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:28:28.928Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:28:28.939Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:28:28.940Z||pool-180-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:28:29.828Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:28:29.828Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:28:29.829Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:28:29.829Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088854350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:28:29.929Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:28:29.930Z||pool-181-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:28:29.930Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:28:29.944Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:28:29.944Z||pool-181-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-24T02:28:30.830Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:28:30.830Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:28:30.831Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:28:30.832Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088854350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:28:30.932Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:28:30.932Z||pool-182-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:28:30.932Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:28:30.945Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:28:30.945Z||pool-182-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:28:31.832Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e9f2df6e-85d3-4167-96f8-d46bd72ae3d6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "239029bf-a6eb-4257-af88-dfa66f60b31b",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "ebb7b7f1-94fb-4d40-9e38-e0b9e4143bfb",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "07e392dd-9590-4ffb-b0e8-14d78879628d",
      "resourceInvariantUUID": "a4cfb05b-bd77-4663-8aff-371cbc2aed00",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "ZDIxMDYzYzczNDIzNTE1NzJmZmExYzYyZTQ3Zjk2NjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6e7d9774-379e-43c3-abdd-c793c52b6a7b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d79dfeee-c45b-4fe4-9332-78301ecc1f29",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3de66594-42b7-4778-b9cb-d8c1d1848b8a",
            "generatedFromUUID": "d79dfeee-c45b-4fe4-9332-78301ecc1f29"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3de66594-42b7-4778-b9cb-d8c1d1848b8a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NDBmM2I1MTBhNWQ3OWJlZDRkN2U4NWExYmZkY2E2Yjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a0e5fa50-9986-41aa-8e4e-62e89a0e6536"
    }
  ],
  "workloadContext": "Production"
}
2022-03-24T02:28:31.832Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T02:28:31.833Z|3c7b27c6-6647-45de-b48c-7cb3a0738fa7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e9f2df6e-85d3-4167-96f8-d46bd72ae3d6 ASDC
2022-03-24T02:28:31.833Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:75633dee-481c-443e-868d-49c84c85b5de
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:e9f2df6e-85d3-4167-96f8-d46bd72ae3d6
ServiceInvariantUUID:239029bf-a6eb-4257-af88-dfa66f60b31b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:a0e5fa50-9986-41aa-8e4e-62e89a0e6536
ArtifactChecksum:NDBmM2I1MTBhNWQ3OWJlZDRkN2U4NWExYmZkY2E2Yjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:ebb7b7f1-94fb-4d40-9e38-e0b9e4143bfb
ResourceInvariantUUID:a4cfb05b-bd77-4663-8aff-371cbc2aed00
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:07e392dd-9590-4ffb-b0e8-14d78879628d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:6e7d9774-379e-43c3-abdd-c793c52b6a7b
ArtifactChecksum:ZDIxMDYzYzczNDIzNTE1NzJmZmExYzYyZTQ3Zjk2NjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:d79dfeee-c45b-4fe4-9332-78301ecc1f29
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:3de66594-42b7-4778-b9cb-d8c1d1848b8a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:3de66594-42b7-4778-b9cb-d8c1d1848b8a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-24T02:28:31.833Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e9f2df6e-85d3-4167-96f8-d46bd72ae3d6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-24T02:28:31.853Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T02:28:31.854Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-24T02:28:31.854Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-24T02:28:31.854Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a0e5fa50-9986-41aa-8e4e-62e89a0e6536 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-24T02:28:31.854Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-24T02:28:31.854Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-24T02:28:31.912Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-24T02:28:31.915Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a0e5fa50-9986-41aa-8e4e-62e89a0e6536 78822
2022-03-24T02:28:31.915Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-24T02:28:31.915Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-24T02:28:31.915Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T02:28:31.915Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:28:31.917Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:28:31.917Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088911915,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:28:32.017Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:28:32.017Z||pool-183-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:28:32.017Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:28:32.030Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:28:32.030Z||pool-183-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:28:32.917Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T02:28:32.918Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-24T02:28:32.918Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a0e5fa50-9986-41aa-8e4e-62e89a0e6536, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-24T02:28:32.918Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-03-24T02:28:32.918Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-24T02:28:32.919Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-24T02:28:32.995Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8587231388126850723/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-03-24T02:28:33.780Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T02:28:33.780Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-24T02:28:33.780Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-24T02:28:33.780Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-24T02:28:33.780Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-24T02:28:33.780Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-24T02:28:33.781Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-24T02:28:33.781Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-24T02:28:33.781Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-24T02:28:33.781Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-24T02:28:33.781Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-24T02:28:33.781Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-24T02:28:33.781Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-24T02:28:33.781Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-24T02:28:33.781Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:28:33.781Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:28:33.781Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-24T02:28:33.781Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-24T02:28:33.781Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T02:28:33.781Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:28:33.781Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:28:33.781Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-24T02:28:33.782Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-24T02:28:33.782Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T02:28:33.782Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:28:33.782Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:28:33.782Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:28:33.782Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-24T02:28:33.782Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-24T02:28:33.782Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-24T02:28:33.782Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-24T02:28:33.782Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-24T02:28:33.782Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-24T02:28:33.782Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:28:33.782Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T02:28:33.783Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:28:33.783Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-24T02:28:33.783Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T02:28:33.783Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:28:33.783Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-24T02:28:33.783Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T02:28:33.783Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:28:33.783Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-24T02:28:33.783Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T02:28:33.783Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:28:33.783Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-24T02:28:33.783Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-24T02:28:33.783Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-24T02:28:33.784Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=eee23073-1f26-43cf-bace-7f5f98ea164a
2022-03-24T02:28:33.784Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:28:33.784Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:28:33.784Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:28:33.784Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:28:33.784Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:28:33.784Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:28:33.784Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:28:33.784Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:28:33.784Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:e9f2df6e-85d3-4167-96f8-d46bd72ae3d6
Model Version:NULL
Model InvariantUuid:239029bf-a6eb-4257-af88-dfa66f60b31b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:7740a45d-6914-4306-8df4-ab321a1d60e6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a4cfb05b-bd77-4663-8aff-371cbc2aed00
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ebb7b7f1-94fb-4d40-9e38-e0b9e4143bfb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5991491d-3788-481d-a5ec-4fdcd2467ffa
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:15a1f364-ef10-4008-94c4-ac924ba3b6bc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:eee23073-1f26-43cf-bace-7f5f98ea164a
ModelInvariantUuid:1d873b23-574c-4753-a963-ea87721f7c78
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:2c001a09-e6e0-417c-93a6-b2953bbc1387
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:8111f864-2966-4856-acc7-95c789537c51
ModelInvariantUuid:060233c0-b1d5-48ca-800a-294a51530e28
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:e5ab62b5-a648-4d26-9b91-1814c8aca41e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-24T02:28:33.788Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 07e392dd-9590-4ffb-b0e8-14d78879628d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T02:28:33.789Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2022-03-24T02:28:33.790Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 07e392dd-9590-4ffb-b0e8-14d78879628d
2022-03-24T02:28:33.790Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6e7d9774-379e-43c3-abdd-c793c52b6a7b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-24T02:28:33.790Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-24T02:28:33.790Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-24T02:28:34.006Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-24T02:28:34.007Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 6e7d9774-379e-43c3-abdd-c793c52b6a7b 792
2022-03-24T02:28:34.007Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-03-24T02:28:34.007Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-24T02:28:34.007Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T02:28:34.007Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:28:34.009Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:28:34.009Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088914007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:28:34.109Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:28:34.109Z||pool-184-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:28:34.110Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:28:34.123Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:28:34.123Z||pool-184-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:28:34.351Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:28:34.352Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:28:34.352Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:28:34.378Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:28:34.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:28:34.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088854300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:28:34.379Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:28:35.009Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5991491d-3788-481d-a5ec-4fdcd2467ffa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "15a1f364-ef10-4008-94c4-ac924ba3b6bc",
    "vfModuleModelCustomizationUUID": "9aafedab-35a1-4753-8c10-cf5fb001aeab",
    "isBase": true,
    "artifacts": [
      "d79dfeee-c45b-4fe4-9332-78301ecc1f29",
      "3de66594-42b7-4778-b9cb-d8c1d1848b8a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-24T02:28:35.012Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:15a1f364-ef10-4008-94c4-ac924ba3b6bc
VfModuleModelInvariantUUID:5991491d-3788-481d-a5ec-4fdcd2467ffa
VfModuleModelDescription:NULL
Artifacts UUID List:{
d79dfeee-c45b-4fe4-9332-78301ecc1f29
,
3de66594-42b7-4778-b9cb-d8c1d1848b8a

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-24T02:28:35.013Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5991491d-3788-481d-a5ec-4fdcd2467ffa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "15a1f364-ef10-4008-94c4-ac924ba3b6bc",
    "vfModuleModelCustomizationUUID": "9aafedab-35a1-4753-8c10-cf5fb001aeab",
    "isBase": true,
    "artifacts": [
      "d79dfeee-c45b-4fe4-9332-78301ecc1f29",
      "3de66594-42b7-4778-b9cb-d8c1d1848b8a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-24T02:28:35.013Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:15a1f364-ef10-4008-94c4-ac924ba3b6bc
VfModuleModelInvariantUUID:5991491d-3788-481d-a5ec-4fdcd2467ffa
VfModuleModelDescription:NULL
Artifacts UUID List:{
d79dfeee-c45b-4fe4-9332-78301ecc1f29
,
3de66594-42b7-4778-b9cb-d8c1d1848b8a

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-03-24T02:28:35.013Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d79dfeee-c45b-4fe4-9332-78301ecc1f29 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-24T02:28:35.014Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-24T02:28:35.014Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-24T02:28:35.208Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-24T02:28:35.208Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml d79dfeee-c45b-4fe4-9332-78301ecc1f29 5033
2022-03-24T02:28:35.209Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-24T02:28:35.209Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-24T02:28:35.209Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T02:28:35.209Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:28:35.211Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:28:35.211Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088915209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:28:35.311Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:28:35.311Z||pool-185-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:28:35.311Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:28:35.323Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:28:35.324Z||pool-185-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:28:36.211Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3de66594-42b7-4778-b9cb-d8c1d1848b8a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-24T02:28:36.212Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-24T02:28:36.212Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-24T02:28:36.399Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-24T02:28:36.399Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 3de66594-42b7-4778-b9cb-d8c1d1848b8a 903
2022-03-24T02:28:36.400Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-24T02:28:36.400Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-24T02:28:36.400Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T02:28:36.400Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:28:36.401Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:28:36.401Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088916400,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:28:36.501Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:28:36.502Z||pool-186-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:28:36.502Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:28:36.514Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:28:36.514Z||pool-186-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:28:37.402Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e9f2df6e-85d3-4167-96f8-d46bd72ae3d6
2022-03-24T02:28:37.402Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 07e392dd-9590-4ffb-b0e8-14d78879628d ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T02:28:37.409Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@705ea291, org.onap.sdc.toscaparser.api.parameters.Input@7c89c516, org.onap.sdc.toscaparser.api.parameters.Input@2f8e82b5, org.onap.sdc.toscaparser.api.parameters.Input@6cb921d1, org.onap.sdc.toscaparser.api.parameters.Input@69764cfd]
2022-03-24T02:28:37.410Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:28:37.410Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:28:37.411Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-03-24T02:28:37.411Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= ebb7b7f1-94fb-4d40-9e38-e0b9e4143bfb
2022-03-24T02:28:37.411Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ebb7b7f1-94fb-4d40-9e38-e0b9e4143bfb matches Tosca VF Customization UUID: ebb7b7f1-94fb-4d40-9e38-e0b9e4143bfb
2022-03-24T02:28:37.411Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: ebb7b7f1-94fb-4d40-9e38-e0b9e4143bfb  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-24T02:28:37.412Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:28:37.412Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:28:37.413Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id ebb7b7f1-94fb-4d40-9e38-e0b9e4143bfb: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-03-24T02:28:37.413Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@25b7212f
2022-03-24T02:28:37.413Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:28:37.413Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T02:28:37.413Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9aafedab-35a1-4753-8c10-cf5fb001aeab
2022-03-24T02:28:37.413Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9aafedab-35a1-4753-8c10-cf5fb001aeab
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-24T02:28:37.414Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:28:37.414Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-24T02:28:37.415Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T02:28:37.415Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:28:37.415Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-24T02:28:37.415Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T02:28:37.415Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:28:37.415Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-24T02:28:37.415Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-24T02:28:37.415Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-24T02:28:37.416Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=eee23073-1f26-43cf-bace-7f5f98ea164a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-24T02:28:37.417Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:28:37.417Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-24T02:28:37.417Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T02:28:37.417Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:28:37.417Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-24T02:28:37.417Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ebb7b7f1-94fb-4d40-9e38-e0b9e4143bfb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T02:28:37.418Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:28:37.418Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:28:37.418Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e9f2df6e-85d3-4167-96f8-d46bd72ae3d6: basic_vm_macro
2022-03-24T02:28:37.418Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:28:37.418Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:28:37.419Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:28:37.419Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:28:37.419Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:28:37.419Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:28:37.419Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:28:37.419Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:28:37.419Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:28:37.419Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:28:37.419Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:28:37.459Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 07e392dd-9590-4ffb-b0e8-14d78879628d 1 ASDC deployResourceStructure
2022-03-24T02:28:37.460Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-03-24T02:28:37.460Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-24T02:28:37.460Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T02:28:37.460Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:28:37.461Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:28:37.461Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088917460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T02:28:37.561Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:28:37.562Z||pool-187-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:28:37.562Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:28:37.574Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:28:37.574Z||pool-187-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-24T02:28:38.462Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-24T02:28:38.462Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-24T02:28:38.462Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T02:28:38.463Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:28:38.464Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:28:38.464Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088918462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T02:28:38.564Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:28:38.565Z||pool-188-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:28:38.565Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:28:38.577Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:28:38.578Z||pool-188-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:28:39.465Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-24T02:28:39.465Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-24T02:28:39.465Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T02:28:39.466Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:28:39.467Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:28:39.467Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088919464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-24T02:28:39.567Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:28:39.568Z||pool-189-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:28:39.568Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:28:39.578Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:28:39.578Z||pool-189-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-03-24T02:28:40.468Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-24T02:28:40.468Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-24T02:28:40.468Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T02:28:40.469Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:28:40.470Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:28:40.470Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088920468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T02:28:40.570Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T02:28:40.571Z||pool-190-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:28:40.571Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:28:40.584Z||pool-190-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:28:40.584Z||pool-190-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:28:41.471Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75633dee-481c-443e-868d-49c84c85b5de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:28:41.479Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75633dee-481c-443e-868d-49c84c85b5de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:28:41.480Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T02:28:41.480Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T02:28:41.480Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T02:29:11.480Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75633dee-481c-443e-868d-49c84c85b5de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:29:11.487Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75633dee-481c-443e-868d-49c84c85b5de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:29:11.488Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T02:29:11.488Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T02:29:11.489Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T02:29:34.351Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:29:34.352Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:29:34.352Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:29:34.373Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:29:34.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088854350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "aai-ml",
  "timestamp": 1648088855105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:29:34.387Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:29:34.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088855509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:29:34.387Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:29:34.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088854350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088856708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:29:34.388Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:29:34.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088854350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T02:29:34.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088856428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088857729,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:29:34.392Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 75633dee-481c-443e-868d-49c84c85b5de
2022-03-24T02:29:34.392Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75633dee-481c-443e-868d-49c84c85b5de and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:29:34.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088854350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-24T02:29:34.399Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088856428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.399Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088858732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T02:29:34.399Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:29:34.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088854350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088856428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088854350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-24T02:29:34.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088856428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088854350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088856428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "aai-ml",
  "timestamp": 1648088861949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T02:29:34.401Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:29:34.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088854350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:29:34.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088856428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "aai-ml",
  "timestamp": 1648088862951,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:29:34.405Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 75633dee-481c-443e-868d-49c84c85b5de
2022-03-24T02:29:34.405Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75633dee-481c-443e-868d-49c84c85b5de and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:29:34.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088856428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088863098,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:29:34.415Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:29:34.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088856428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:29:34.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088865003,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:29:34.416Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:29:34.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088865143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:29:34.416Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:29:34.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088866053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:29:34.416Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:29:34.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088867103,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:29:34.417Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:29:34.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088867135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T02:29:34.417Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:29:34.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088868137,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:29:34.420Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 75633dee-481c-443e-868d-49c84c85b5de
2022-03-24T02:29:34.420Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75633dee-481c-443e-868d-49c84c85b5de and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:29:34.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088868179,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T02:29:34.425Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:29:34.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088869182,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T02:29:34.426Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:29:34.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088870186,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-24T02:29:34.426Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:29:34.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088871188,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T02:29:34.426Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:29:34.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "aai-ml",
  "timestamp": 1648088876236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "aai-ml",
  "timestamp": 1648088876236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "cds",
  "timestamp": 1648088882339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "aai-ml",
  "timestamp": 1648088876236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "cds",
  "timestamp": 1648088882339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "aai-ml",
  "timestamp": 1648088876236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088884146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "cds",
  "timestamp": 1648088882339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "aai-ml",
  "timestamp": 1648088876236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088884146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "cds",
  "timestamp": 1648088882339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088885424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "aai-ml",
  "timestamp": 1648088876236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088884146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "cds",
  "timestamp": 1648088882339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088885424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T02:29:34.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088886429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "aai-ml",
  "timestamp": 1648088876236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088884146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "cds",
  "timestamp": 1648088882339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088885424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-03-24T02:29:34.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088886429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "aai-ml",
  "timestamp": 1648088876236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088884146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "cds",
  "timestamp": 1648088882339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088885424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088886429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "aai-ml",
  "timestamp": 1648088876236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088884146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "cds",
  "timestamp": 1648088882339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088885424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-03-24T02:29:34.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088886429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "aai-ml",
  "timestamp": 1648088876236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:29:34.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088884146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "cds",
  "timestamp": 1648088882339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088885424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-03-24T02:29:34.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088886429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088884146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "aai-ml",
  "timestamp": 1648088891805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:29:34.437Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:29:34.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "cds",
  "timestamp": 1648088882339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:29:34.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088885424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-03-24T02:29:34.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088886429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088884146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "cds",
  "timestamp": 1648088893070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:29:34.438Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:29:34.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088885424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088886429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648088884146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088885424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088886429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "cds",
  "timestamp": 1648088894289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:29:34.446Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7d0ff257-ea20-430a-b187-425f21485f5b
2022-03-24T02:29:34.446Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d0ff257-ea20-430a-b187-425f21485f5b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:29:34.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088885424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:29:34.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088886429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088886429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:29:34.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088896139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:29:34.452Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:29:34.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088897166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:29:34.452Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:29:34.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088897187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:29:34.453Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:29:34.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "aai-ml",
  "timestamp": 1648088897277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T02:29:34.453Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:29:34.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "aai-ml",
  "timestamp": 1648088898280,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:29:34.456Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7d0ff257-ea20-430a-b187-425f21485f5b
2022-03-24T02:29:34.456Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d0ff257-ea20-430a-b187-425f21485f5b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:29:34.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088898303,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:29:34.460Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:29:34.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088899205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T02:29:34.461Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:29:34.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088899503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:29:34.461Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:29:34.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648088900208,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:29:34.464Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7d0ff257-ea20-430a-b187-425f21485f5b
2022-03-24T02:29:34.464Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d0ff257-ea20-430a-b187-425f21485f5b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:29:34.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088900567,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:29:34.471Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7d0ff257-ea20-430a-b187-425f21485f5b
2022-03-24T02:29:34.471Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d0ff257-ea20-430a-b187-425f21485f5b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:29:34.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648088901569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T02:29:34.476Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:29:34.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c7b27c6-6647-45de-b48c-7cb3a0738fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088902802,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T02:29:34.476Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:29:34.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088854350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.476Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088854350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T02:29:34.477Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088854350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-24T02:29:34.477Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088854350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.477Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088854350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-24T02:29:34.478Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088854350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.478Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088854350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:29:34.478Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088854350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:29:34.479Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:29:34.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088911915,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:29:34.479Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:29:34.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-24T02:29:34.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088914007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:29:34.479Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:29:41.489Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75633dee-481c-443e-868d-49c84c85b5de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:29:41.496Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75633dee-481c-443e-868d-49c84c85b5de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:29:41.498Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T02:29:41.498Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T02:29:41.498Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-24T02:29:41.498Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-24T02:29:41.499Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:29:41.499Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:29:41.499Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:29:41.499Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:29:41.499Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:29:41.499Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:29:41.502Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-24T02:30:11.502Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 75633dee-481c-443e-868d-49c84c85b5de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-24T02:30:11.507Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 75633dee-481c-443e-868d-49c84c85b5de and serviceModelVersionId: e9f2df6e-85d3-4167-96f8-d46bd72ae3d6
2022-03-24T02:30:11.507Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 239029bf-a6eb-4257-af88-dfa66f60b31b
2022-03-24T02:30:11.507Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/239029bf-a6eb-4257-af88-dfa66f60b31b/model-vers/model-ver/e9f2df6e-85d3-4167-96f8-d46bd72ae3d6?depth=0
2022-03-24T02:30:11.511Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T02:30:11.531Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/239029bf-a6eb-4257-af88-dfa66f60b31b/model-vers/model-ver/e9f2df6e-85d3-4167-96f8-d46bd72ae3d6?depth=0|INFO|500||Invoke
2022-03-24T02:30:11.531Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/239029bf-a6eb-4257-af88-dfa66f60b31b/model-vers/model-ver/e9f2df6e-85d3-4167-96f8-d46bd72ae3d6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/239029bf-a6eb-4257-af88-dfa66f60b31b/model-vers/model-ver/e9f2df6e-85d3-4167-96f8-d46bd72ae3d6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[75633dee-481c-443e-868d-49c84c85b5de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[29b8b08f-fe66-4813-8536-c07b48b2f656], X-ECOMP-RequestID=[75633dee-481c-443e-868d-49c84c85b5de], X-TransactionId=[], X-ONAP-RequestID=[75633dee-481c-443e-868d-49c84c85b5de], Content-Type=[application/merge-patch+json]}
2022-03-24T02:30:11.545Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/239029bf-a6eb-4257-af88-dfa66f60b31b/model-vers/model-ver/e9f2df6e-85d3-4167-96f8-d46bd72ae3d6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-24T02:30:11.626Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/239029bf-a6eb-4257-af88-dfa66f60b31b/model-vers/model-ver/e9f2df6e-85d3-4167-96f8-d46bd72ae3d6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/239029bf-a6eb-4257-af88-dfa66f60b31b/model-vers/model-ver/e9f2df6e-85d3-4167-96f8-d46bd72ae3d6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220324-02:30:11:553-69113], vertex-id=[262328], Content-Length=[0], Date=[Thu, 24 Mar 2022 02:30:11 GMT], Content-Type=[application/json]}
2022-03-24T02:30:11.626Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/239029bf-a6eb-4257-af88-dfa66f60b31b/model-vers/model-ver/e9f2df6e-85d3-4167-96f8-d46bd72ae3d6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-24T02:30:11.626Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/239029bf-a6eb-4257-af88-dfa66f60b31b/model-vers/model-ver/e9f2df6e-85d3-4167-96f8-d46bd72ae3d6?depth=0|INFO|500||InvokeReturn
2022-03-24T02:30:11.626Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T02:30:11.626Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T02:30:11.629Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-24T02:30:11.629Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 75633dee-481c-443e-868d-49c84c85b5de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-24T02:30:11.629Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-24T02:30:11.629Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:30:11.631Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:30:11.631Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089011629,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T02:30:11.731Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:30:11.731Z||pool-191-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:30:11.731Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:30:11.743Z||pool-191-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:30:11.744Z||pool-191-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-24T02:30:12.639Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:30:12.640Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:30:12.640Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:30:17.361Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:30:17.362Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T02:30:17.362Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"7d0ff257-ea20-430a-b187-425f21485f5b","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"cc8336ea-a8b7-4870-9831-fe36be9a26ca","serviceDescription":"service","serviceInvariantUUID":"002dc446-93d2-469a-982f-bc977224408a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8cc18f35-f794-49fd-82f7-256e3839fee6","resourceInvariantUUID":"80bbb991-741b-46a2-8a42-800a1b77eece","resourceCustomizationUUID":"cc9bc389-c494-4ad4-9494-dad3eb8a068a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"YjBhYTRhNTMxYjExZjhkODg4ZGJmMTY0M2U5MTcxYzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f319cde6-c497-4cc0-98df-d4895131e0b2","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"OGE3OWI1MTIwMzg3ZTQ4YWE3MWYyZTIwNTBkOWUyMjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a85e918a-5447-400c-aba3-dc908f0abf27","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b7d6e883-73c7-4c10-9939-2eaa8201bbcc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"50a1c9d0-e76c-4844-80df-37882771c6ae","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"eabd7d0c-644f-4ae8-a86e-376028b5ab9e","artifactVersion":"2","generatedFromUUID":"30a44fba-ba6e-4296-ac85-f7e4cc6c5ed9"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3b62cfdc-656f-43ed-b1e8-19ad15f2e79e","artifactVersion":"2","generatedFromUUID":"b7d6e883-73c7-4c10-9939-2eaa8201bbcc"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"30a44fba-ba6e-4296-ac85-f7e4cc6c5ed9","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c33a50a9-40bc-4237-9eb0-6f7186fbc616","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"OTE1MWE5M2QyNGY0MDQ2YzVlNmRkOTdkMTkxNzhmMzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c5d8fdce-6851-472d-bc4a-fe70cc43e540","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YWE5ZGI5OTQ5MzAwNzhjMTAxNDFjZTI4NjA4ZDIxZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6a46a957-7ee6-4602-b26e-1447c3b856b7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T02:30:17.363Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:30:17.363Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:30:17.364Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:30:17.364Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089012639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:30:17.464Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:30:17.465Z||pool-192-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:30:17.465Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:30:17.477Z||pool-192-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:30:17.477Z||pool-192-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:30:18.365Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:30:18.365Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:30:18.366Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:30:18.366Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089012639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T02:30:18.467Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:30:18.467Z||pool-193-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:30:18.467Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:30:18.479Z||pool-193-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:30:18.479Z||pool-193-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-24T02:30:19.367Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:30:19.367Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:30:19.369Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:30:19.369Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089012639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-03-24T02:30:19.469Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:30:19.469Z||pool-194-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:30:19.469Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:30:19.481Z||pool-194-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:30:19.481Z||pool-194-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:30:20.369Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:30:20.370Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:30:20.371Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:30:20.371Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089012639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:30:20.471Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:30:20.472Z||pool-195-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:30:20.472Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:30:20.484Z||pool-195-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:30:20.484Z||pool-195-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:30:21.372Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:30:21.372Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:30:21.373Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:30:21.374Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089012639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-03-24T02:30:21.474Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:30:21.474Z||pool-196-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:30:21.474Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:30:21.486Z||pool-196-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:30:21.487Z||pool-196-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:30:22.374Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:30:22.374Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:30:22.376Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:30:22.376Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089012639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-03-24T02:30:22.476Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:30:22.476Z||pool-197-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:30:22.476Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:30:22.490Z||pool-197-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:30:22.490Z||pool-197-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:30:23.376Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:30:23.377Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:30:23.378Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:30:23.378Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089012639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-03-24T02:30:23.478Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:30:23.479Z||pool-198-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:30:23.479Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:30:23.490Z||pool-198-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:30:23.490Z||pool-198-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:30:24.379Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:30:24.379Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:30:24.380Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:30:24.381Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089012639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:30:24.481Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:30:24.481Z||pool-199-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:30:24.481Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:30:24.493Z||pool-199-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:30:24.494Z||pool-199-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:30:25.381Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:30:25.381Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:30:25.383Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:30:25.383Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089012639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:30:25.483Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:30:25.483Z||pool-200-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:30:25.484Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:30:25.496Z||pool-200-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:30:25.496Z||pool-200-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:30:26.383Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T02:30:26.384Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:30:26.385Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:30:26.385Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089012639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:30:26.485Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:30:26.486Z||pool-201-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:30:26.486Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:30:26.499Z||pool-201-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:30:26.499Z||pool-201-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:30:27.386Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "cc8336ea-a8b7-4870-9831-fe36be9a26ca",
  "serviceDescription": "service",
  "serviceInvariantUUID": "002dc446-93d2-469a-982f-bc977224408a",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "cc9bc389-c494-4ad4-9494-dad3eb8a068a",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8cc18f35-f794-49fd-82f7-256e3839fee6",
      "resourceInvariantUUID": "80bbb991-741b-46a2-8a42-800a1b77eece",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "OGE3OWI1MTIwMzg3ZTQ4YWE3MWYyZTIwNTBkOWUyMjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a85e918a-5447-400c-aba3-dc908f0abf27",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b7d6e883-73c7-4c10-9939-2eaa8201bbcc",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3b62cfdc-656f-43ed-b1e8-19ad15f2e79e",
            "generatedFromUUID": "b7d6e883-73c7-4c10-9939-2eaa8201bbcc"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "eabd7d0c-644f-4ae8-a86e-376028b5ab9e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3b62cfdc-656f-43ed-b1e8-19ad15f2e79e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "30a44fba-ba6e-4296-ac85-f7e4cc6c5ed9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YWE5ZGI5OTQ5MzAwNzhjMTAxNDFjZTI4NjA4ZDIxZGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6a46a957-7ee6-4602-b26e-1447c3b856b7"
    }
  ],
  "workloadContext": "Production"
}
2022-03-24T02:30:27.386Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T02:30:27.387Z|75633dee-481c-443e-868d-49c84c85b5de|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 cc8336ea-a8b7-4870-9831-fe36be9a26ca ASDC
2022-03-24T02:30:27.387Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:7d0ff257-ea20-430a-b187-425f21485f5b
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:cc8336ea-a8b7-4870-9831-fe36be9a26ca
ServiceInvariantUUID:002dc446-93d2-469a-982f-bc977224408a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:6a46a957-7ee6-4602-b26e-1447c3b856b7
ArtifactChecksum:YWE5ZGI5OTQ5MzAwNzhjMTAxNDFjZTI4NjA4ZDIxZGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:cc9bc389-c494-4ad4-9494-dad3eb8a068a
ResourceInvariantUUID:80bbb991-741b-46a2-8a42-800a1b77eece
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:8cc18f35-f794-49fd-82f7-256e3839fee6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:a85e918a-5447-400c-aba3-dc908f0abf27
ArtifactChecksum:OGE3OWI1MTIwMzg3ZTQ4YWE3MWYyZTIwNTBkOWUyMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:b7d6e883-73c7-4c10-9939-2eaa8201bbcc
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:3b62cfdc-656f-43ed-b1e8-19ad15f2e79e
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:eabd7d0c-644f-4ae8-a86e-376028b5ab9e
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:3b62cfdc-656f-43ed-b1e8-19ad15f2e79e
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:30a44fba-ba6e-4296-ac85-f7e4cc6c5ed9
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-24T02:30:27.387Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cc8336ea-a8b7-4870-9831-fe36be9a26ca ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-24T02:30:27.410Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T02:30:27.410Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-24T02:30:27.410Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-24T02:30:27.410Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6a46a957-7ee6-4602-b26e-1447c3b856b7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-03-24T02:30:27.410Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-24T02:30:27.410Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-03-24T02:30:27.796Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-24T02:30:27.802Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 6a46a957-7ee6-4602-b26e-1447c3b856b7 158215
2022-03-24T02:30:27.802Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-03-24T02:30:27.802Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-03-24T02:30:27.802Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T02:30:27.802Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:30:27.803Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:30:27.803Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089027802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:30:27.903Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:30:27.904Z||pool-202-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:30:27.904Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:30:27.916Z||pool-202-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:30:27.916Z||pool-202-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:30:28.804Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T02:30:28.804Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-24T02:30:28.805Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 6a46a957-7ee6-4602-b26e-1447c3b856b7, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-24T02:30:28.805Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-03-24T02:30:28.805Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-24T02:30:28.805Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-24T02:30:28.879Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13916427634018666930/Definitions/service-BasicCnfMacro-template.yml
2022-03-24T02:30:29.639Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T02:30:29.640Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-24T02:30:29.640Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-24T02:30:29.640Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-24T02:30:29.640Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-24T02:30:29.640Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-24T02:30:29.640Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-24T02:30:29.640Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-24T02:30:29.640Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-24T02:30:29.640Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:30:29.640Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:30:29.640Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-24T02:30:29.641Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-24T02:30:29.641Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T02:30:29.641Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:30:29.641Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:30:29.641Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-24T02:30:29.641Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-24T02:30:29.641Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T02:30:29.641Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:30:29.641Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:30:29.641Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:30:29.641Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-03-24T02:30:29.641Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-03-24T02:30:29.641Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-03-24T02:30:29.642Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-24T02:30:29.642Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:30:29.642Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T02:30:29.642Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:30:29.642Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-24T02:30:29.642Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T02:30:29.642Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:30:29.642Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-24T02:30:29.642Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T02:30:29.642Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:30:29.642Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-24T02:30:29.642Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T02:30:29.643Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:30:29.643Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-24T02:30:29.643Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T02:30:29.643Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:30:29.643Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-03-24T02:30:29.643Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-03-24T02:30:29.643Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=5d1256e7-628f-449c-976a-ba0ad79151ca
2022-03-24T02:30:29.643Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:30:29.643Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:30:29.643Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:30:29.643Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:30:29.643Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:30:29.643Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:30:29.643Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:30:29.644Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:30:29.644Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:cc8336ea-a8b7-4870-9831-fe36be9a26ca
Model Version:NULL
Model InvariantUuid:002dc446-93d2-469a-982f-bc977224408a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:d6075dba-e700-4921-9463-7f27d81358ff
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:80bbb991-741b-46a2-8a42-800a1b77eece
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cc9bc389-c494-4ad4-9494-dad3eb8a068a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:62787aa0-5d0d-400f-880c-217bc3f49f5d
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:7fb2c84e-cf2a-4c53-a811-b5579b799c38
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:9bf3caa3-340b-4ccc-a169-840a8194abd1
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:1efaa9a3-9701-4224-9f0d-22bbca18b226
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5d1256e7-628f-449c-976a-ba0ad79151ca
ModelInvariantUuid:d24394cb-8b61-4cf9-9aa1-e8afc4e754b4
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:5a401cc5-9765-4e0e-9ebb-09043d00892b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:c08c5137-2d6f-4a2d-bffc-fc5389d5a2a1
ModelInvariantUuid:3e2d32bd-858d-4004-83d1-8500e5709b0c
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:7ec151e1-910d-4da7-aa13-b673701c7257
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-24T02:30:29.648Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 8cc18f35-f794-49fd-82f7-256e3839fee6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T02:30:29.649Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0
2022-03-24T02:30:29.649Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8cc18f35-f794-49fd-82f7-256e3839fee6
2022-03-24T02:30:29.649Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a85e918a-5447-400c-aba3-dc908f0abf27 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-03-24T02:30:29.649Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-24T02:30:29.649Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-03-24T02:30:29.928Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-24T02:30:29.928Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json a85e918a-5447-400c-aba3-dc908f0abf27 1565
2022-03-24T02:30:29.928Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-03-24T02:30:29.929Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-03-24T02:30:29.929Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T02:30:29.929Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:30:29.930Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:30:29.930Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089029928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:30:30.030Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:30:30.031Z||pool-203-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:30:30.031Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:30:30.042Z||pool-203-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:30:30.042Z||pool-203-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:30:30.930Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "9bf3caa3-340b-4ccc-a169-840a8194abd1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1efaa9a3-9701-4224-9f0d-22bbca18b226",
    "vfModuleModelCustomizationUUID": "e3bf98f3-9167-4f5d-89bc-329766f27d1d",
    "isBase": true,
    "artifacts": [
      "b7d6e883-73c7-4c10-9939-2eaa8201bbcc",
      "3b62cfdc-656f-43ed-b1e8-19ad15f2e79e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "62787aa0-5d0d-400f-880c-217bc3f49f5d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7fb2c84e-cf2a-4c53-a811-b5579b799c38",
    "vfModuleModelCustomizationUUID": "9d35ab7a-0ea1-4f75-a083-7a5bd96d03f1",
    "isBase": false,
    "artifacts": [
      "30a44fba-ba6e-4296-ac85-f7e4cc6c5ed9"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-24T02:30:30.933Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1efaa9a3-9701-4224-9f0d-22bbca18b226
VfModuleModelInvariantUUID:9bf3caa3-340b-4ccc-a169-840a8194abd1
VfModuleModelDescription:NULL
Artifacts UUID List:{
b7d6e883-73c7-4c10-9939-2eaa8201bbcc
,
3b62cfdc-656f-43ed-b1e8-19ad15f2e79e

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:7fb2c84e-cf2a-4c53-a811-b5579b799c38
VfModuleModelInvariantUUID:62787aa0-5d0d-400f-880c-217bc3f49f5d
VfModuleModelDescription:NULL
Artifacts UUID List:{
30a44fba-ba6e-4296-ac85-f7e4cc6c5ed9

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-03-24T02:30:30.934Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "9bf3caa3-340b-4ccc-a169-840a8194abd1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1efaa9a3-9701-4224-9f0d-22bbca18b226",
    "vfModuleModelCustomizationUUID": "e3bf98f3-9167-4f5d-89bc-329766f27d1d",
    "isBase": true,
    "artifacts": [
      "b7d6e883-73c7-4c10-9939-2eaa8201bbcc",
      "3b62cfdc-656f-43ed-b1e8-19ad15f2e79e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "62787aa0-5d0d-400f-880c-217bc3f49f5d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7fb2c84e-cf2a-4c53-a811-b5579b799c38",
    "vfModuleModelCustomizationUUID": "9d35ab7a-0ea1-4f75-a083-7a5bd96d03f1",
    "isBase": false,
    "artifacts": [
      "30a44fba-ba6e-4296-ac85-f7e4cc6c5ed9"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-24T02:30:30.934Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1efaa9a3-9701-4224-9f0d-22bbca18b226
VfModuleModelInvariantUUID:9bf3caa3-340b-4ccc-a169-840a8194abd1
VfModuleModelDescription:NULL
Artifacts UUID List:{
b7d6e883-73c7-4c10-9939-2eaa8201bbcc
,
3b62cfdc-656f-43ed-b1e8-19ad15f2e79e

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:7fb2c84e-cf2a-4c53-a811-b5579b799c38
VfModuleModelInvariantUUID:62787aa0-5d0d-400f-880c-217bc3f49f5d
VfModuleModelDescription:NULL
Artifacts UUID List:{
30a44fba-ba6e-4296-ac85-f7e4cc6c5ed9

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-03-24T02:30:30.934Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b7d6e883-73c7-4c10-9939-2eaa8201bbcc from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-03-24T02:30:30.934Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-24T02:30:30.935Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-03-24T02:30:31.230Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-24T02:30:31.230Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml b7d6e883-73c7-4c10-9939-2eaa8201bbcc 914
2022-03-24T02:30:31.230Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-03-24T02:30:31.230Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-03-24T02:30:31.230Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T02:30:31.231Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:30:31.232Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:30:31.232Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089031230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:30:31.332Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:30:31.332Z||pool-204-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:30:31.333Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:30:31.345Z||pool-204-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:30:31.345Z||pool-204-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-24T02:30:32.232Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: eabd7d0c-644f-4ae8-a86e-376028b5ab9e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-03-24T02:30:32.233Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-24T02:30:32.233Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-03-24T02:30:32.280Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-24T02:30:32.280Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env eabd7d0c-644f-4ae8-a86e-376028b5ab9e 12
2022-03-24T02:30:32.280Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-03-24T02:30:32.281Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-03-24T02:30:32.281Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T02:30:32.281Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:30:32.282Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:30:32.282Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089032280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:30:32.382Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:30:32.383Z||pool-205-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:30:32.383Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:30:32.395Z||pool-205-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:30:32.396Z||pool-205-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:30:33.283Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3b62cfdc-656f-43ed-b1e8-19ad15f2e79e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-03-24T02:30:33.283Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-24T02:30:33.283Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-03-24T02:30:33.395Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-24T02:30:33.396Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 3b62cfdc-656f-43ed-b1e8-19ad15f2e79e 96
2022-03-24T02:30:33.396Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-03-24T02:30:33.396Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-03-24T02:30:33.396Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T02:30:33.396Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:30:33.397Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:30:33.397Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089033396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:30:33.498Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:30:33.498Z||pool-206-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:30:33.498Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:30:33.511Z||pool-206-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:30:33.511Z||pool-206-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:30:34.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:30:34.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:30:34.352Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:30:34.377Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:30:34.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:30:34.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088915209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:30:34.378Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:30:34.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:30:34.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088916400,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:30:34.378Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:30:34.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:30:34.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088917460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T02:30:34.378Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:30:34.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:30:34.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088918462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T02:30:34.378Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:30:34.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:30:34.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088919464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-24T02:30:34.378Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:30:34.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:30:34.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648088920468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T02:30:34.378Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:30:34.398Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 30a44fba-ba6e-4296-ac85-f7e4cc6c5ed9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-03-24T02:30:34.398Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-24T02:30:34.398Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-03-24T02:30:34.611Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-24T02:30:34.611Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 30a44fba-ba6e-4296-ac85-f7e4cc6c5ed9 20206
2022-03-24T02:30:34.612Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-03-24T02:30:34.612Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-03-24T02:30:34.612Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T02:30:34.612Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:30:34.613Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:30:34.613Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089034612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:30:34.713Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:30:34.714Z||pool-207-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:30:34.714Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:30:34.725Z||pool-207-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:30:34.726Z||pool-207-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:30:35.616Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: cc8336ea-a8b7-4870-9831-fe36be9a26ca
2022-03-24T02:30:35.616Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 8cc18f35-f794-49fd-82f7-256e3839fee6 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T02:30:35.621Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5bc4fedf, org.onap.sdc.toscaparser.api.parameters.Input@4360a019, org.onap.sdc.toscaparser.api.parameters.Input@7c9efecd, org.onap.sdc.toscaparser.api.parameters.Input@1a1831fd, org.onap.sdc.toscaparser.api.parameters.Input@66d61667]
2022-03-24T02:30:35.622Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:30:35.622Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:30:35.622Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-03-24T02:30:35.622Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= cc9bc389-c494-4ad4-9494-dad3eb8a068a
2022-03-24T02:30:35.622Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cc9bc389-c494-4ad4-9494-dad3eb8a068a matches Tosca VF Customization UUID: cc9bc389-c494-4ad4-9494-dad3eb8a068a
2022-03-24T02:30:35.622Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: cc9bc389-c494-4ad4-9494-dad3eb8a068a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-24T02:30:35.623Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:30:35.623Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:30:35.624Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id cc9bc389-c494-4ad4-9494-dad3eb8a068a: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-03-24T02:30:35.624Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@70dfa3df
2022-03-24T02:30:35.624Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:30:35.624Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T02:30:35.624Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9d35ab7a-0ea1-4f75-a083-7a5bd96d03f1
2022-03-24T02:30:35.624Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9d35ab7a-0ea1-4f75-a083-7a5bd96d03f1
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-24T02:30:35.625Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:30:35.625Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-24T02:30:35.626Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T02:30:35.626Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:30:35.626Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-24T02:30:35.626Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T02:30:35.626Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:30:35.626Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-24T02:30:35.626Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=cc9bc389-c494-4ad4-9494-dad3eb8a068a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T02:30:35.627Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:30:35.627Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:30:35.627Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid cc8336ea-a8b7-4870-9831-fe36be9a26ca: basic_cnf_macro
2022-03-24T02:30:35.627Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:30:35.628Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:30:35.628Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:30:35.628Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:30:35.628Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:30:35.628Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:30:35.628Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:30:35.628Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:30:35.628Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T02:30:35.628Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T02:30:35.628Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T02:30:35.649Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 8cc18f35-f794-49fd-82f7-256e3839fee6 2 ASDC deployResourceStructure
2022-03-24T02:30:35.649Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-03-24T02:30:35.649Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-03-24T02:30:35.649Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T02:30:35.649Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:30:35.650Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:30:35.650Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089035649,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T02:30:35.751Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T02:30:35.751Z||pool-208-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:30:35.751Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:30:35.763Z||pool-208-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:30:35.763Z||pool-208-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-24T02:30:36.651Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-03-24T02:30:36.651Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-03-24T02:30:36.651Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T02:30:36.651Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:30:36.653Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:30:36.653Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089036651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T02:30:36.753Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:30:36.753Z||pool-209-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:30:36.753Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:30:36.767Z||pool-209-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:30:36.767Z||pool-209-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-24T02:30:37.654Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-03-24T02:30:37.654Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-03-24T02:30:37.654Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-24T02:30:37.654Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:30:37.656Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:30:37.656Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089037653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-24T02:30:37.756Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:30:37.757Z||pool-210-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:30:37.757Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:30:37.769Z||pool-210-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:30:37.769Z||pool-210-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-24T02:30:38.657Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-03-24T02:30:38.657Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-03-24T02:30:38.657Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T02:30:38.657Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:30:38.658Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:30:38.658Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089038657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-03-24T02:30:38.758Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:30:38.759Z||pool-211-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:30:38.759Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:30:38.770Z||pool-211-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:30:38.770Z||pool-211-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:30:39.659Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-03-24T02:30:39.659Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-03-24T02:30:39.659Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-24T02:30:39.660Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:30:39.661Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:30:39.661Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089039659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-24T02:30:39.761Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:30:39.761Z||pool-212-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:30:39.762Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:30:39.784Z||pool-212-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:30:39.784Z||pool-212-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:30:40.662Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-03-24T02:30:40.662Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-03-24T02:30:40.662Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T02:30:40.662Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:30:40.664Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:30:40.664Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089040662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T02:30:40.764Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:30:40.764Z||pool-213-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:30:40.765Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:30:40.777Z||pool-213-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:30:40.777Z||pool-213-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T02:30:41.664Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d0ff257-ea20-430a-b187-425f21485f5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:30:41.670Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d0ff257-ea20-430a-b187-425f21485f5b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T02:30:41.672Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T02:30:41.672Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T02:30:41.672Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-24T02:30:41.672Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-24T02:30:41.672Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:30:41.672Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:30:41.672Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:30:41.672Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:30:41.672Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T02:30:41.672Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T02:30:41.675Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-24T02:31:11.675Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7d0ff257-ea20-430a-b187-425f21485f5b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-24T02:31:11.680Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7d0ff257-ea20-430a-b187-425f21485f5b and serviceModelVersionId: cc8336ea-a8b7-4870-9831-fe36be9a26ca
2022-03-24T02:31:11.680Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 002dc446-93d2-469a-982f-bc977224408a
2022-03-24T02:31:11.681Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/002dc446-93d2-469a-982f-bc977224408a/model-vers/model-ver/cc8336ea-a8b7-4870-9831-fe36be9a26ca?depth=0
2022-03-24T02:31:11.684Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T02:31:11.703Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/002dc446-93d2-469a-982f-bc977224408a/model-vers/model-ver/cc8336ea-a8b7-4870-9831-fe36be9a26ca?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-24T02:31:11.704Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/002dc446-93d2-469a-982f-bc977224408a/model-vers/model-ver/cc8336ea-a8b7-4870-9831-fe36be9a26ca?depth=0|INFO|500||Invoke
2022-03-24T02:31:11.717Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/002dc446-93d2-469a-982f-bc977224408a/model-vers/model-ver/cc8336ea-a8b7-4870-9831-fe36be9a26ca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-24T02:31:11.795Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/002dc446-93d2-469a-982f-bc977224408a/model-vers/model-ver/cc8336ea-a8b7-4870-9831-fe36be9a26ca?depth=0|INFO|500||InvokeReturn
2022-03-24T02:31:11.795Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/002dc446-93d2-469a-982f-bc977224408a/model-vers/model-ver/cc8336ea-a8b7-4870-9831-fe36be9a26ca?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220324-02:31:11:725-39373], vertex-id=[278608], Content-Length=[0], Date=[Thu, 24 Mar 2022 02:31:11 GMT], Content-Type=[application/json]}
2022-03-24T02:31:11.795Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-03-24T02:31:11.796Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T02:31:11.796Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T02:31:11.798Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-24T02:31:11.799Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7d0ff257-ea20-430a-b187-425f21485f5b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-24T02:31:11.799Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-24T02:31:11.799Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T02:31:11.800Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T02:31:11.800Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089071799,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T02:31:11.900Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T02:31:11.901Z||pool-214-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T02:31:11.901Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T02:31:11.913Z||pool-214-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:31:11.914Z||pool-214-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-24T02:31:12.809Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:31:12.809Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:31:12.809Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:31:22.354Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:31:22.354Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:31:22.354Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:31:22.354Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:31:31.895Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:31:34.350Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:31:34.350Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:31:34.350Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:31:34.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:31:34.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:31:34.352Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:31:34.374Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:31:34.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:31:34.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75633dee-481c-443e-868d-49c84c85b5de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089011629,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T02:31:34.375Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:31:34.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:31:34.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089012639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:31:34.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:31:34.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:31:34.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089012639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T02:31:34.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:31:34.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:31:34.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089012639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-03-24T02:31:34.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:31:34.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:31:34.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089012639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:31:34.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:31:34.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:31:34.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089012639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-03-24T02:31:34.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:31:34.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:31:34.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089012639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-03-24T02:31:34.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:31:34.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:31:34.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089012639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-03-24T02:31:34.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:31:34.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:31:34.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089012639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:31:34.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:31:34.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:31:34.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089012639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T02:31:34.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:31:34.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:31:34.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089012639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T02:31:34.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T02:31:34.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:31:34.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089027802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:31:34.378Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:31:34.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:31:34.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089029928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:31:34.378Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:31:34.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:31:34.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089031230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:31:34.378Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:31:34.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:31:34.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089032280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:31:34.378Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:31:34.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T02:31:34.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089033396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:31:34.379Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:31:43.896Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:32:34.350Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:32:34.350Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:32:34.351Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:32:34.351Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:32:34.352Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:32:34.352Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:32:34.375Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:32:34.376Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T02:32:34.376Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089034612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-24T02:32:34.376Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:32:43.900Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:33:34.350Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:33:34.351Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:33:34.351Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:33:34.352Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:33:34.352Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:33:34.352Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:33:34.877Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:33:34.877Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T02:33:34.877Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089035649,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T02:33:34.878Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:33:34.878Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T02:33:34.878Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089036651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T02:33:34.878Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:33:34.878Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T02:33:34.878Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089037653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-24T02:33:34.879Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:33:34.879Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T02:33:34.879Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089038657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-03-24T02:33:34.879Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:33:34.879Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T02:33:34.879Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089039659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-24T02:33:34.879Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:33:34.879Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T02:33:34.879Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089040662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T02:33:34.879Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:33:34.879Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T02:33:34.880Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d0ff257-ea20-430a-b187-425f21485f5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648089071799,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T02:33:34.880Z|ea693209-5b9b-4f96-bb13-8361cf12f99d|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T02:33:43.910Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:34:34.350Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:34:34.350Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:34:34.351Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:34:34.351Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:34:34.352Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:34:34.352Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:34:43.897Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:34:43.897Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:35:34.350Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:35:34.350Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:35:34.350Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:35:34.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:35:34.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:35:34.352Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:35:43.892Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:35:43.898Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:36:34.350Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:36:34.351Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:36:34.351Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:36:34.352Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:36:34.352Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:36:34.352Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:36:43.895Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:36:43.897Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:37:34.350Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:37:34.350Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:37:34.350Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:37:34.351Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:37:34.352Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:37:34.352Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:37:43.897Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:37:43.898Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:38:34.350Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:38:34.350Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:38:34.350Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:38:34.352Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:38:34.352Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:38:34.352Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:38:43.901Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:38:43.901Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:39:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:39:34.350Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:39:34.351Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:39:34.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:39:34.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:39:34.352Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:39:43.900Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:39:43.901Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:40:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:40:34.350Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:40:34.351Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:40:34.351Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:40:34.352Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:40:34.352Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:40:43.902Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:40:43.902Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:41:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:41:34.350Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:41:34.351Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:41:34.351Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:41:34.352Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:41:34.352Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:41:43.897Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:41:43.897Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:42:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:42:34.350Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:42:34.351Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:42:34.351Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:42:34.352Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:42:34.352Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:42:43.898Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:42:43.899Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:43:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:43:34.350Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:43:34.350Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:43:34.351Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:43:34.352Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:43:34.352Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:43:43.893Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:43:43.898Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:44:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:44:34.351Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:44:34.351Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:44:34.351Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:44:34.352Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:44:34.352Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:44:43.900Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:44:43.900Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:45:34.350Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:45:34.350Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:45:34.351Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:45:34.351Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:45:34.352Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:45:34.352Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:45:43.896Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:45:43.901Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:46:34.350Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:46:34.350Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:46:34.350Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:46:34.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:46:34.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:46:34.352Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:46:43.898Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:46:43.901Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:47:34.350Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:47:34.350Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:47:34.351Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:47:34.352Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:47:34.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:47:34.352Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:47:43.897Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:47:43.897Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:48:34.350Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:48:34.350Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:48:34.351Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:48:34.352Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:48:34.352Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:48:34.352Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:48:43.902Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:48:43.903Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:49:34.350Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:49:34.351Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:49:34.351Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:49:34.351Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:49:34.352Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:49:34.352Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:49:43.900Z|c9978135-ab1a-43f6-b5ec-55c8fd52eab8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:49:43.900Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:50:34.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:50:34.350Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:50:34.350Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:50:34.351Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:50:34.352Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:50:34.352Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:50:43.898Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:50:43.899Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:51:34.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:51:34.350Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:51:34.350Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:51:34.351Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:51:34.352Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:51:34.352Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:51:43.894Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:51:43.895Z|e8033a72-f745-4364-a0db-3a0dc4e4b1c1|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:52:34.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:52:34.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:52:34.351Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:52:34.351Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:52:34.352Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:52:34.352Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T02:52:43.896Z|7d0ff257-ea20-430a-b187-425f21485f5b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:52:43.897Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:53:16.515Z||http-nio-8085-exec-6|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)