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)

2021-05-11T10:51:41.749Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-6jvcs with PID 14 (/app/app.jar started by so in /app)
2021-05-11T10:51:41.754Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-05-11T10:51:41.755Z||main|||||INFO|500||The following profiles are active: basic
2021-05-11T10:51:48.146Z||main|||||INFO|500||Starting service [Tomcat]
2021-05-11T10:51:48.147Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-05-11T10:51:48.244Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-05-11T10:51:49.439Z||main|||||INFO|500||catdb-pool - Starting...
2021-05-11T10:51:49.653Z||main|||||INFO|500||catdb-pool - Start completed.
2021-05-11T10:51:49.951Z||main|||||INFO|500||reqdb-pool - Starting...
2021-05-11T10:51:49.960Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-05-11T10:51:50.055Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-05-11T10:51:50.185Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-05-11T10:51:50.477Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-05-11T10:51:51.235Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-11T10:51:52.844Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-11T10:51:52.882Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-05-11T10:51:53.314Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-11T10:51:53.441Z||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.
2021-05-11T10:51:54.526Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-11T10:51:55.340Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-05-11T10:51:55.355Z||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$$4f5586b7.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)
2021-05-11T10:51:55.356Z||main|||||WARN|500||The sdc end point is not alive
2021-05-11T10:51:57.237Z||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
2021-05-11T10:51:59.192Z||main|||||WARN|500||---
2021-05-11T10:51:59.192Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-05-11T10:51:59.192Z||main|||||WARN|500||---
2021-05-11T10:51:59.523Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-05-11T10:52:02.166Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-11T10:52:02.167Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-11T10:52:02.167Z||main|||||INFO|500||Started Application in 22.051 seconds (JVM running for 23.003)
2021-05-11T10:52:02.176Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-11T10:52:02.224Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-11T10:52:02.331Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6527aa81-edb3-4057-877c-064dcd58acff url= /sdc/v1/artifactTypes
2021-05-11T10:52:02.331Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-11T10:52:03.427Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.29.147] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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.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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-05-11T10:52:03.432Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@33a32825
2021-05-11T10:52:03.432Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-11T10:52:03.441Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-11T10:52:03.443Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-11T10:52:03.444Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-05-11T10:52:52.165Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-11T10:52:52.166Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-11T10:52:52.166Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-11T10:52:52.171Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-11T10:52:52.178Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0d7d8cbd-4bb5-4b2c-bd27-b19907025fb0 url= /sdc/v1/artifactTypes
2021-05-11T10:52:52.178Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-11T10:52:53.216Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.29.147] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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.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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-05-11T10:52:53.217Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c52190a
2021-05-11T10:52:53.217Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-11T10:52:53.217Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-11T10:52:53.217Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-11T10:52:53.218Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-05-11T10:53:42.163Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-11T10:53:42.163Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-11T10:53:42.163Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-11T10:53:42.166Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-11T10:53:42.170Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cb8ec719-b814-42b1-8c16-58eab77d862c url= /sdc/v1/artifactTypes
2021-05-11T10:53:42.170Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-11T10:53:42.332Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-05-11T10:53:42.339Z||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
2021-05-11T10:53:42.362Z||scheduling-1|||||DEBUG|500||create keys
2021-05-11T10:53:42.368Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-05-11T10:53:42.390Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T10:53:42.408Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e9e5089f-fc88-4319-a9ca-766cb6de6082 url= /sdc/v1/registerForDistribution
2021-05-11T10:53:42.627Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e9e5089f-fc88-4319-a9ca-766cb6de6082 url= /sdc/v1/registerForDistribution
2021-05-11T10:53:42.627Z||scheduling-1|||||INFO|500||start DistributionClient
2021-05-11T10:53:42.635Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T10:53:42.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T10:53:42.640Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-05-11T10:53:42.641Z||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.
2021-05-11T10:53:42.641Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T10:53:42.642Z||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.
2021-05-11T10:53:42.642Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T10:53:52.879Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T10:53:52.892Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T10:54:42.634Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T10:54:42.635Z||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.
2021-05-11T10:54:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T10:54:42.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T10:54:42.637Z||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.
2021-05-11T10:54:42.638Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T10:54:52.193Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T10:54:52.195Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T10:55:42.634Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T10:55:42.635Z||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.
2021-05-11T10:55:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T10:55:42.636Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T10:55:42.638Z||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.
2021-05-11T10:55:42.638Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T10:55:52.196Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T10:55:52.200Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T10:56:42.634Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T10:56:42.635Z||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.
2021-05-11T10:56:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T10:56:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T10:56:42.638Z||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.
2021-05-11T10:56:42.638Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T10:56:52.187Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T10:56:52.196Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T10:57:42.634Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T10:57:42.635Z||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.
2021-05-11T10:57:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T10:57:42.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T10:57:42.637Z||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.
2021-05-11T10:57:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T10:57:52.190Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T10:57:52.190Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T10:58:42.634Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T10:58:42.635Z||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.
2021-05-11T10:58:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T10:58:42.636Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T10:58:42.637Z||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.
2021-05-11T10:58:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T10:58:52.187Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T10:58:52.192Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T10:59:42.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T10:59:42.634Z||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.
2021-05-11T10:59:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T10:59:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T10:59:42.636Z||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.
2021-05-11T10:59:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T10:59:52.191Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T10:59:52.192Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:00:42.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:00:42.634Z||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.
2021-05-11T11:00:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:00:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:00:42.636Z||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.
2021-05-11T11:00:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:00:52.182Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:00:52.184Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:01:42.634Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:01:42.635Z||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.
2021-05-11T11:01:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:01:42.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:01:42.636Z||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.
2021-05-11T11:01:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:01:52.189Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:01:52.194Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:02:05.598Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-11T11:02:42.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:02:42.635Z||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.
2021-05-11T11:02:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:02:42.636Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:02:42.636Z||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.
2021-05-11T11:02:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:02:52.188Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:02:52.197Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:03:42.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:03:42.634Z||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.
2021-05-11T11:03:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:03:42.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:03:42.636Z||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.
2021-05-11T11:03:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:03:52.183Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:03:52.184Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:04:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:04:42.635Z||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.
2021-05-11T11:04:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:04:42.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:04:42.637Z||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.
2021-05-11T11:04:42.638Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:04:52.188Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:04:52.188Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:05:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:05:42.635Z||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.
2021-05-11T11:05:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:05:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:05:42.636Z||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.
2021-05-11T11:05:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:05:52.186Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:05:52.186Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:06:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:06:42.635Z||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.
2021-05-11T11:06:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:06:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:06:42.637Z||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.
2021-05-11T11:06:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:06:52.179Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:06:52.187Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:07:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:07:42.635Z||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.
2021-05-11T11:07:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:07:42.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:07:42.636Z||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.
2021-05-11T11:07:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:07:52.185Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:07:52.187Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:08:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:08:42.635Z||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.
2021-05-11T11:08:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:08:42.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:08:42.636Z||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.
2021-05-11T11:08:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:08:52.185Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:08:52.188Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:09:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:09:42.635Z||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.
2021-05-11T11:09:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:09:42.636Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:09:42.636Z||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.
2021-05-11T11:09:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:09:52.184Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:09:52.185Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:10:42.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:10:42.634Z||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.
2021-05-11T11:10:42.634Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:10:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:10:42.636Z||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.
2021-05-11T11:10:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:10:52.185Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:10:52.188Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:11:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:11:42.634Z||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.
2021-05-11T11:11:42.634Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:11:42.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:11:42.636Z||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.
2021-05-11T11:11:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:11:52.190Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:11:52.191Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:12:42.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:12:42.635Z||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.
2021-05-11T11:12:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:12:42.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:12:42.636Z||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.
2021-05-11T11:12:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:12:52.184Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:12:52.184Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:13:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:13:42.635Z||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.
2021-05-11T11:13:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:13:42.636Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:13:42.637Z||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.
2021-05-11T11:13:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:13:52.181Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:13:52.181Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:14:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:14:42.635Z||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.
2021-05-11T11:14:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:14:42.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:14:42.636Z||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.
2021-05-11T11:14:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:14:52.203Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:14:52.211Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:15:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:15:42.635Z||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.
2021-05-11T11:15:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:15:42.636Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:15:42.636Z||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.
2021-05-11T11:15:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:15:52.190Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:15:52.191Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:16:42.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:16:42.634Z||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.
2021-05-11T11:16:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:16:42.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:16:42.636Z||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.
2021-05-11T11:16:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:16:52.182Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:16:52.185Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:17:42.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:17:42.634Z||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.
2021-05-11T11:17:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:17:42.636Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:17:42.636Z||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.
2021-05-11T11:17:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:17:52.187Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:17:52.190Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:18:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:18:42.635Z||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.
2021-05-11T11:18:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:18:42.636Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:18:42.636Z||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.
2021-05-11T11:18:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:18:52.182Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:18:52.185Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:19:42.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:19:42.634Z||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.
2021-05-11T11:19:42.634Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:19:42.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:19:42.636Z||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.
2021-05-11T11:19:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:19:52.184Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:19:52.184Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:20:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:20:42.635Z||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.
2021-05-11T11:20:42.636Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:20:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:20:42.636Z||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.
2021-05-11T11:20:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:20:52.185Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:20:52.191Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:21:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:21:42.634Z||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.
2021-05-11T11:21:42.634Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:21:42.636Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:21:42.636Z||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.
2021-05-11T11:21:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:21:52.176Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:21:52.200Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:22:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:22:42.635Z||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.
2021-05-11T11:22:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:22:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:22:42.636Z||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.
2021-05-11T11:22:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:22:52.185Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:22:52.193Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:23:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:23:42.635Z||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.
2021-05-11T11:23:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:23:42.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:23:42.636Z||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.
2021-05-11T11:23:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:23:52.184Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:23:52.188Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:24:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:24:42.635Z||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.
2021-05-11T11:24:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:24:42.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:24:42.636Z||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.
2021-05-11T11:24:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:24:52.184Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:24:52.186Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:25:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:25:42.635Z||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.
2021-05-11T11:25:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:25:42.636Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:25:42.638Z||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.
2021-05-11T11:25:42.638Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:25:52.190Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:25:52.192Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:26:42.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:26:42.634Z||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.
2021-05-11T11:26:42.634Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:26:42.636Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:26:42.636Z||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.
2021-05-11T11:26:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:26:52.184Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:26:52.188Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:27:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:27:42.635Z||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.
2021-05-11T11:27:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:27:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:27:42.636Z||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.
2021-05-11T11:27:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:27:52.192Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:27:52.193Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:28:42.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:28:42.634Z||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.
2021-05-11T11:28:42.634Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:28:42.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:28:42.636Z||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.
2021-05-11T11:28:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:28:52.188Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:28:52.188Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:29:42.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:29:42.634Z||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.
2021-05-11T11:29:42.634Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:29:42.636Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:29:42.636Z||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.
2021-05-11T11:29:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:29:52.182Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:29:52.185Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:30:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:30:42.635Z||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.
2021-05-11T11:30:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:30:42.636Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:30:42.636Z||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.
2021-05-11T11:30:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:30:52.186Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:30:52.247Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:31:42.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:31:42.634Z||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.
2021-05-11T11:31:42.634Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:31:42.636Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:31:42.636Z||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.
2021-05-11T11:31:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:31:52.196Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:31:52.199Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:32:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:32:42.635Z||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.
2021-05-11T11:32:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:32:42.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:32:42.636Z||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.
2021-05-11T11:32:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:32:52.180Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:32:52.182Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:33:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:33:42.635Z||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.
2021-05-11T11:33:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:33:42.636Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:33:42.636Z||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.
2021-05-11T11:33:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:33:52.182Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:33:52.190Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:34:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:34:42.634Z||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.
2021-05-11T11:34:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:34:42.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:34:42.636Z||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.
2021-05-11T11:34:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:34:52.184Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:34:52.185Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:35:42.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:35:42.634Z||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.
2021-05-11T11:35:42.634Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:35:42.635Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:35:42.636Z||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.
2021-05-11T11:35:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:35:52.197Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:35:52.200Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:36:42.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:36:42.634Z||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.
2021-05-11T11:36:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:36:42.635Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:36:42.636Z||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.
2021-05-11T11:36:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:36:52.185Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:36:52.194Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:37:42.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:37:42.634Z||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.
2021-05-11T11:37:42.634Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:37:42.636Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:37:42.636Z||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.
2021-05-11T11:37:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:37:52.181Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:37:52.182Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:38:42.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:38:42.634Z||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.
2021-05-11T11:38:42.634Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:38:42.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:38:42.637Z||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.
2021-05-11T11:38:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:38:52.182Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:38:52.183Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:39:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:39:42.635Z||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.
2021-05-11T11:39:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:39:42.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:39:42.636Z||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.
2021-05-11T11:39:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:39:52.182Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:39:52.184Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:40:42.634Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:40:42.635Z||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.
2021-05-11T11:40:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:40:42.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:40:42.636Z||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.
2021-05-11T11:40:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:40:52.186Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:40:52.188Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:41:42.634Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:41:42.636Z||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.
2021-05-11T11:41:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:41:42.636Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:41:42.637Z||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.
2021-05-11T11:41:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:41:52.183Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:41:52.184Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:42:42.634Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:42:42.635Z||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.
2021-05-11T11:42:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:42:42.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:42:42.636Z||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.
2021-05-11T11:42:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:42:52.182Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:42:52.185Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:43:42.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:43:42.634Z||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.
2021-05-11T11:43:42.634Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:43:42.636Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:43:42.636Z||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.
2021-05-11T11:43:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:43:52.181Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:43:52.187Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:44:42.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:44:42.634Z||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.
2021-05-11T11:44:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:44:42.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:44:42.636Z||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.
2021-05-11T11:44:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:44:52.187Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:44:52.188Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:45:42.634Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:45:42.635Z||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.
2021-05-11T11:45:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:45:42.635Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:45:42.636Z||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.
2021-05-11T11:45:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:45:52.185Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:45:52.185Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:46:42.634Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:46:42.634Z||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.
2021-05-11T11:46:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:46:42.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:46:42.636Z||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.
2021-05-11T11:46:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:46:52.182Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:46:52.183Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:47:42.634Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:47:42.635Z||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.
2021-05-11T11:47:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:47:42.636Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:47:42.636Z||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.
2021-05-11T11:47:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:47:52.183Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:47:52.185Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:48:42.634Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:48:42.634Z||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.
2021-05-11T11:48:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:48:42.636Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:48:42.636Z||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.
2021-05-11T11:48:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:48:52.182Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:48:52.186Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:49:42.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:49:42.634Z||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.
2021-05-11T11:49:42.634Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:49:42.636Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:49:42.636Z||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.
2021-05-11T11:49:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:49:52.180Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:49:52.191Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:50:42.634Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:50:42.634Z||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.
2021-05-11T11:50:42.634Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:50:42.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:50:42.636Z||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.
2021-05-11T11:50:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:50:52.186Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:50:52.189Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:51:42.634Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:51:42.634Z||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.
2021-05-11T11:51:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:51:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:51:42.636Z||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.
2021-05-11T11:51:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:51:52.187Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:51:52.188Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:52:42.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:52:42.634Z||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.
2021-05-11T11:52:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:52:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:52:42.636Z||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.
2021-05-11T11:52:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:52:52.181Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:52:52.182Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:53:42.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:53:42.634Z||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.
2021-05-11T11:53:42.634Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:53:42.636Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:53:42.636Z||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.
2021-05-11T11:53:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:53:52.183Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:53:52.184Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:54:42.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:54:42.634Z||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.
2021-05-11T11:54:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:54:42.636Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:54:42.636Z||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.
2021-05-11T11:54:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:54:52.190Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:54:52.191Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:55:42.634Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:55:42.635Z||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.
2021-05-11T11:55:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:55:42.636Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:55:42.636Z||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.
2021-05-11T11:55:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:55:52.178Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:55:52.182Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:56:42.634Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:56:42.635Z||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.
2021-05-11T11:56:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:56:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:56:42.637Z||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.
2021-05-11T11:56:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:56:44.893Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:56:44.896Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T11:56:44.896Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"07e3ccb0-21a3-4d72-910c-87c1a441ee21","serviceName":"basic_onboard_kRQjUX","serviceVersion":"1.0","serviceUUID":"73143f36-fb48-499f-9bdf-8efc7475c95a","serviceDescription":"service","serviceInvariantUUID":"5e377954-9b80-408b-9d3f-3e592ce7bf81","resources":[{"resourceInstanceName":"basic_onboard_kRQjUX 0","resourceName":"basic_onboard_kRQjUX","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cae55ffa-7284-422c-b660-e086d62727e8","resourceInvariantUUID":"4f9914e4-3ede-4a67-b2b6-cc63153e6f3a","resourceCustomizationUUID":"8ba327db-73a4-451e-b7ec-f357cab1889d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vf-license-model.xml","artifactChecksum":"MTQwMzFkMDM2YzE5YjMxOTIyYTYwZTg1MjA5YjFiNjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"64f99cae-9648-481d-90e4-8da3a3c868a6","artifactVersion":"1"},{"artifactName":"basic_onboard_krqjux0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json","artifactChecksum":"N2U3MmYxZjhhZTU1YTMzOTExZTZiMmU0MDk1YjkxOTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9e68f1b7-e5ec-472e-9e0e-65f828aaf4cd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2caf58ff-4249-4666-a717-8d7b1a4ac1f4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"643faea2-037e-4e9c-b625-1cd5456172dd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b9c579b0-dbf9-473e-a3f9-f74502281a08","artifactVersion":"2","generatedFromUUID":"2caf58ff-4249-4666-a717-8d7b1a4ac1f4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKrqjux-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-template.yml","artifactChecksum":"ODU1MmE2ZDQxNzdjOWI0OTYwMTUwMTExYzgwMWRkZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4adf2915-da92-4631-8f15-5463d764a56b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKrqjux-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar","artifactChecksum":"NDQxODQzN2U5YjMzZmZlZGQyZWJkYTVlYWM5MmIyYTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6eeea27c-cf1c-4f27-8113-48d5dd1e63ce","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-11T11:56:44.908Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T11:56:44.913Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:56:44.922Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:56:44.923Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734202634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:56:45.023Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-05-11T11:56:45.025Z||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.
2021-05-11T11:56:45.026Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:56:45.038Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:56:45.038Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":3,"count":1}
2021-05-11T11:56:45.173Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:56:45.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:56:45.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734198364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:56:45.189Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:56:45.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:56:45.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734203946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:56:45.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:56:45.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:56:45.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734202634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:56:45.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:56:45.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:56:45.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734202336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:56:45.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:56:45.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:56:45.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734195063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:56:45.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:56:45.931Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T11:56:45.932Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:56:45.935Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:56:45.935Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734202634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T11:56:46.035Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:56:46.035Z||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.
2021-05-11T11:56:46.036Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:56:46.044Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:56:46.045Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:56:46.935Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T11:56:46.936Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:56:46.938Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:56:46.938Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734202634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-11T11:56:47.038Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:56:47.039Z||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.
2021-05-11T11:56:47.039Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:56:47.063Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:56:47.063Z||pool-5-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:56:47.939Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T11:56:47.940Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:56:47.943Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:56:47.943Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734202634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:56:48.043Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:56:48.044Z||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.
2021-05-11T11:56:48.045Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:56:48.066Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:56:48.066Z||pool-6-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-05-11T11:56:48.944Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T11:56:48.945Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:56:48.947Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:56:48.947Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734202634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-11T11:56:49.047Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:56:49.048Z||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.
2021-05-11T11:56:49.049Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:56:49.064Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:56:49.065Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:56:49.947Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T11:56:49.948Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:56:49.951Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:56:49.951Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734202634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:56:50.051Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:56:50.052Z||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.
2021-05-11T11:56:50.052Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:56:50.062Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:56:50.063Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:56:50.952Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T11:56:50.952Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:56:50.955Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:56:50.955Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734202634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T11:56:51.056Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-11T11:56:51.057Z||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.
2021-05-11T11:56:51.057Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:56:51.071Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:56:51.071Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:56:51.957Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "serviceName": "basic_onboard_kRQjUX",
  "serviceVersion": "1.0",
  "serviceUUID": "73143f36-fb48-499f-9bdf-8efc7475c95a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5e377954-9b80-408b-9d3f-3e592ce7bf81",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_kRQjUX 0",
      "resourceCustomizationUUID": "8ba327db-73a4-451e-b7ec-f357cab1889d",
      "resourceName": "basic_onboard_kRQjUX",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cae55ffa-7284-422c-b660-e086d62727e8",
      "resourceInvariantUUID": "4f9914e4-3ede-4a67-b2b6-cc63153e6f3a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_krqjux0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
          "artifactChecksum": "N2U3MmYxZjhhZTU1YTMzOTExZTZiMmU0MDk1YjkxOTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9e68f1b7-e5ec-472e-9e0e-65f828aaf4cd",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2caf58ff-4249-4666-a717-8d7b1a4ac1f4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b9c579b0-dbf9-473e-a3f9-f74502281a08",
            "generatedFromUUID": "2caf58ff-4249-4666-a717-8d7b1a4ac1f4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b9c579b0-dbf9-473e-a3f9-f74502281a08",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardKrqjux-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
      "artifactChecksum": "NDQxODQzN2U5YjMzZmZlZGQyZWJkYTVlYWM5MmIyYTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6eeea27c-cf1c-4f27-8113-48d5dd1e63ce"
    }
  ],
  "workloadContext": "Production"
}
2021-05-11T11:56:51.958Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-11T11:56:51.958Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 73143f36-fb48-499f-9bdf-8efc7475c95a ASDC
2021-05-11T11:56:52.025Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:07e3ccb0-21a3-4d72-910c-87c1a441ee21
ServiceName:basic_onboard_kRQjUX
ServiceVersion:1.0
ServiceUUID:73143f36-fb48-499f-9bdf-8efc7475c95a
ServiceInvariantUUID:5e377954-9b80-408b-9d3f-3e592ce7bf81
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKrqjux-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar
ArtifactUUID:6eeea27c-cf1c-4f27-8113-48d5dd1e63ce
ArtifactChecksum:NDQxODQzN2U5YjMzZmZlZGQyZWJkYTVlYWM5MmIyYTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_kRQjUX 0
ResourceCustomizationUUID:8ba327db-73a4-451e-b7ec-f357cab1889d
ResourceInvariantUUID:4f9914e4-3ede-4a67-b2b6-cc63153e6f3a
ResourceName:basic_onboard_kRQjUX
ResourceType:VF
ResourceUUID:cae55ffa-7284-422c-b660-e086d62727e8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_krqjux0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json
ArtifactUUID:9e68f1b7-e5ec-472e-9e0e-65f828aaf4cd
ArtifactChecksum:N2U3MmYxZjhhZTU1YTMzOTExZTZiMmU0MDk1YjkxOTM=
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/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2caf58ff-4249-4666-a717-8d7b1a4ac1f4
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/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env
ArtifactUUID:b9c579b0-dbf9-473e-a3f9-f74502281a08
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/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env
ArtifactUUID:b9c579b0-dbf9-473e-a3f9-f74502281a08
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-11T11:56:52.025Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73143f36-fb48-499f-9bdf-8efc7475c95a 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 (?, ?, ?, ?, ?)
2021-05-11T11:56:52.204Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-11T11:56:52.204Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-11T11:56:52.205Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-11T11:56:52.205Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6eeea27c-cf1c-4f27-8113-48d5dd1e63ce from URL: /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:52.205Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-11T11:56:52.207Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:53.154Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-11T11:56:53.167Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar 6eeea27c-cf1c-4f27-8113-48d5dd1e63ce 74854
2021-05-11T11:56:53.167Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar ASDC sendASDCNotification
2021-05-11T11:56:53.167Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:53.168Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T11:56:53.169Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:56:53.170Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:56:53.170Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734213167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:56:53.270Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:56:53.271Z||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.
2021-05-11T11:56:53.272Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:56:53.284Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:56:53.284Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:56:54.171Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-11T11:56:54.172Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-11T11:56:54.172Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 6eeea27c-cf1c-4f27-8113-48d5dd1e63ce, URL: /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar to file: /app/ASDC/1/service-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:54.173Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:54.278Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:54.278Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:54.684Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6355466182108098648/Definitions/service-BasicOnboardKrqjux-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
2021-05-11T11:56:56.198Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-11T11:56:56.212Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-05-11T11:56:56.212Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:56.213Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-11T11:56:56.213Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||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-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:56.213Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|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-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:56.213Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|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-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:56.213Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|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-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:56.213Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:56.213Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_kRQjUX 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-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:56.213Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:56.214Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|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-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:56.214Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_kRQjUX 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:56.214Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|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-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:56.214Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-05-11T11:56:56.221Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T11:56:56.222Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T11:56:56.225Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_kRQjUX 0 is matching search criteria
2021-05-11T11:56:56.226Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-11T11:56:56.227Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_kRQjUX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-11T11:56:56.228Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T11:56:56.228Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T11:56:56.228Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_kRQjUX 0 is matching search criteria
2021-05-11T11:56:56.228Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-11T11:56:56.228Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_kRQjUX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-11T11:56:56.228Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T11:56:56.228Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T11:56:56.232Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T11:56:56.232Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_kRQjUX 0 is not matching search criteria
2021-05-11T11:56:56.232Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-05-11T11:56:56.232Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-05-11T11:56:56.233Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-05-11T11:56:56.233Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-11T11:56:56.233Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-11T11:56:56.233Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T11:56:56.233Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-11T11:56:56.234Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T11:56:56.234Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_kRQjUX 0 is matching search criteria
2021-05-11T11:56:56.235Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_kRQjUX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T11:56:56.235Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T11:56:56.235Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_kRQjUX 0 is matching search criteria
2021-05-11T11:56:56.235Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_kRQjUX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T11:56:56.235Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T11:56:56.235Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_kRQjUX 0 is matching search criteria
2021-05-11T11:56:56.235Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_kRQjUX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T11:56:56.235Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T11:56:56.236Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_kRQjUX 0 is not matching search criteria
2021-05-11T11:56:56.236Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-11T11:56:56.236Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-11T11:56:56.236Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ff7ed7a5-6f75-4b3c-b611-da77429b52a4
2021-05-11T11:56:56.236Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T11:56:56.236Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T11:56:56.236Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T11:56:56.236Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T11:56:56.236Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T11:56:56.236Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T11:56:56.236Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T11:56:56.237Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T11:56:56.237Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_kRQjUX
Description:service
Model UUID:73143f36-fb48-499f-9bdf-8efc7475c95a
Model Version:NULL
Model InvariantUuid:5e377954-9b80-408b-9d3f-3e592ce7bf81
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_kRQjUX
Model UUID:5623d6e8-d3cd-45d0-a13c-aca7faba9876
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4f9914e4-3ede-4a67-b2b6-cc63153e6f3a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8ba327db-73a4-451e-b7ec-f357cab1889d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c855613b-2e4b-49e7-92e4-b4e209151a13
ModelName:BasicOnboardKrqjux..base_ubuntu18..module-0
ModelUuid:a15b0844-af33-4b60-99cc-557281cf67da
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ff7ed7a5-6f75-4b3c-b611-da77429b52a4
ModelInvariantUuid:092ff301-39ba-4637-a9e9-5d7a0986c7e1
ModelName:basic_onboard_kRQjUX-nodes.ubuntu18Cvfc
ModelUuid:042073d9-01fb-4e93-9c30-74d092f6fa05
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:6db3e746-6e10-4673-b348-73d210fdd2ce
ModelInvariantUuid:1aa18f0f-bc80-4e9e-8a0c-d2b7eea442f1
ModelName:BasicOnboardKrqjux.compute.nodes.heat.ubuntu18
ModelUuid:df9369df-8ddf-4619-a950-a9a4953e33bc
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-11T11:56:56.261Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: cae55ffa-7284-422c-b660-e086d62727e8
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T11:56:56.333Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||basic_onboard_kRQjUX 0
2021-05-11T11:56:56.340Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cae55ffa-7284-422c-b660-e086d62727e8
2021-05-11T11:56:56.340Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9e68f1b7-e5ec-472e-9e0e-65f828aaf4cd from URL: /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json
2021-05-11T11:56:56.340Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-11T11:56:56.340Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json
2021-05-11T11:56:56.521Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-11T11:56:56.521Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json 9e68f1b7-e5ec-472e-9e0e-65f828aaf4cd 798
2021-05-11T11:56:56.522Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json ASDC sendASDCNotification
2021-05-11T11:56:56.522Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json
2021-05-11T11:56:56.522Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T11:56:56.522Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:56:56.525Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:56:56.525Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734216522,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:56:56.625Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:56:56.626Z||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.
2021-05-11T11:56:56.626Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:56:56.638Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:56:56.638Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:56:57.526Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKrqjux..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c855613b-2e4b-49e7-92e4-b4e209151a13",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a15b0844-af33-4b60-99cc-557281cf67da",
    "vfModuleModelCustomizationUUID": "049d1334-188b-4a38-9c1f-5e627ee4dca9",
    "isBase": true,
    "artifacts": [
      "2caf58ff-4249-4666-a717-8d7b1a4ac1f4",
      "b9c579b0-dbf9-473e-a3f9-f74502281a08"
    ],
    "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": ""
    }
  }
]
2021-05-11T11:56:57.543Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKrqjux..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a15b0844-af33-4b60-99cc-557281cf67da
VfModuleModelInvariantUUID:c855613b-2e4b-49e7-92e4-b4e209151a13
VfModuleModelDescription:NULL
Artifacts UUID List:{
2caf58ff-4249-4666-a717-8d7b1a4ac1f4
,
b9c579b0-dbf9-473e-a3f9-f74502281a08

}
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


}

2021-05-11T11:56:57.545Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKrqjux..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c855613b-2e4b-49e7-92e4-b4e209151a13",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a15b0844-af33-4b60-99cc-557281cf67da",
    "vfModuleModelCustomizationUUID": "049d1334-188b-4a38-9c1f-5e627ee4dca9",
    "isBase": true,
    "artifacts": [
      "2caf58ff-4249-4666-a717-8d7b1a4ac1f4",
      "b9c579b0-dbf9-473e-a3f9-f74502281a08"
    ],
    "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": ""
    }
  }
]
2021-05-11T11:56:57.545Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKrqjux..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a15b0844-af33-4b60-99cc-557281cf67da
VfModuleModelInvariantUUID:c855613b-2e4b-49e7-92e4-b4e209151a13
VfModuleModelDescription:NULL
Artifacts UUID List:{
2caf58ff-4249-4666-a717-8d7b1a4ac1f4
,
b9c579b0-dbf9-473e-a3f9-f74502281a08

}
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


}

2021-05-11T11:56:57.545Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2caf58ff-4249-4666-a717-8d7b1a4ac1f4 from URL: /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml
2021-05-11T11:56:57.546Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-11T11:56:57.546Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml
2021-05-11T11:56:57.788Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-11T11:56:57.789Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml 2caf58ff-4249-4666-a717-8d7b1a4ac1f4 5033
2021-05-11T11:56:57.790Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-11T11:56:57.790Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml
2021-05-11T11:56:57.790Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T11:56:57.791Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:56:57.794Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:56:57.795Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734217790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:56:57.895Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:56:57.896Z||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.
2021-05-11T11:56:57.896Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:56:57.908Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:56:57.909Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:56:58.796Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b9c579b0-dbf9-473e-a3f9-f74502281a08 from URL: /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env
2021-05-11T11:56:58.796Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-11T11:56:58.796Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env
2021-05-11T11:56:59.745Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-11T11:56:59.745Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env b9c579b0-dbf9-473e-a3f9-f74502281a08 909
2021-05-11T11:56:59.745Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-11T11:56:59.745Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env
2021-05-11T11:56:59.746Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T11:56:59.746Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:56:59.747Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:56:59.748Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734219745,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:56:59.848Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:56:59.848Z||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.
2021-05-11T11:56:59.849Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:56:59.860Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:56:59.861Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-11T11:57:00.748Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 73143f36-fb48-499f-9bdf-8efc7475c95a
2021-05-11T11:57:00.749Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_kRQjUX 0 cae55ffa-7284-422c-b660-e086d62727e8 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T11:57:00.792Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T11:57:00.792Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T11:57:00.792Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-05-11T11:57:00.792Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 8ba327db-73a4-451e-b7ec-f357cab1889d
2021-05-11T11:57:00.792Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8ba327db-73a4-451e-b7ec-f357cab1889d matches Tosca VF Customization UUID: 8ba327db-73a4-451e-b7ec-f357cab1889d
2021-05-11T11:57:00.792Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 8ba327db-73a4-451e-b7ec-f357cab1889d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-11T11:57:00.798Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T11:57:00.798Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T11:57:00.799Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 8ba327db-73a4-451e-b7ec-f357cab1889d: {\"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\"}
2021-05-11T11:57:00.799Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@60386690
2021-05-11T11:57:00.799Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T11:57:00.799Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-11T11:57:00.800Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 049d1334-188b-4a38-9c1f-5e627ee4dca9
2021-05-11T11:57:00.800Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 049d1334-188b-4a38-9c1f-5e627ee4dca9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-11T11:57:00.806Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T11:57:00.806Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_kRQjUX 0 is matching search criteria
2021-05-11T11:57:00.806Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_kRQjUX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T11:57:00.807Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T11:57:00.807Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_kRQjUX 0 is matching search criteria
2021-05-11T11:57:00.807Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_kRQjUX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T11:57:00.807Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T11:57:00.807Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_kRQjUX 0 is not matching search criteria
2021-05-11T11:57:00.807Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-11T11:57:00.807Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-11T11:57:00.808Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ff7ed7a5-6f75-4b3c-b611-da77429b52a4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-11T11:57:00.817Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T11:57:00.817Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_kRQjUX 0 is matching search criteria
2021-05-11T11:57:00.817Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_kRQjUX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T11:57:00.818Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T11:57:00.818Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_kRQjUX 0 is matching search criteria
2021-05-11T11:57:00.818Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_kRQjUX 0] matching following query criteria: sdcType=VF, customizationUUID=8ba327db-73a4-451e-b7ec-f357cab1889d
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T11:57:00.819Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T11:57:00.820Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T11:57:00.820Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 73143f36-fb48-499f-9bdf-8efc7475c95a: basic_onboard_kRQjUX
2021-05-11T11:57:00.820Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T11:57:00.820Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T11:57:00.820Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T11:57:00.820Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T11:57:00.820Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T11:57:00.820Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T11:57:00.820Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T11:57:00.820Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T11:57:00.821Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T11:57:00.821Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T11:57:00.821Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_kRQjUX 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-05-11T11:57:01.059Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_kRQjUX cae55ffa-7284-422c-b660-e086d62727e8 1 ASDC deployResourceStructure
2021-05-11T11:57:01.059Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json ASDC sendASDCNotification
2021-05-11T11:57:01.060Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json
2021-05-11T11:57:01.060Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T11:57:01.060Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:57:01.061Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:57:01.061Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734221059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-11T11:57:01.162Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:57:01.163Z||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.
2021-05-11T11:57:01.163Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:57:01.173Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:57:01.173Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:57:02.063Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-11T11:57:02.063Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml
2021-05-11T11:57:02.063Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T11:57:02.063Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:57:02.066Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:57:02.066Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734222062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-05-11T11:57:02.166Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:57:02.167Z||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.
2021-05-11T11:57:02.167Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:57:02.181Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:57:02.181Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:57:03.067Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-11T11:57:03.068Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env
2021-05-11T11:57:03.068Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T11:57:03.068Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:57:03.070Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:57:03.071Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734223067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-05-11T11:57:03.171Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-11T11:57:03.171Z||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.
2021-05-11T11:57:03.171Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:57:03.181Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:57:03.182Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:57:04.071Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar ASDC sendASDCNotification
2021-05-11T11:57:04.072Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar
2021-05-11T11:57:04.073Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T11:57:04.073Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:57:04.075Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:57:04.075Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734224071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T11:57:04.175Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-11T11:57:04.176Z||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.
2021-05-11T11:57:04.177Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:57:04.187Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:57:04.187Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:57:05.076Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07e3ccb0-21a3-4d72-910c-87c1a441ee21
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=?
2021-05-11T11:57:05.103Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07e3ccb0-21a3-4d72-910c-87c1a441ee21
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=?
2021-05-11T11:57:05.106Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-11T11:57:05.106Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-11T11:57:05.106Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-11T11:57:35.107Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07e3ccb0-21a3-4d72-910c-87c1a441ee21
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=?
2021-05-11T11:57:35.122Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07e3ccb0-21a3-4d72-910c-87c1a441ee21
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=?
2021-05-11T11:57:35.125Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-11T11:57:35.125Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-11T11:57:35.125Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-11T11:57:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:57:42.637Z||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.
2021-05-11T11:57:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:57:42.679Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:57:42.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:57:42.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "policy-id",
  "timestamp": 1620734202860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:57:42.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:05.125Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07e3ccb0-21a3-4d72-910c-87c1a441ee21
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=?
2021-05-11T11:58:05.135Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07e3ccb0-21a3-4d72-910c-87c1a441ee21
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=?
2021-05-11T11:58:05.137Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-11T11:58:05.137Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-11T11:58:05.137Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-11T11:58:35.137Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07e3ccb0-21a3-4d72-910c-87c1a441ee21
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=?
2021-05-11T11:58:35.144Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07e3ccb0-21a3-4d72-910c-87c1a441ee21
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=?
2021-05-11T11:58:35.146Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-11T11:58:35.146Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-11T11:58:35.146Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-11T11:58:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:58:42.636Z||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.
2021-05-11T11:58:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:58:42.659Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:58:42.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734198364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734203946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734202634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734202336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734195063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "policy-id",
  "timestamp": 1620734202860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734205956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734203946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734198364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734202336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734202634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734195063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "policy-id",
  "timestamp": 1620734202860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734205956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734203946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734198364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734195063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734202336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734202634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "policy-id",
  "timestamp": 1620734202860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734205956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734203946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734198364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734195063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734202336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734202634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "policy-id",
  "timestamp": 1620734202860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "cds",
  "timestamp": 1620734208464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734205956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734203946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734198364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734195063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734202634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734202336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "policy-id",
  "timestamp": 1620734202860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "cds",
  "timestamp": 1620734208464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734205956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734203946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734198364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734195063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734202336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734202634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "policy-id",
  "timestamp": 1620734202860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "cds",
  "timestamp": 1620734208464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734205956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "cds",
  "timestamp": 1620734208464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734205956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734212945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734212953,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734212967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "policy-id",
  "timestamp": 1620734212962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "cds",
  "timestamp": 1620734208464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734213167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "dcae-sch",
  "timestamp": 1620734212955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734213894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "policy-id",
  "timestamp": 1620734213967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "cds",
  "timestamp": 1620734208464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734214145,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734214153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "dcae-sch",
  "timestamp": 1620734212955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "policy-id",
  "timestamp": 1620734214970,
  "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=?
2021-05-11T11:58:42.698Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 07e3ccb0-21a3-4d72-910c-87c1a441ee21
2021-05-11T11:58:42.698Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07e3ccb0-21a3-4d72-910c-87c1a441ee21 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 (?, ?, ?, ?, ?)
2021-05-11T11:58:42.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734215083,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.715Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "cds",
  "timestamp": 1620734208464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.715Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734215390,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.715Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734215409,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.715Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "dcae-sch",
  "timestamp": 1620734212955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.716Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734215063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.716Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734216261,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.716Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "cds",
  "timestamp": 1620734216369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.716Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734216395,
  "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=?
2021-05-11T11:58:42.721Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 07e3ccb0-21a3-4d72-910c-87c1a441ee21
2021-05-11T11:58:42.721Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07e3ccb0-21a3-4d72-910c-87c1a441ee21 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-11T11:58:42.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.727Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734216419,
  "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=?
2021-05-11T11:58:42.733Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 07e3ccb0-21a3-4d72-910c-87c1a441ee21
2021-05-11T11:58:42.733Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07e3ccb0-21a3-4d72-910c-87c1a441ee21 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-11T11:58:42.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734216522,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.741Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "dcae-sch",
  "timestamp": 1620734212955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734215063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734216933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T11:58:42.742Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "cds",
  "timestamp": 1620734217382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-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=?
2021-05-11T11:58:42.746Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 07e3ccb0-21a3-4d72-910c-87c1a441ee21
2021-05-11T11:58:42.746Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07e3ccb0-21a3-4d72-910c-87c1a441ee21 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 (?, ?, ?, ?, ?)
2021-05-11T11:58:42.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734217399,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-11T11:58:42.754Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734217423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-11T11:58:42.754Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "dcae-sch",
  "timestamp": 1620734212955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734215063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734217790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.754Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734217937,
  "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=?
2021-05-11T11:58:42.759Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 07e3ccb0-21a3-4d72-910c-87c1a441ee21
2021-05-11T11:58:42.759Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07e3ccb0-21a3-4d72-910c-87c1a441ee21 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 (?, ?, ?, ?, ?)
2021-05-11T11:58:42.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "cds",
  "timestamp": 1620734208464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "dcae-sch",
  "timestamp": 1620734212955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734215063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734218740,
  "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=?
2021-05-11T11:58:42.772Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 07e3ccb0-21a3-4d72-910c-87c1a441ee21
2021-05-11T11:58:42.772Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07e3ccb0-21a3-4d72-910c-87c1a441ee21 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-11T11:58:42.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734218430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.777Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "cds",
  "timestamp": 1620734208464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.778Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "dcae-sch",
  "timestamp": 1620734212955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.778Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734215063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.778Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734219745,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.778Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734219748,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-11T11:58:42.779Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.779Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.779Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734218430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.779Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.779Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.779Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "cds",
  "timestamp": 1620734208464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.779Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.779Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.779Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "dcae-sch",
  "timestamp": 1620734212955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.779Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.779Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.779Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734215063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.779Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.779Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.779Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734205956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734221059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-11T11:58:42.780Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734218430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "cds",
  "timestamp": 1620734208464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "dcae-sch",
  "timestamp": 1620734212955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734215063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734205956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734218430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734222062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-05-11T11:58:42.781Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "cds",
  "timestamp": 1620734208464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "dcae-sch",
  "timestamp": 1620734212955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734205956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734223067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-05-11T11:58:42.782Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734218430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "cds",
  "timestamp": 1620734208464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "policy-id",
  "timestamp": 1620734222860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "dcae-sch",
  "timestamp": 1620734212955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734205956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734224071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T11:58:42.783Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734218430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "clamp",
  "timestamp": 1620734223562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "aai-ml",
  "timestamp": 1620734223560,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "cds",
  "timestamp": 1620734208464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "policy-id",
  "timestamp": 1620734222860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734223946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "dcae-sch",
  "timestamp": 1620734212955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734205956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734218430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "clamp",
  "timestamp": 1620734223562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "aai-ml",
  "timestamp": 1620734223560,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "policy-id",
  "timestamp": 1620734222860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734223946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "dcae-sch",
  "timestamp": 1620734212955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734205956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "clamp",
  "timestamp": 1620734223562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.787Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "aai-ml",
  "timestamp": 1620734223560,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.787Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "policy-id",
  "timestamp": 1620734222860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.787Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734223946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.787Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "cds",
  "timestamp": 1620734226655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.787Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "dcae-sch",
  "timestamp": 1620734212955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.788Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734205956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.788Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "clamp",
  "timestamp": 1620734223562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.788Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "aai-ml",
  "timestamp": 1620734223560,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.788Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734227425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.789Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "policy-id",
  "timestamp": 1620734222860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.789Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734223946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.789Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "cds",
  "timestamp": 1620734227659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-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 (?, ?, ?, ?, ?)
2021-05-11T11:58:42.799Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b5ccca6e-f872-42f0-b92f-a97cf63dbe55
2021-05-11T11:58:42.799Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5ccca6e-f872-42f0-b92f-a97cf63dbe55 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 (?, ?, ?, ?, ?)
2021-05-11T11:58:42.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "clamp",
  "timestamp": 1620734223562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "aai-ml",
  "timestamp": 1620734223560,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "policy-id",
  "timestamp": 1620734222860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734223946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734228687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.807Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "clamp",
  "timestamp": 1620734223562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "aai-ml",
  "timestamp": 1620734223560,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "policy-id",
  "timestamp": 1620734222860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734223946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734229782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.808Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "clamp",
  "timestamp": 1620734223562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "aai-ml",
  "timestamp": 1620734223560,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734230348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.809Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734223946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "policy-id",
  "timestamp": 1620734231354,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.809Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734231545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.809Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "aai-ml",
  "timestamp": 1620734231986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.810Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734232142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.810Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "policy-id",
  "timestamp": 1620734232358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T11:58:42.810Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734232439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.810Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734232551,
  "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=?
2021-05-11T11:58:42.814Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5ccca6e-f872-42f0-b92f-a97cf63dbe55
2021-05-11T11:58:42.814Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5ccca6e-f872-42f0-b92f-a97cf63dbe55 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 (?, ?, ?, ?, ?)
2021-05-11T11:58:42.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734232336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734233164,
  "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=?
2021-05-11T11:58:42.825Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5ccca6e-f872-42f0-b92f-a97cf63dbe55
2021-05-11T11:58:42.826Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5ccca6e-f872-42f0-b92f-a97cf63dbe55 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-11T11:58:42.832Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.832Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "policy-id",
  "timestamp": 1620734233361,
  "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=?
2021-05-11T11:58:42.837Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5ccca6e-f872-42f0-b92f-a97cf63dbe55
2021-05-11T11:58:42.837Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5ccca6e-f872-42f0-b92f-a97cf63dbe55 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734233554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734233663,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734232336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734234168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734234944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734232336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.844Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.844Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.844Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734235947,
  "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=?
2021-05-11T11:58:42.848Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5ccca6e-f872-42f0-b92f-a97cf63dbe55
2021-05-11T11:58:42.848Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5ccca6e-f872-42f0-b92f-a97cf63dbe55 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-11T11:58:42.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734232336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734236950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-11T11:58:42.854Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734232336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734232336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734232336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "clamp",
  "timestamp": 1620734240561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.855Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734240958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.855Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "clamp",
  "timestamp": 1620734241644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T11:58:42.855Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "clamp",
  "timestamp": 1620734242652,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
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=?
2021-05-11T11:58:42.858Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 07e3ccb0-21a3-4d72-910c-87c1a441ee21
2021-05-11T11:58:42.858Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07e3ccb0-21a3-4d72-910c-87c1a441ee21 and ComponentName clamp
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 (?, ?, ?, ?, ?)
2021-05-11T11:58:42.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "clamp",
  "timestamp": 1620734223562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734244293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T11:58:42.865Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "clamp",
  "timestamp": 1620734223562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734245296,
  "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=?
2021-05-11T11:58:42.869Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b5ccca6e-f872-42f0-b92f-a97cf63dbe55
2021-05-11T11:58:42.869Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5ccca6e-f872-42f0-b92f-a97cf63dbe55 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 (?, ?, ?, ?, ?)
2021-05-11T11:58:42.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "clamp",
  "timestamp": 1620734223562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "clamp",
  "timestamp": 1620734223562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "clamp",
  "timestamp": 1620734223562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "aai-ml",
  "timestamp": 1620734248133,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T11:58:42.877Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "clamp",
  "timestamp": 1620734223562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "aai-ml",
  "timestamp": 1620734249138,
  "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=?
2021-05-11T11:58:42.882Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 07e3ccb0-21a3-4d72-910c-87c1a441ee21
2021-05-11T11:58:42.882Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07e3ccb0-21a3-4d72-910c-87c1a441ee21 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 (?, ?, ?, ?, ?)
2021-05-11T11:58:42.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "clamp",
  "timestamp": 1620734223562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "aai-ml",
  "timestamp": 1620734223560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "aai-ml",
  "timestamp": 1620734223560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "aai-ml",
  "timestamp": 1620734223560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "aai-ml",
  "timestamp": 1620734223560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "aai-ml",
  "timestamp": 1620734223560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "aai-ml",
  "timestamp": 1620734223560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "aai-ml",
  "timestamp": 1620734223560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T11:58:42.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T11:58:42.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "aai-ml",
  "timestamp": 1620734257441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.894Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:59:05.147Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07e3ccb0-21a3-4d72-910c-87c1a441ee21
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=?
2021-05-11T11:59:05.158Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07e3ccb0-21a3-4d72-910c-87c1a441ee21
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=?
2021-05-11T11:59:05.161Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-11T11:59:05.161Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-11T11:59:05.161Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-11T11:59:05.161Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-11T11:59:05.161Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T11:59:05.161Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T11:59:05.161Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T11:59:05.161Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T11:59:05.162Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T11:59:05.162Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T11:59:05.162Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|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=?
2021-05-11T11:59:05.167Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-11T11:59:35.167Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 07e3ccb0-21a3-4d72-910c-87c1a441ee21 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=?
2021-05-11T11:59:35.177Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 07e3ccb0-21a3-4d72-910c-87c1a441ee21 and serviceModelVersionId: 73143f36-fb48-499f-9bdf-8efc7475c95a
2021-05-11T11:59:35.177Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5e377954-9b80-408b-9d3f-3e592ce7bf81
2021-05-11T11:59:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:59:42.636Z||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.
2021-05-11T11:59:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:59:43.189Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:59:43.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:59:43.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "clamp",
  "timestamp": 1620734264554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T11:59:43.190Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:59:43.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:59:43.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "clamp",
  "timestamp": 1620734267560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T11:59:43.190Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:59:43.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:59:43.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "aai-ml",
  "timestamp": 1620734268129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T11:59:43.191Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:59:43.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:59:43.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "clamp",
  "timestamp": 1620734268573,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
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=?
2021-05-11T11:59:43.197Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b5ccca6e-f872-42f0-b92f-a97cf63dbe55
2021-05-11T11:59:43.197Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5ccca6e-f872-42f0-b92f-a97cf63dbe55 and ComponentName clamp
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 (?, ?, ?, ?, ?)
2021-05-11T11:59:43.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:59:43.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "aai-ml",
  "timestamp": 1620734269131,
  "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=?
2021-05-11T11:59:43.225Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b5ccca6e-f872-42f0-b92f-a97cf63dbe55
2021-05-11T11:59:43.225Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5ccca6e-f872-42f0-b92f-a97cf63dbe55 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 (?, ?, ?, ?, ?)
2021-05-11T11:59:45.815Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5e377954-9b80-408b-9d3f-3e592ce7bf81/model-vers/model-ver/73143f36-fb48-499f-9bdf-8efc7475c95a?depth=0
2021-05-11T11:59:45.897Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-05-11T11:59:46.528Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5e377954-9b80-408b-9d3f-3e592ce7bf81/model-vers/model-ver/73143f36-fb48-499f-9bdf-8efc7475c95a?depth=0|INFO|500||Invoke
2021-05-11T11:59:46.535Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5e377954-9b80-408b-9d3f-3e592ce7bf81/model-vers/model-ver/73143f36-fb48-499f-9bdf-8efc7475c95a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5e377954-9b80-408b-9d3f-3e592ce7bf81/model-vers/model-ver/73143f36-fb48-499f-9bdf-8efc7475c95a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[07e3ccb0-21a3-4d72-910c-87c1a441ee21], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[43e7e3ad-7095-464e-9fad-7e7d41002a0d], X-ECOMP-RequestID=[07e3ccb0-21a3-4d72-910c-87c1a441ee21], X-TransactionId=[], X-ONAP-RequestID=[07e3ccb0-21a3-4d72-910c-87c1a441ee21], Content-Type=[application/merge-patch+json]}
2021-05-11T11:59:46.634Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5e377954-9b80-408b-9d3f-3e592ce7bf81/model-vers/model-ver/73143f36-fb48-499f-9bdf-8efc7475c95a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-11T11:59:47.157Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5e377954-9b80-408b-9d3f-3e592ce7bf81/model-vers/model-ver/73143f36-fb48-499f-9bdf-8efc7475c95a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5e377954-9b80-408b-9d3f-3e592ce7bf81/model-vers/model-ver/73143f36-fb48-499f-9bdf-8efc7475c95a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210511-11:59:46:641-53794], vertex-id=[196824], Content-Length=[0], Date=[Tue, 11 May 2021 11:59:46 GMT], Content-Type=[application/json]}
2021-05-11T11:59:47.158Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5e377954-9b80-408b-9d3f-3e592ce7bf81/model-vers/model-ver/73143f36-fb48-499f-9bdf-8efc7475c95a?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-11T11:59:47.159Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5e377954-9b80-408b-9d3f-3e592ce7bf81/model-vers/model-ver/73143f36-fb48-499f-9bdf-8efc7475c95a?depth=0|INFO|500||InvokeReturn
2021-05-11T11:59:47.161Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-11T11:59:47.161Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T11:59:47.165Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|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)
2021-05-11T11:59:47.170Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 07e3ccb0-21a3-4d72-910c-87c1a441ee21 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-11T11:59:47.171Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-11T11:59:47.171Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:59:47.172Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:59:47.172Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734387170,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-11T11:59:47.272Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:59:47.273Z||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.
2021-05-11T11:59:47.273Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:59:47.285Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:59:47.285Z||pool-18-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=?
2021-05-11T11:59:48.183Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:59:48.183Z||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.
2021-05-11T11:59:48.184Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:59:52.517Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:59:52.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-11T11:59:52.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"b5ccca6e-f872-42f0-b92f-a97cf63dbe55","serviceName":"vFW 2021-05-11 11-53-22","serviceVersion":"1.0","serviceUUID":"b879bce3-673b-4137-98e4-1a92496e0e96","serviceDescription":"catalog service description","serviceInvariantUUID":"7c21ce06-ff15-4a32-896a-2e7953a0911a","resources":[{"resourceInstanceName":"vFW c9032a2b-4602 0","resourceName":"vFW c9032a2b-4602","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ce0831ed-8a94-4a08-801d-88e4054f88c0","resourceInvariantUUID":"85963b1c-aa8a-4ba0-8852-1cf60cacc983","resourceCustomizationUUID":"801e75f8-9246-4473-9236-40703f33a77d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vf-license-model.xml","artifactChecksum":"N2ZmOTFlY2UzYmNhMzkyMzEwODc3NDNkMjhiMTdjMjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4159b9fa-9c2a-4b21-953e-f1dbfaf65031","artifactVersion":"1"},{"artifactName":"vfwc9032a2b46020_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json","artifactChecksum":"ZDA2YTE0NzA4MjkxOTVlODg3OWFmOWM5ZDk2YTdmZmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5389a869-60dd-4a70-964d-c26bc1c77faf","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9f7150ad-3902-4703-93b4-16b798490906","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vendor-license-model.xml","artifactChecksum":"NzdjZmNjNTllNjUxMDAwYjg1NzNjOTY3MjVkZjY5NWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8445dacd-76de-46c3-b092-49ba20248cef","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1d5f5384-3c25-4dd7-bb57-765b0503cb5c","artifactVersion":"2","generatedFromUUID":"9f7150ad-3902-4703-93b4-16b798490906"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210511115322-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-template.yml","artifactChecksum":"ZjVlMjVhM2ZjZjc2NmZhZGQ0YTA3ZDRlNzM3ODc2ZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d96ca7af-b201-4554-9e79-1211a57a90a8","artifactVersion":"1"},{"artifactName":"service-Vfw20210511115322-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar","artifactChecksum":"NjU5OTMxMjA4Yzc2YzBkNGQ5NjY2ZDA2OGY4MmY0ZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c6056f2-07b7-48a4-ae4e-a676dd132e57","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-11T11:59:52.520Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T11:59:52.520Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:59:52.522Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:59:52.522Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734388183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:59:52.622Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:59:52.622Z||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.
2021-05-11T11:59:52.623Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:59:52.634Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:59:52.635Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:59:53.522Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T11:59:53.523Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:59:53.527Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:59:53.527Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734388183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T11:59:53.627Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:59:53.628Z||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.
2021-05-11T11:59:53.628Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:59:53.639Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:59:53.639Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-11T11:59:54.527Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T11:59:54.528Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:59:54.530Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:59:54.530Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734388183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-11T11:59:54.630Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:59:54.631Z||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.
2021-05-11T11:59:54.631Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:59:54.642Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:59:54.643Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-11T11:59:55.530Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T11:59:55.531Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:59:55.533Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:59:55.533Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734388183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:59:55.634Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-11T11:59:55.635Z||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.
2021-05-11T11:59:55.636Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:59:55.646Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:59:55.647Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:59:56.534Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T11:59:56.535Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:59:56.537Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:59:56.537Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734388183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-11T11:59:56.637Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:59:56.638Z||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.
2021-05-11T11:59:56.638Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:59:56.649Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:59:56.650Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:59:57.537Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T11:59:57.538Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:59:57.540Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:59:57.540Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734388183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T11:59:57.640Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:59:57.641Z||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.
2021-05-11T11:59:57.641Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:59:57.651Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:59:57.652Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:59:58.541Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T11:59:58.542Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:59:58.545Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:59:58.545Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734388183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T11:59:58.645Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:59:58.646Z||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.
2021-05-11T11:59:58.646Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:59:58.656Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T11:59:58.656Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:59:59.547Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "serviceName": "vFW 2021-05-11 11-53-22",
  "serviceVersion": "1.0",
  "serviceUUID": "b879bce3-673b-4137-98e4-1a92496e0e96",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7c21ce06-ff15-4a32-896a-2e7953a0911a",
  "resources": [
    {
      "resourceInstanceName": "vFW c9032a2b-4602 0",
      "resourceCustomizationUUID": "801e75f8-9246-4473-9236-40703f33a77d",
      "resourceName": "vFW c9032a2b-4602",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ce0831ed-8a94-4a08-801d-88e4054f88c0",
      "resourceInvariantUUID": "85963b1c-aa8a-4ba0-8852-1cf60cacc983",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc9032a2b46020_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
          "artifactChecksum": "ZDA2YTE0NzA4MjkxOTVlODg3OWFmOWM5ZDk2YTdmZmU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5389a869-60dd-4a70-964d-c26bc1c77faf",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9f7150ad-3902-4703-93b4-16b798490906",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1d5f5384-3c25-4dd7-bb57-765b0503cb5c",
            "generatedFromUUID": "9f7150ad-3902-4703-93b4-16b798490906"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1d5f5384-3c25-4dd7-bb57-765b0503cb5c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210511115322-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
      "artifactChecksum": "NjU5OTMxMjA4Yzc2YzBkNGQ5NjY2ZDA2OGY4MmY0ZjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2c6056f2-07b7-48a4-ae4e-a676dd132e57"
    }
  ],
  "workloadContext": "Production"
}
2021-05-11T11:59:59.547Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-11T11:59:59.547Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b879bce3-673b-4137-98e4-1a92496e0e96 ASDC
2021-05-11T11:59:59.547Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:b5ccca6e-f872-42f0-b92f-a97cf63dbe55
ServiceName:vFW 2021-05-11 11-53-22
ServiceVersion:1.0
ServiceUUID:b879bce3-673b-4137-98e4-1a92496e0e96
ServiceInvariantUUID:7c21ce06-ff15-4a32-896a-2e7953a0911a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210511115322-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar
ArtifactUUID:2c6056f2-07b7-48a4-ae4e-a676dd132e57
ArtifactChecksum:NjU5OTMxMjA4Yzc2YzBkNGQ5NjY2ZDA2OGY4MmY0ZjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c9032a2b-4602 0
ResourceCustomizationUUID:801e75f8-9246-4473-9236-40703f33a77d
ResourceInvariantUUID:85963b1c-aa8a-4ba0-8852-1cf60cacc983
ResourceName:vFW c9032a2b-4602
ResourceType:VF
ResourceUUID:ce0831ed-8a94-4a08-801d-88e4054f88c0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc9032a2b46020_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json
ArtifactUUID:5389a869-60dd-4a70-964d-c26bc1c77faf
ArtifactChecksum:ZDA2YTE0NzA4MjkxOTVlODg3OWFmOWM5ZDk2YTdmZmU=
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/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml
ArtifactUUID:9f7150ad-3902-4703-93b4-16b798490906
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/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env
ArtifactUUID:1d5f5384-3c25-4dd7-bb57-765b0503cb5c
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/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env
ArtifactUUID:1d5f5384-3c25-4dd7-bb57-765b0503cb5c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-11T11:59:59.547Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b879bce3-673b-4137-98e4-1a92496e0e96 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=?
2021-05-11T11:59:59.576Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-11T11:59:59.577Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-05-11T11:59:59.577Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-05-11T11:59:59.577Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2c6056f2-07b7-48a4-ae4e-a676dd132e57 from URL: /sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar
2021-05-11T11:59:59.577Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-05-11T11:59:59.577Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar
2021-05-11T12:00:00.899Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-05-11T12:00:00.905Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar 2c6056f2-07b7-48a4-ae4e-a676dd132e57 110209
2021-05-11T12:00:00.906Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar ASDC sendASDCNotification
2021-05-11T12:00:00.906Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar
2021-05-11T12:00:00.906Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T12:00:00.906Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:00:00.908Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:00:00.908Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734400906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:00:01.008Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:00:01.009Z||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.
2021-05-11T12:00:01.009Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:00:01.022Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:00:01.023Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:00:01.908Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-11T12:00:01.910Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-05-11T12:00:01.910Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 2c6056f2-07b7-48a4-ae4e-a676dd132e57, URL: /sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar to file: /app/ASDC/1/service-Vfw20210511115322-csar.csar
2021-05-11T12:00:01.910Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210511115322-csar.csar
2021-05-11T12:00:01.911Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210511115322-csar.csar
2021-05-11T12:00:01.911Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210511115322-csar.csar
2021-05-11T12:00:02.139Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP742508506609070985/Definitions/service-Vfw20210511115322-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
2021-05-11T12:00:04.184Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-11T12:00:04.185Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-05-11T12:00:04.185Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210511115322-csar.csar
2021-05-11T12:00:04.185Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-05-11T12:00:04.185Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||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-Vfw20210511115322-csar.csar
2021-05-11T12:00:04.185Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||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-Vfw20210511115322-csar.csar
2021-05-11T12:00:04.185Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||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-Vfw20210511115322-csar.csar
2021-05-11T12:00:04.185Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210511115322-csar.csar
2021-05-11T12:00:04.185Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210511115322-csar.csar
2021-05-11T12:00:04.185Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||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-Vfw20210511115322-csar.csar
2021-05-11T12:00:04.185Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||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-Vfw20210511115322-csar.csar
2021-05-11T12:00:04.186Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||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-Vfw20210511115322-csar.csar
2021-05-11T12:00:04.186Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210511115322-csar.csar
2021-05-11T12:00:04.186Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||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-Vfw20210511115322-csar.csar
2021-05-11T12:00:04.186Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c9032a2b-4602 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210511115322-csar.csar
2021-05-11T12:00:04.186Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210511115322-csar.csar
2021-05-11T12:00:04.186Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c9032a2b-4602 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-Vfw20210511115322-csar.csar
2021-05-11T12:00:04.186Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||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-Vfw20210511115322-csar.csar
2021-05-11T12:00:04.186Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-05-11T12:00:04.186Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:04.186Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:00:04.186Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is matching search criteria
2021-05-11T12:00:04.186Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-05-11T12:00:04.186Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c9032a2b-4602 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-11T12:00:04.187Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:04.187Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:00:04.187Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is matching search criteria
2021-05-11T12:00:04.187Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-05-11T12:00:04.187Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c9032a2b-4602 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-11T12:00:04.187Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:04.187Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:00:04.187Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:04.187Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is not matching search criteria
2021-05-11T12:00:04.187Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-11T12:00:04.187Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-11T12:00:04.187Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-11T12:00:04.187Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-11T12:00:04.187Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-11T12:00:04.187Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-11T12:00:04.187Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-11T12:00:04.188Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-11T12:00:04.188Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-11T12:00:04.188Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-11T12:00:04.188Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-11T12:00:04.188Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-11T12:00:04.188Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-11T12:00:04.188Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-11T12:00:04.188Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-11T12:00:04.188Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-11T12:00:04.188Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:04.188Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-11T12:00:04.188Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:04.188Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is matching search criteria
2021-05-11T12:00:04.188Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c9032a2b-4602 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is matching search criteria
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c9032a2b-4602 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is matching search criteria
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c9032a2b-4602 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is not matching search criteria
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ef9edce5-082b-4351-950d-d88596c661a0
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is not matching search criteria
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-11T12:00:04.191Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f31b57e2-08ef-4657-8971-fb508812df13
2021-05-11T12:00:04.191Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:04.191Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is not matching search criteria
2021-05-11T12:00:04.191Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-11T12:00:04.191Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-11T12:00:04.191Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-11T12:00:04.191Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=32b65231-1e15-458b-a5e0-972c287cb0a9
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:00:04.193Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-05-11 11-53-22
Description:catalog service description
Model UUID:b879bce3-673b-4137-98e4-1a92496e0e96
Model Version:NULL
Model InvariantUuid:7c21ce06-ff15-4a32-896a-2e7953a0911a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c9032a2b-4602
Model UUID:daa3284d-7232-4bd7-9578-57c31dd72d48
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:85963b1c-aa8a-4ba0-8852-1cf60cacc983
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:801e75f8-9246-4473-9236-40703f33a77d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:00a790d3-8ba2-4f96-9f56-01d4257b3279
ModelName:VfwC9032a2b4602..base_vfw..module-0
ModelUuid:138fe013-1f31-4a69-97b9-fc8177cfaf0b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ef9edce5-082b-4351-950d-d88596c661a0
ModelInvariantUuid:eeb7446d-5588-4a93-ba95-e28330fdc12a
ModelName:vFW c9032a2b-4602-nodes.vfwCvfc
ModelUuid:bd01525f-c293-4b44-849d-0ee8c4bd01ff
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:132c0e3b-3f07-40fc-9184-81bfe11fb721
ModelInvariantUuid:4382f9e2-3de1-4677-af52-b410e2806c32
ModelName:VfwC9032a2b4602.compute.nodes.heat.vfw
ModelUuid:2b595f90-e6a1-4722-b0e2-ce7c2f3df88f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f31b57e2-08ef-4657-8971-fb508812df13
ModelInvariantUuid:aeaf77e9-080d-406f-a863-52384593a444
ModelName:vFW c9032a2b-4602-nodes.vsnCvfc
ModelUuid:350477c5-c318-41f5-b2f4-a124195489d5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:77d57ab8-5952-49e4-be5b-f430ebb9af38
ModelInvariantUuid:ffefef6a-9907-4c5e-92db-2bfafb6d895f
ModelName:VfwC9032a2b4602.compute.nodes.heat.vsn
ModelUuid:8bb4ab59-93a9-458e-853d-6ae71da4dbad
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:32b65231-1e15-458b-a5e0-972c287cb0a9
ModelInvariantUuid:1aee325d-d187-4f0c-a205-59fb5f18a90a
ModelName:vFW c9032a2b-4602-nodes.vpgCvfc
ModelUuid:c439fed2-6195-430b-b9aa-e37745f7fdd9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:32efd625-dffe-41ab-b7ac-40db27ff2e52
ModelInvariantUuid:02e1df2a-834e-4a04-8528-7dedaf9dcc22
ModelName:VfwC9032a2b4602.compute.nodes.heat.vpg
ModelUuid:d5d7e7e4-9b17-4338-9688-13362129ec7b
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-11T12:00:04.198Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: ce0831ed-8a94-4a08-801d-88e4054f88c0
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:00:04.202Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||vFW c9032a2b-4602 0
2021-05-11T12:00:04.202Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ce0831ed-8a94-4a08-801d-88e4054f88c0
2021-05-11T12:00:04.202Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5389a869-60dd-4a70-964d-c26bc1c77faf from URL: /sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json
2021-05-11T12:00:04.202Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-05-11T12:00:04.202Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json
2021-05-11T12:00:05.747Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-05-11T12:00:05.747Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json 5389a869-60dd-4a70-964d-c26bc1c77faf 785
2021-05-11T12:00:05.747Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json ASDC sendASDCNotification
2021-05-11T12:00:05.747Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json
2021-05-11T12:00:05.747Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T12:00:05.748Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:00:05.749Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:00:05.749Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734405747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:00:05.850Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:00:05.850Z||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.
2021-05-11T12:00:05.851Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:00:05.863Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:00:05.864Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:00:06.750Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC9032a2b4602..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "00a790d3-8ba2-4f96-9f56-01d4257b3279",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "138fe013-1f31-4a69-97b9-fc8177cfaf0b",
    "vfModuleModelCustomizationUUID": "5d442855-182b-4b42-a249-237e0e8d6e46",
    "isBase": true,
    "artifacts": [
      "9f7150ad-3902-4703-93b4-16b798490906",
      "1d5f5384-3c25-4dd7-bb57-765b0503cb5c"
    ],
    "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": ""
    }
  }
]
2021-05-11T12:00:06.755Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC9032a2b4602..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:138fe013-1f31-4a69-97b9-fc8177cfaf0b
VfModuleModelInvariantUUID:00a790d3-8ba2-4f96-9f56-01d4257b3279
VfModuleModelDescription:NULL
Artifacts UUID List:{
9f7150ad-3902-4703-93b4-16b798490906
,
1d5f5384-3c25-4dd7-bb57-765b0503cb5c

}
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


}

2021-05-11T12:00:06.758Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC9032a2b4602..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "00a790d3-8ba2-4f96-9f56-01d4257b3279",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "138fe013-1f31-4a69-97b9-fc8177cfaf0b",
    "vfModuleModelCustomizationUUID": "5d442855-182b-4b42-a249-237e0e8d6e46",
    "isBase": true,
    "artifacts": [
      "9f7150ad-3902-4703-93b4-16b798490906",
      "1d5f5384-3c25-4dd7-bb57-765b0503cb5c"
    ],
    "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": ""
    }
  }
]
2021-05-11T12:00:06.759Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC9032a2b4602..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:138fe013-1f31-4a69-97b9-fc8177cfaf0b
VfModuleModelInvariantUUID:00a790d3-8ba2-4f96-9f56-01d4257b3279
VfModuleModelDescription:NULL
Artifacts UUID List:{
9f7150ad-3902-4703-93b4-16b798490906
,
1d5f5384-3c25-4dd7-bb57-765b0503cb5c

}
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


}

2021-05-11T12:00:06.759Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9f7150ad-3902-4703-93b4-16b798490906 from URL: /sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml
2021-05-11T12:00:06.759Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-05-11T12:00:06.759Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml
2021-05-11T12:00:08.286Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-05-11T12:00:08.287Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml 9f7150ad-3902-4703-93b4-16b798490906 20368
2021-05-11T12:00:08.287Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-11T12:00:08.287Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml
2021-05-11T12:00:08.287Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T12:00:08.287Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:00:08.289Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:00:08.289Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734408287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:00:08.389Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:00:08.390Z||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.
2021-05-11T12:00:08.390Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:00:08.402Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:00:08.402Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:00:09.290Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1d5f5384-3c25-4dd7-bb57-765b0503cb5c from URL: /sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env
2021-05-11T12:00:09.291Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-05-11T12:00:09.291Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env
2021-05-11T12:00:09.939Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-05-11T12:00:09.939Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env 1d5f5384-3c25-4dd7-bb57-765b0503cb5c 2098
2021-05-11T12:00:09.940Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-11T12:00:09.940Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env
2021-05-11T12:00:09.940Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T12:00:09.940Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:00:09.942Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:00:09.943Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734409940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:00:10.043Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:00:10.044Z||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.
2021-05-11T12:00:10.044Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:00:10.057Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:00:10.058Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:00:10.943Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b879bce3-673b-4137-98e4-1a92496e0e96
2021-05-11T12:00:10.944Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c9032a2b-4602 0 ce0831ed-8a94-4a08-801d-88e4054f88c0 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:00:10.964Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:10.965Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:00:10.965Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-05-11T12:00:10.965Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 801e75f8-9246-4473-9236-40703f33a77d
2021-05-11T12:00:10.965Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 801e75f8-9246-4473-9236-40703f33a77d matches Tosca VF Customization UUID: 801e75f8-9246-4473-9236-40703f33a77d
2021-05-11T12:00:10.965Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 801e75f8-9246-4473-9236-40703f33a77d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-11T12:00:10.968Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:10.968Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:00:10.969Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 801e75f8-9246-4473-9236-40703f33a77d: {\"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\"}
2021-05-11T12:00:10.969Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@66d0894e
2021-05-11T12:00:10.969Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:10.969Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-11T12:00:10.969Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5d442855-182b-4b42-a249-237e0e8d6e46
2021-05-11T12:00:10.969Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5d442855-182b-4b42-a249-237e0e8d6e46
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-11T12:00:10.972Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:10.972Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is matching search criteria
2021-05-11T12:00:10.972Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c9032a2b-4602 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:00:10.972Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:10.972Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is matching search criteria
2021-05-11T12:00:10.972Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c9032a2b-4602 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:00:10.972Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:10.973Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is not matching search criteria
2021-05-11T12:00:10.973Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-11T12:00:10.973Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-11T12:00:10.973Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-11T12:00:10.973Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-11T12:00:10.973Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-11T12:00:10.973Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-11T12:00:10.973Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-11T12:00:10.973Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-11T12:00:10.974Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-11T12:00:10.974Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-11T12:00:10.974Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-11T12:00:10.974Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ef9edce5-082b-4351-950d-d88596c661a0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-11T12:00:10.977Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:10.977Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is matching search criteria
2021-05-11T12:00:10.977Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c9032a2b-4602 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:00:10.977Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:10.977Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is not matching search criteria
2021-05-11T12:00:10.977Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-11T12:00:10.977Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-11T12:00:10.978Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-11T12:00:10.978Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-11T12:00:10.978Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-11T12:00:10.978Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-11T12:00:10.978Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-11T12:00:10.978Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-11T12:00:10.978Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-11T12:00:10.978Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-11T12:00:10.979Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-11T12:00:10.979Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-11T12:00:10.979Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f31b57e2-08ef-4657-8971-fb508812df13
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-11T12:00:10.981Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:10.981Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is matching search criteria
2021-05-11T12:00:10.981Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c9032a2b-4602 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:00:10.984Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:10.984Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is not matching search criteria
2021-05-11T12:00:10.984Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-11T12:00:10.985Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-11T12:00:10.985Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-11T12:00:10.985Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-11T12:00:10.985Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-11T12:00:10.985Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-11T12:00:10.985Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-11T12:00:10.985Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-11T12:00:10.985Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-11T12:00:10.985Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-11T12:00:10.986Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-11T12:00:10.986Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-11T12:00:10.986Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=32b65231-1e15-458b-a5e0-972c287cb0a9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-11T12:00:10.989Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:10.989Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is matching search criteria
2021-05-11T12:00:10.989Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c9032a2b-4602 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:00:10.990Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:10.990Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is matching search criteria
2021-05-11T12:00:10.990Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c9032a2b-4602 0] matching following query criteria: sdcType=VF, customizationUUID=801e75f8-9246-4473-9236-40703f33a77d
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:00:10.993Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:10.993Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:00:10.993Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid b879bce3-673b-4137-98e4-1a92496e0e96: vFW c9032a2b-4602
2021-05-11T12:00:10.993Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:10.993Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:00:10.993Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:10.994Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:00:10.994Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:10.994Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:00:10.994Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:10.994Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:00:10.994Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:00:10.994Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:00:10.994Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2021-05-11 11-53-22 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-05-11T12:00:11.138Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c9032a2b-4602 ce0831ed-8a94-4a08-801d-88e4054f88c0 1 ASDC deployResourceStructure
2021-05-11T12:00:11.138Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json ASDC sendASDCNotification
2021-05-11T12:00:11.138Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json
2021-05-11T12:00:11.138Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T12:00:11.139Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:00:11.140Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:00:11.140Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734411138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-11T12:00:11.241Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-11T12:00:11.242Z||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.
2021-05-11T12:00:11.242Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:00:11.252Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:00:11.253Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:00:12.141Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-11T12:00:12.142Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml
2021-05-11T12:00:12.142Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T12:00:12.142Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:00:12.144Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:00:12.144Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734412141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-05-11T12:00:12.244Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:00:12.245Z||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.
2021-05-11T12:00:12.245Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:00:12.258Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:00:12.259Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-05-11T12:00:13.144Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-11T12:00:13.145Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env
2021-05-11T12:00:13.145Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T12:00:13.145Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:00:13.146Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:00:13.147Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734413144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-05-11T12:00:13.247Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:00:13.248Z||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.
2021-05-11T12:00:13.248Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:00:13.264Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:00:13.264Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:00:14.147Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar ASDC sendASDCNotification
2021-05-11T12:00:14.148Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar
2021-05-11T12:00:14.148Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T12:00:14.148Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:00:14.150Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:00:14.150Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734414147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:00:14.250Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:00:14.251Z||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.
2021-05-11T12:00:14.251Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:00:14.266Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:00:14.267Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:00:15.151Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5ccca6e-f872-42f0-b92f-a97cf63dbe55
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=?
2021-05-11T12:00:15.162Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5ccca6e-f872-42f0-b92f-a97cf63dbe55
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=?
2021-05-11T12:00:15.166Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-11T12:00:15.166Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-11T12:00:15.166Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-11T12:00:15.166Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-11T12:00:15.166Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:00:15.166Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:00:15.166Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:00:15.166Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:00:15.166Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:00:15.166Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:00:15.166Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||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=?
2021-05-11T12:00:15.171Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-11T12:00:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:00:42.636Z||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.
2021-05-11T12:00:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:00:43.263Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:00:43.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:00:43.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734387170,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-11T12:00:43.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:00:43.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:00:43.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734388183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:00:43.268Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:00:43.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:00:43.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734388183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T12:00:43.268Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:00:43.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:00:43.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734388183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-11T12:00:43.268Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:00:43.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:00:43.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734388183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:00:43.269Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:00:43.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:00:43.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734388183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-11T12:00:43.269Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:00:43.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:00:43.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734388183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:00:43.269Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:00:43.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:00:43.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734388183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:00:43.270Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:00:43.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:00:43.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734400906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:00:43.270Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:00:43.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:00:43.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734405747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:00:43.270Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:00:43.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:00:43.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734408287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:00:43.271Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:00:43.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:00:43.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734409940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:00:43.271Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:00:43.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:00:43.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734411138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-11T12:00:43.271Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:00:43.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:00:43.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734412141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-05-11T12:00:43.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:00:43.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:00:43.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734413144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-05-11T12:00:43.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:00:43.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:00:43.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734414147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:00:43.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:00:45.172Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b5ccca6e-f872-42f0-b92f-a97cf63dbe55 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=?
2021-05-11T12:00:45.178Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b5ccca6e-f872-42f0-b92f-a97cf63dbe55 and serviceModelVersionId: b879bce3-673b-4137-98e4-1a92496e0e96
2021-05-11T12:00:45.178Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c21ce06-ff15-4a32-896a-2e7953a0911a
2021-05-11T12:00:45.180Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c21ce06-ff15-4a32-896a-2e7953a0911a/model-vers/model-ver/b879bce3-673b-4137-98e4-1a92496e0e96?depth=0
2021-05-11T12:00:45.185Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-05-11T12:00:45.215Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7c21ce06-ff15-4a32-896a-2e7953a0911a/model-vers/model-ver/b879bce3-673b-4137-98e4-1a92496e0e96?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]}
2021-05-11T12:00:45.216Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7c21ce06-ff15-4a32-896a-2e7953a0911a/model-vers/model-ver/b879bce3-673b-4137-98e4-1a92496e0e96?depth=0|INFO|500||Invoke
2021-05-11T12:00:45.236Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7c21ce06-ff15-4a32-896a-2e7953a0911a/model-vers/model-ver/b879bce3-673b-4137-98e4-1a92496e0e96?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-11T12:00:45.549Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7c21ce06-ff15-4a32-896a-2e7953a0911a/model-vers/model-ver/b879bce3-673b-4137-98e4-1a92496e0e96?depth=0|INFO|500||InvokeReturn
2021-05-11T12:00:45.550Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7c21ce06-ff15-4a32-896a-2e7953a0911a/model-vers/model-ver/b879bce3-673b-4137-98e4-1a92496e0e96?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210511-12:00:45:242-15176], vertex-id=[155736], Content-Length=[0], Date=[Tue, 11 May 2021 12:00:45 GMT], Content-Type=[application/json]}
2021-05-11T12:00:45.550Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-05-11T12:00:45.551Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-11T12:00:45.551Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:00:45.557Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||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)
2021-05-11T12:00:45.557Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b5ccca6e-f872-42f0-b92f-a97cf63dbe55 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-11T12:00:45.558Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-11T12:00:45.558Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:00:45.561Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:00:45.561Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734445558,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-11T12:00:45.661Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:00:45.662Z||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.
2021-05-11T12:00:45.662Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:00:45.673Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:00:45.674Z||pool-34-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=?
2021-05-11T12:00:46.576Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:00:46.577Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|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.
2021-05-11T12:00:46.577Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:00:56.118Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:00:56.119Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:00:56.120Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|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.
2021-05-11T12:00:56.120Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:01:05.661Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:01:05.662Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:01:05.663Z||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.
2021-05-11T12:01:05.663Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:01:15.218Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:01:42.634Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:01:42.635Z||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.
2021-05-11T12:01:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:01:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:01:42.636Z||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.
2021-05-11T12:01:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:01:43.286Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:01:43.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:01:43.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734445558,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-11T12:01:43.288Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:01:52.194Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:02:42.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:02:42.634Z||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.
2021-05-11T12:02:42.634Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:02:42.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:02:42.637Z||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.
2021-05-11T12:02:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:02:52.179Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:02:52.187Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:03:42.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:03:42.635Z||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.
2021-05-11T12:03:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:03:42.636Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:03:42.637Z||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.
2021-05-11T12:03:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:03:52.182Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:03:52.183Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:04:42.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:04:42.634Z||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.
2021-05-11T12:04:42.634Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:04:42.636Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:04:42.636Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|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.
2021-05-11T12:04:42.636Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:04:52.182Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:04:52.184Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:05:42.634Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:05:42.635Z||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.
2021-05-11T12:05:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:05:42.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:05:42.636Z||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.
2021-05-11T12:05:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:05:52.182Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:05:52.183Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:06:42.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:06:42.634Z||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.
2021-05-11T12:06:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:06:42.636Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:06:42.636Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|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.
2021-05-11T12:06:42.636Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:06:43.260Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:06:43.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"87b885e3-e415-432b-bc58-0e174302b74f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"878fd63d-6c0c-4a83-9a1e-0b1770237068","serviceDescription":"service","serviceInvariantUUID":"c83e0fd7-903d-4346-9ef0-5f8d3c849d27","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"fefd3ef9-98d8-45f3-b318-6a112f61a9c6","resourceInvariantUUID":"b4990eeb-a9b3-48fa-b5e2-e27f86373ea0","resourceCustomizationUUID":"ea4b095a-70c8-4c19-86c2-e7f9281861ff","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":"Zjc1YzA4YTcyYTVlOWM4OGU3YTc4ZjkxYmU2MWIzYzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3313a967-921b-4fc4-bd25-47244478285a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDAxMGI1MDVhMzkwODIxOGM1MzJlYzgxNThmMjJlMTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bf6be514-8960-4763-a476-d01746238e03","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-11T12:06:43.264Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:06:43.264Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:06:43.266Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:06:43.266Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734802633,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:06:43.267Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:06:43.268Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.268Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "aai-ml",
  "timestamp": 1620734763560,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:06:43.269Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:06:43.269Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.269Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "clamp",
  "timestamp": 1620734763562,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:06:43.269Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:06:43.269Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.270Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734763946,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:06:43.270Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:06:43.270Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.270Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "cds",
  "timestamp": 1620734763464,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:06:43.270Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:06:43.270Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.270Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734758364,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:06:43.270Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:06:43.271Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.271Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "policy-id",
  "timestamp": 1620734762860,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:06:43.271Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:06:43.271Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.271Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734765956,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:06:43.271Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:06:43.271Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.271Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "aai-ml",
  "timestamp": 1620734763560,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:06:43.271Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:06:43.271Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.271Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "clamp",
  "timestamp": 1620734763562,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:06:43.272Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:06:43.272Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.272Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734763946,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:06:43.272Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:06:43.272Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.272Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734758364,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:06:43.272Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:06:43.272Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.272Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "cds",
  "timestamp": 1620734763464,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:06:43.273Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:06:43.273Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.273Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "policy-id",
  "timestamp": 1620734762860,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:06:43.273Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:06:43.273Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.273Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734765956,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:06:43.273Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:06:43.273Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.273Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "policy-id",
  "timestamp": 1620734769047,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:06:43.274Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:06:43.274Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.274Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "aai-ml",
  "timestamp": 1620734769172,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:06:43.274Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:06:43.274Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.274Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "cds",
  "timestamp": 1620734769235,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:06:43.274Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:06:43.274Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.274Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "policy-id",
  "timestamp": 1620734770057,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:06:43.274Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:06:43.274Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.274Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "cds",
  "timestamp": 1620734770239,
  "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=?
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 (?, ?, ?, ?, ?)
2021-05-11T12:06:43.290Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 87b885e3-e415-432b-bc58-0e174302b74f
2021-05-11T12:06:43.290Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87b885e3-e415-432b-bc58-0e174302b74f 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 (?, ?, ?, ?, ?)
2021-05-11T12:06:43.298Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.298Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "policy-id",
  "timestamp": 1620734771062,
  "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=?
2021-05-11T12:06:43.304Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87b885e3-e415-432b-bc58-0e174302b74f
2021-05-11T12:06:43.304Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87b885e3-e415-432b-bc58-0e174302b74f 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 (?, ?, ?, ?, ?)
2021-05-11T12:06:43.311Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.312Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "aai-ml",
  "timestamp": 1620734772545,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:06:43.312Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:06:43.312Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.312Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734772336,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:06:43.312Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:06:43.312Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.313Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "aai-ml",
  "timestamp": 1620734773548,
  "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=?
2021-05-11T12:06:43.317Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 87b885e3-e415-432b-bc58-0e174302b74f
2021-05-11T12:06:43.317Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87b885e3-e415-432b-bc58-0e174302b74f 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 (?, ?, ?, ?, ?)
2021-05-11T12:06:43.324Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.324Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "dcae-sch",
  "timestamp": 1620734772954,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:06:43.325Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:06:43.325Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.325Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "clamp",
  "timestamp": 1620734773642,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:06:43.325Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:06:43.325Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.325Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734772336,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:06:43.325Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:06:43.325Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.325Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "dcae-sch",
  "timestamp": 1620734772954,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:06:43.326Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:06:43.326Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.326Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734775167,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:06:43.326Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:06:43.326Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.326Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734775063,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:06:43.326Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:06:43.326Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.326Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "clamp",
  "timestamp": 1620734776643,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:06:43.326Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:06:43.326Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.326Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734775063,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:06:43.327Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:06:43.327Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.327Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734776698,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:06:43.327Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:06:43.327Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.327Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "clamp",
  "timestamp": 1620734777647,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
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=?
2021-05-11T12:06:43.332Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 87b885e3-e415-432b-bc58-0e174302b74f
2021-05-11T12:06:43.332Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87b885e3-e415-432b-bc58-0e174302b74f and ComponentName clamp
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 (?, ?, ?, ?, ?)
2021-05-11T12:06:43.340Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.340Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734777701,
  "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=?
2021-05-11T12:06:43.345Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 87b885e3-e415-432b-bc58-0e174302b74f
2021-05-11T12:06:43.345Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87b885e3-e415-432b-bc58-0e174302b74f 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 (?, ?, ?, ?, ?)
2021-05-11T12:06:43.367Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-11T12:06:43.367Z||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.
2021-05-11T12:06:43.367Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:06:43.379Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:06:43.380Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:06:44.267Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:06:44.268Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:06:44.271Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:06:44.271Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734802633,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:06:44.372Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:06:44.372Z||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.
2021-05-11T12:06:44.372Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:06:44.385Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:06:44.386Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-05-11T12:06:45.273Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "878fd63d-6c0c-4a83-9a1e-0b1770237068",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c83e0fd7-903d-4346-9ef0-5f8d3c849d27",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "ea4b095a-70c8-4c19-86c2-e7f9281861ff",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "fefd3ef9-98d8-45f3-b318-6a112f61a9c6",
      "resourceInvariantUUID": "b4990eeb-a9b3-48fa-b5e2-e27f86373ea0",
      "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": "NDAxMGI1MDVhMzkwODIxOGM1MzJlYzgxNThmMjJlMTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bf6be514-8960-4763-a476-d01746238e03"
    }
  ],
  "workloadContext": "Production"
}
2021-05-11T12:06:45.273Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-11T12:06:45.273Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 878fd63d-6c0c-4a83-9a1e-0b1770237068 ASDC
2021-05-11T12:06:45.274Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:87b885e3-e415-432b-bc58-0e174302b74f
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:878fd63d-6c0c-4a83-9a1e-0b1770237068
ServiceInvariantUUID:c83e0fd7-903d-4346-9ef0-5f8d3c849d27
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:bf6be514-8960-4763-a476-d01746238e03
ArtifactChecksum:NDAxMGI1MDVhMzkwODIxOGM1MzJlYzgxNThmMjJlMTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:ea4b095a-70c8-4c19-86c2-e7f9281861ff
ResourceInvariantUUID:b4990eeb-a9b3-48fa-b5e2-e27f86373ea0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:fefd3ef9-98d8-45f3-b318-6a112f61a9c6
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-05-11T12:06:45.274Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 878fd63d-6c0c-4a83-9a1e-0b1770237068 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=?
2021-05-11T12:06:45.299Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-11T12:06:45.300Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-05-11T12:06:45.300Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-05-11T12:06:45.300Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bf6be514-8960-4763-a476-d01746238e03 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-11T12:06:45.300Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-05-11T12:06:45.301Z|87b885e3-e415-432b-bc58-0e174302b74f|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
2021-05-11T12:06:46.852Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-11T12:06:46.856Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar bf6be514-8960-4763-a476-d01746238e03 52219
2021-05-11T12:06:46.857Z|87b885e3-e415-432b-bc58-0e174302b74f|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
2021-05-11T12:06:46.857Z|87b885e3-e415-432b-bc58-0e174302b74f|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
2021-05-11T12:06:46.857Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T12:06:46.857Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:06:46.860Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:06:46.860Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734806857,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:06:46.960Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:06:46.961Z||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.
2021-05-11T12:06:46.961Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:06:46.973Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:06:46.973Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-11T12:06:47.861Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-11T12:06:47.862Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-05-11T12:06:47.862Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: bf6be514-8960-4763-a476-d01746238e03, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-11T12:06:47.863Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-05-11T12:06:47.863Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-11T12:06:47.863Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-11T12:06:47.946Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10044580255500796687/Definitions/service-BasicNetwork-template.yml
2021-05-11T12:06:48.291Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-11T12:06:48.292Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-05-11T12:06:48.292Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-11T12:06:48.292Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-11T12:06:48.292Z|87b885e3-e415-432b-bc58-0e174302b74f|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
2021-05-11T12:06:48.292Z|87b885e3-e415-432b-bc58-0e174302b74f|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
2021-05-11T12:06:48.292Z|87b885e3-e415-432b-bc58-0e174302b74f|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
2021-05-11T12:06:48.292Z|87b885e3-e415-432b-bc58-0e174302b74f|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
2021-05-11T12:06:48.292Z|87b885e3-e415-432b-bc58-0e174302b74f|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
2021-05-11T12:06:48.293Z|87b885e3-e415-432b-bc58-0e174302b74f|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
2021-05-11T12:06:48.293Z|87b885e3-e415-432b-bc58-0e174302b74f|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
2021-05-11T12:06:48.293Z|87b885e3-e415-432b-bc58-0e174302b74f|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
2021-05-11T12:06:48.293Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-05-11T12:06:48.293Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:06:48.293Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:06:48.293Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-11T12:06:48.293Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-05-11T12:06:48.294Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-11T12:06:48.294Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:06:48.294Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:06:48.294Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-11T12:06:48.294Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-05-11T12:06:48.294Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-11T12:06:48.294Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:06:48.294Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:06:48.294Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:06:48.295Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:06:48.295Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:06:48.295Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:06:48.295Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:06:48.295Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:06:48.295Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:06:48.295Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:06:48.295Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:878fd63d-6c0c-4a83-9a1e-0b1770237068
Model Version:NULL
Model InvariantUuid:c83e0fd7-903d-4346-9ef0-5f8d3c849d27
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b4990eeb-a9b3-48fa-b5e2-e27f86373ea0
Model UUID:c8d5b3f7-b2d2-4525-b201-5047a4e7fd35
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:ea4b095a-70c8-4c19-86c2-e7f9281861ff
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-11T12:06:48.302Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: fefd3ef9-98d8-45f3-b318-6a112f61a9c6
2021-05-11T12:06:48.302Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||No resources found for Service: 878fd63d-6c0c-4a83-9a1e-0b1770237068
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:06:48.305Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||
2021-05-11T12:06:48.305Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-05-11T12:06:48.306Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 878fd63d-6c0c-4a83-9a1e-0b1770237068
2021-05-11T12:06:48.306Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 878fd63d-6c0c-4a83-9a1e-0b1770237068
2021-05-11T12:06:48.306Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-05-11T12:06:48.306Z|87b885e3-e415-432b-bc58-0e174302b74f|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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:06:48.313Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:06:48.313Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:06:48.313Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:06:48.314Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:06:48.314Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 878fd63d-6c0c-4a83-9a1e-0b1770237068: Generic NeutronNet
2021-05-11T12:06:48.314Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:06:48.314Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:06:48.314Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:06:48.314Z|87b885e3-e415-432b-bc58-0e174302b74f|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_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-05-11T12:06:48.348Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:06:48.348Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:06:48.348Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:06:48.348Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:06:48.348Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:06:48.348Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:06:48.349Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_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_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_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 (?, ?)
2021-05-11T12:06:48.417Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-05-11T12:06:48.417Z|87b885e3-e415-432b-bc58-0e174302b74f|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
2021-05-11T12:06:48.418Z|87b885e3-e415-432b-bc58-0e174302b74f|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
2021-05-11T12:06:48.418Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T12:06:48.418Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:06:48.419Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:06:48.419Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734808417,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:06:48.520Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-11T12:06:48.520Z||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.
2021-05-11T12:06:48.521Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:06:48.532Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:06:48.532Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:06:49.420Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87b885e3-e415-432b-bc58-0e174302b74f
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=?
2021-05-11T12:06:49.431Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87b885e3-e415-432b-bc58-0e174302b74f
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=?
2021-05-11T12:06:49.434Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-11T12:06:49.434Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-11T12:06:49.434Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-11T12:06:49.434Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-11T12:06:49.434Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:06:49.434Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:06:49.434Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:06:49.434Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:06:49.435Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:06:49.435Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:06:49.435Z|87b885e3-e415-432b-bc58-0e174302b74f|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=?
2021-05-11T12:06:49.438Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-11T12:07:19.439Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 87b885e3-e415-432b-bc58-0e174302b74f 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=?
2021-05-11T12:07:19.444Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 87b885e3-e415-432b-bc58-0e174302b74f and serviceModelVersionId: 878fd63d-6c0c-4a83-9a1e-0b1770237068
2021-05-11T12:07:19.444Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c83e0fd7-903d-4346-9ef0-5f8d3c849d27
2021-05-11T12:07:19.445Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c83e0fd7-903d-4346-9ef0-5f8d3c849d27/model-vers/model-ver/878fd63d-6c0c-4a83-9a1e-0b1770237068?depth=0
2021-05-11T12:07:19.451Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-05-11T12:07:19.483Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c83e0fd7-903d-4346-9ef0-5f8d3c849d27/model-vers/model-ver/878fd63d-6c0c-4a83-9a1e-0b1770237068?depth=0|INFO|500||Invoke
2021-05-11T12:07:19.483Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c83e0fd7-903d-4346-9ef0-5f8d3c849d27/model-vers/model-ver/878fd63d-6c0c-4a83-9a1e-0b1770237068?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c83e0fd7-903d-4346-9ef0-5f8d3c849d27/model-vers/model-ver/878fd63d-6c0c-4a83-9a1e-0b1770237068?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[87b885e3-e415-432b-bc58-0e174302b74f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[de797af0-3735-4fe3-b567-076f523757b5], X-ECOMP-RequestID=[87b885e3-e415-432b-bc58-0e174302b74f], X-TransactionId=[], X-ONAP-RequestID=[87b885e3-e415-432b-bc58-0e174302b74f], Content-Type=[application/merge-patch+json]}
2021-05-11T12:07:19.507Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c83e0fd7-903d-4346-9ef0-5f8d3c849d27/model-vers/model-ver/878fd63d-6c0c-4a83-9a1e-0b1770237068?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-11T12:07:19.848Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c83e0fd7-903d-4346-9ef0-5f8d3c849d27/model-vers/model-ver/878fd63d-6c0c-4a83-9a1e-0b1770237068?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c83e0fd7-903d-4346-9ef0-5f8d3c849d27/model-vers/model-ver/878fd63d-6c0c-4a83-9a1e-0b1770237068?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210511-12:07:19:514-39988], vertex-id=[409648], Content-Length=[0], Date=[Tue, 11 May 2021 12:07:19 GMT], Content-Type=[application/json]}
2021-05-11T12:07:19.848Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c83e0fd7-903d-4346-9ef0-5f8d3c849d27/model-vers/model-ver/878fd63d-6c0c-4a83-9a1e-0b1770237068?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-11T12:07:19.849Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c83e0fd7-903d-4346-9ef0-5f8d3c849d27/model-vers/model-ver/878fd63d-6c0c-4a83-9a1e-0b1770237068?depth=0|INFO|500||InvokeReturn
2021-05-11T12:07:19.849Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-11T12:07:19.850Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:07:19.854Z|87b885e3-e415-432b-bc58-0e174302b74f|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)
2021-05-11T12:07:19.854Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 87b885e3-e415-432b-bc58-0e174302b74f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-11T12:07:19.854Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-11T12:07:19.855Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:07:19.857Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:07:19.857Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734839854,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-11T12:07:19.957Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:07:19.957Z||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.
2021-05-11T12:07:19.958Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:07:19.971Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:07:19.971Z||pool-39-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=?
2021-05-11T12:07:42.633Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:07:42.634Z|87b885e3-e415-432b-bc58-0e174302b74f|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.
2021-05-11T12:07:42.635Z|87b885e3-e415-432b-bc58-0e174302b74f|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:07:42.636Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:07:42.636Z||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.
2021-05-11T12:07:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:07:42.761Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:07:42.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:07:42.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734802633,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:07:42.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:07:43.258Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:07:43.259Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-11T12:07:43.259Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"2fc4581a-61f0-4024-8ff3-0dbc46bbe454","serviceName":"Demo_pNF_sUsOuQcBOoIolbvlWor5","serviceVersion":"1.0","serviceUUID":"ac8eb245-0102-44e3-84a0-3b6bed10538d","serviceDescription":"catalog service description","serviceInvariantUUID":"35e48cbb-2650-4a06-8c0f-2b12020681a2","resources":[{"resourceInstanceName":"pNF 4b508ad7-d89b 0","resourceName":"pNF 4b508ad7-d89b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1a998d52-8d1b-462b-be00-6f8d352b9684","resourceInvariantUUID":"72af48ef-110d-4323-8b18-f0af8ad58097","resourceCustomizationUUID":"18c38d09-e56f-45bb-80ca-8cb1e6eb3c36","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/vf-license-model.xml","artifactChecksum":"YjgwNjgxYTA5ZDJjMTYwZjNhNjViNTAyMTkxYmJmM2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"972ac7c4-de9e-4a72-bebf-02f5472fb253","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/pNF.csar","artifactChecksum":"MGE5MGQwOTc0MjIzMTJjYmZiMTdmODFmMTI2Njg3MTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8f78b0af-6ee5-4e18-ad08-95f29c9c04ac","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9a112310-dcae-47dd-b64d-b2c6ec93ed41","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZWEwNjZkZTZlN2NmN2I2Nzk3NDc1NWFjZjhmYjRkMmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"91a0343f-7f43-4d2e-8db5-93409c378be6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b7fb1271-af99-4498-a6a8-84bc2da23be3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1aa1dacf-f33d-4b4f-9703-b94b2ce84fd4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSusouqcbooiolbvlwor5-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-template.yml","artifactChecksum":"Y2RmYTg4Mjc5M2YyYTgyNDU2NDlhNmI1ZTk2YmQ1OWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d67cca3f-5686-45c5-8d51-025ace68d7e8","artifactVersion":"1"},{"artifactName":"service-DemoPnfSusouqcbooiolbvlwor5-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar","artifactChecksum":"YzExZWQ0ZDFlZjkyODEwZWQ4MDIyZDBlYmMxNDE2ZjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"14b34405-01c3-4d75-b1f8-25af7dc7759b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-11T12:07:43.262Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:07:43.262Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:07:43.263Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:07:43.264Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734862633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:07:43.364Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:07:43.365Z||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.
2021-05-11T12:07:43.366Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:07:43.382Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:07:43.383Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:07:44.264Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:07:44.265Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:07:44.267Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:07:44.267Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734862633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:07:44.367Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:07:44.368Z||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.
2021-05-11T12:07:44.368Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:07:44.380Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:07:44.380Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-11T12:07:45.268Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:07:45.269Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:07:45.271Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:07:45.271Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734862633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:07:45.371Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:07:45.372Z||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.
2021-05-11T12:07:45.372Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:07:45.382Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:07:45.383Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:07:46.271Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:07:46.272Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:07:46.273Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:07:46.273Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734862633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:07:46.374Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:07:46.374Z||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.
2021-05-11T12:07:46.375Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:07:46.386Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:07:46.387Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:07:47.274Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:07:47.275Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:07:47.277Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:07:47.277Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734862633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:07:47.377Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:07:47.378Z||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.
2021-05-11T12:07:47.378Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:07:47.387Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:07:47.388Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-11T12:07:48.277Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:07:48.278Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:07:48.281Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:07:48.281Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734862633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:07:48.381Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:07:48.383Z||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.
2021-05-11T12:07:48.383Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:07:48.397Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:07:48.397Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-05-11T12:07:49.282Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:07:49.283Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:07:49.285Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:07:49.285Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734862633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:07:49.386Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:07:49.387Z||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.
2021-05-11T12:07:49.387Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:07:49.398Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:07:49.399Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-11T12:07:50.286Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:07:50.287Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:07:50.288Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:07:50.288Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734862633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:07:50.388Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:07:50.389Z||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.
2021-05-11T12:07:50.389Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:07:50.404Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:07:50.404Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:07:51.289Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "serviceName": "Demo_pNF_sUsOuQcBOoIolbvlWor5",
  "serviceVersion": "1.0",
  "serviceUUID": "ac8eb245-0102-44e3-84a0-3b6bed10538d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "35e48cbb-2650-4a06-8c0f-2b12020681a2",
  "resources": [
    {
      "resourceInstanceName": "pNF 4b508ad7-d89b 0",
      "resourceCustomizationUUID": "18c38d09-e56f-45bb-80ca-8cb1e6eb3c36",
      "resourceName": "pNF 4b508ad7-d89b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1a998d52-8d1b-462b-be00-6f8d352b9684",
      "resourceInvariantUUID": "72af48ef-110d-4323-8b18-f0af8ad58097",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfSusouqcbooiolbvlwor5-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar",
      "artifactChecksum": "YzExZWQ0ZDFlZjkyODEwZWQ4MDIyZDBlYmMxNDE2ZjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "14b34405-01c3-4d75-b1f8-25af7dc7759b"
    }
  ],
  "workloadContext": "Production"
}
2021-05-11T12:07:51.290Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-11T12:07:51.290Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ac8eb245-0102-44e3-84a0-3b6bed10538d ASDC
2021-05-11T12:07:51.290Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:2fc4581a-61f0-4024-8ff3-0dbc46bbe454
ServiceName:Demo_pNF_sUsOuQcBOoIolbvlWor5
ServiceVersion:1.0
ServiceUUID:ac8eb245-0102-44e3-84a0-3b6bed10538d
ServiceInvariantUUID:35e48cbb-2650-4a06-8c0f-2b12020681a2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfSusouqcbooiolbvlwor5-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar
ArtifactUUID:14b34405-01c3-4d75-b1f8-25af7dc7759b
ArtifactChecksum:YzExZWQ0ZDFlZjkyODEwZWQ4MDIyZDBlYmMxNDE2ZjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4b508ad7-d89b 0
ResourceCustomizationUUID:18c38d09-e56f-45bb-80ca-8cb1e6eb3c36
ResourceInvariantUUID:72af48ef-110d-4323-8b18-f0af8ad58097
ResourceName:pNF 4b508ad7-d89b
ResourceType:PNF
ResourceUUID:1a998d52-8d1b-462b-be00-6f8d352b9684
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-05-11T12:07:51.290Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ac8eb245-0102-44e3-84a0-3b6bed10538d 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 (?, ?, ?, ?, ?)
2021-05-11T12:07:51.313Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-11T12:07:51.314Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-05-11T12:07:51.314Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-05-11T12:07:51.314Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 14b34405-01c3-4d75-b1f8-25af7dc7759b from URL: /sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:51.315Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-05-11T12:07:51.315Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:51.859Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-11T12:07:51.864Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar 14b34405-01c3-4d75-b1f8-25af7dc7759b 83297
2021-05-11T12:07:51.864Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar ASDC sendASDCNotification
2021-05-11T12:07:51.864Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:51.865Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T12:07:51.865Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:07:51.866Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:07:51.866Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734871864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:07:51.966Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:07:51.967Z||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.
2021-05-11T12:07:51.967Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:07:51.978Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:07:51.978Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:07:52.867Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-11T12:07:52.868Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-05-11T12:07:52.868Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 14b34405-01c3-4d75-b1f8-25af7dc7759b, URL: /sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar to file: /app/ASDC/1/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:52.868Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:52.869Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:52.869Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:52.984Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12544875927402200613/Definitions/service-DemoPnfSusouqcbooiolbvlwor5-template.yml
2021-05-11T12:07:53.527Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-11T12:07:53.528Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-05-11T12:07:53.528Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:53.528Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-11T12:07:53.528Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4b508ad7-d89b 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-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:53.528Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|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-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:53.528Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|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-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:53.528Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|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-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:53.528Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|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-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:53.528Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4b508ad7-d89b 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:53.528Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|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-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:53.528Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|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-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:53.529Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-05-11T12:07:53.529Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:07:53.529Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_sUsOuQcBOoIolbvlWor5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:07:53.529Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Node template pNF 4b508ad7-d89b 0 is matching search criteria
2021-05-11T12:07:53.529Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-05-11T12:07:53.529Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 4b508ad7-d89b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-11T12:07:53.529Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:07:53.529Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_sUsOuQcBOoIolbvlWor5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:07:53.530Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Node template pNF 4b508ad7-d89b 0 is matching search criteria
2021-05-11T12:07:53.530Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-05-11T12:07:53.530Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 4b508ad7-d89b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-11T12:07:53.530Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:07:53.530Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_sUsOuQcBOoIolbvlWor5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:07:53.530Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:07:53.530Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_sUsOuQcBOoIolbvlWor5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:07:53.530Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:07:53.530Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_sUsOuQcBOoIolbvlWor5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:07:53.531Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:07:53.531Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_sUsOuQcBOoIolbvlWor5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:07:53.531Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:07:53.531Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_sUsOuQcBOoIolbvlWor5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:07:53.531Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_sUsOuQcBOoIolbvlWor5
Description:catalog service description
Model UUID:ac8eb245-0102-44e3-84a0-3b6bed10538d
Model Version:NULL
Model InvariantUuid:35e48cbb-2650-4a06-8c0f-2b12020681a2
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-11T12:07:53.537Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1a998d52-8d1b-462b-be00-6f8d352b9684
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:07:53.540Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||pNF 4b508ad7-d89b 0
2021-05-11T12:07:53.540Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1a998d52-8d1b-462b-be00-6f8d352b9684
2021-05-11T12:07:53.541Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||No resources found for Service: ac8eb245-0102-44e3-84a0-3b6bed10538d
2021-05-11T12:07:53.541Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: ac8eb245-0102-44e3-84a0-3b6bed10538d
2021-05-11T12:07:53.541Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4b508ad7-d89b 0 1a998d52-8d1b-462b-be00-6f8d352b9684 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:07:53.545Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:07:53.545Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_sUsOuQcBOoIolbvlWor5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:07:53.545Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid ac8eb245-0102-44e3-84a0-3b6bed10538d: pNF 4b508ad7-d89b
2021-05-11T12:07:53.545Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||Processing PNF resource: 1a998d52-8d1b-462b-be00-6f8d352b9684
2021-05-11T12:07:53.546Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:07:53.546Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_sUsOuQcBOoIolbvlWor5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:07:53.546Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||Resource customization UUID: 18c38d09-e56f-45bb-80ca-8cb1e6eb3c36 is the same as notified resource customizationUUID: 18c38d09-e56f-45bb-80ca-8cb1e6eb3c36
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?)
2021-05-11T12:07:53.592Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4b508ad7-d89b 1a998d52-8d1b-462b-be00-6f8d352b9684 0 ASDC deployResourceStructure
2021-05-11T12:07:53.592Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar ASDC sendASDCNotification
2021-05-11T12:07:53.592Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:53.592Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T12:07:53.592Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:07:53.594Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:07:53.594Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734873592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:07:53.694Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:07:53.695Z||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.
2021-05-11T12:07:53.695Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:07:53.708Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:07:53.709Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:07:54.594Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2fc4581a-61f0-4024-8ff3-0dbc46bbe454
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=?
2021-05-11T12:07:54.604Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2fc4581a-61f0-4024-8ff3-0dbc46bbe454
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=?
2021-05-11T12:07:54.606Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-11T12:07:54.606Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-11T12:07:54.606Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-11T12:08:24.606Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2fc4581a-61f0-4024-8ff3-0dbc46bbe454
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=?
2021-05-11T12:08:24.616Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2fc4581a-61f0-4024-8ff3-0dbc46bbe454
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=?
2021-05-11T12:08:24.618Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-11T12:08:24.618Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-11T12:08:24.618Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-11T12:08:42.636Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:08:42.636Z||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.
2021-05-11T12:08:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:08:42.673Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:08:42.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734802633,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:08:42.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734806857,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:08:42.678Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:08:42.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734808417,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:08:42.678Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:08:42.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734815063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "dcae-sch",
  "timestamp": 1620734812954,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734805956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "cds",
  "timestamp": 1620734808464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734805956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "dcae-sch",
  "timestamp": 1620734812954,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734815063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "cds",
  "timestamp": 1620734808464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734805956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734815063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "dcae-sch",
  "timestamp": 1620734812954,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "cds",
  "timestamp": 1620734808464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734805956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734815063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.684Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "dcae-sch",
  "timestamp": 1620734812954,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.684Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "cds",
  "timestamp": 1620734808464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.684Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734818364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.684Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734805956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.684Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734815063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "dcae-sch",
  "timestamp": 1620734812954,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "cds",
  "timestamp": 1620734808464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734818364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734805956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734815063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-05-11T12:08:42.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "dcae-sch",
  "timestamp": 1620734812954,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "cds",
  "timestamp": 1620734808464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734818364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734805956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734815063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "dcae-sch",
  "timestamp": 1620734812954,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "cds",
  "timestamp": 1620734808464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734818364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620734805956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:08:42.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "dcae-sch",
  "timestamp": 1620734812954,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734815063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "cds",
  "timestamp": 1620734808464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:08:42.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734818364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "policy-id",
  "timestamp": 1620734822861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.689Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734818364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.689Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "aai-ml",
  "timestamp": 1620734823560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.689Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "clamp",
  "timestamp": 1620734823562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.689Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "policy-id",
  "timestamp": 1620734822861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.689Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734823947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.690Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734818364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.690Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "aai-ml",
  "timestamp": 1620734823560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.690Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "clamp",
  "timestamp": 1620734823562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.690Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734825260,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:08:42.690Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:08:42.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "cds",
  "timestamp": 1620734825258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:08:42.691Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:08:42.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "policy-id",
  "timestamp": 1620734822861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.691Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734823947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.691Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734818364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:08:42.691Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "aai-ml",
  "timestamp": 1620734823560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.691Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "clamp",
  "timestamp": 1620734823562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.692Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "cds",
  "timestamp": 1620734826262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-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=?
2021-05-11T12:08:42.697Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2fc4581a-61f0-4024-8ff3-0dbc46bbe454
2021-05-11T12:08:42.697Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fc4581a-61f0-4024-8ff3-0dbc46bbe454 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 (?, ?, ?, ?, ?)
2021-05-11T12:08:42.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734826469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-05-11T12:08:42.705Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:08:42.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "policy-id",
  "timestamp": 1620734822861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734823947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "aai-ml",
  "timestamp": 1620734823560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "clamp",
  "timestamp": 1620734823562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734827480,
  "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=?
2021-05-11T12:08:42.708Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 2fc4581a-61f0-4024-8ff3-0dbc46bbe454
2021-05-11T12:08:42.708Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fc4581a-61f0-4024-8ff3-0dbc46bbe454 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 (?, ?, ?, ?, ?)
2021-05-11T12:08:42.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "policy-id",
  "timestamp": 1620734822861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.714Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734823947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.714Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "aai-ml",
  "timestamp": 1620734823560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.714Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "clamp",
  "timestamp": 1620734823562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.714Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "policy-id",
  "timestamp": 1620734822861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.714Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734823947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.714Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "aai-ml",
  "timestamp": 1620734823560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.714Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "clamp",
  "timestamp": 1620734823562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.715Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "policy-id",
  "timestamp": 1620734822861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.715Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734823947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.715Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "aai-ml",
  "timestamp": 1620734823560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.715Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "clamp",
  "timestamp": 1620734823562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.715Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "policy-id",
  "timestamp": 1620734822861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:08:42.715Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734823947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.715Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "aai-ml",
  "timestamp": 1620734823560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:08:42.715Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "clamp",
  "timestamp": 1620734823562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:08:42.715Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620734823947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:08:42.716Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "policy-id",
  "timestamp": 1620734831935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:08:42.716Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:08:42.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "aai-ml",
  "timestamp": 1620734832406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:08:42.716Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:08:42.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734832337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.716Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "policy-id",
  "timestamp": 1620734832940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:08:42.716Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:08:42.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "policy-id",
  "timestamp": 1620734833943,
  "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=?
2021-05-11T12:08:42.720Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2fc4581a-61f0-4024-8ff3-0dbc46bbe454
2021-05-11T12:08:42.720Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fc4581a-61f0-4024-8ff3-0dbc46bbe454 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 (?, ?, ?, ?, ?)
2021-05-11T12:08:42.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734832337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734832337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734832337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "aai-ml",
  "timestamp": 1620734836083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:08:42.730Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:08:42.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734832337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "aai-ml",
  "timestamp": 1620734837086,
  "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=?
2021-05-11T12:08:42.735Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2fc4581a-61f0-4024-8ff3-0dbc46bbe454
2021-05-11T12:08:42.735Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fc4581a-61f0-4024-8ff3-0dbc46bbe454 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 (?, ?, ?, ?, ?)
2021-05-11T12:08:42.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734832337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734832337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:08:42.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734839854,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-11T12:08:42.743Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:08:42.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734832337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:08:42.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:08:42.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "clamp",
  "timestamp": 1620734841962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:08:42.743Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:08:42.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734841958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:08:42.743Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:08:42.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734843619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:08:42.744Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:08:42.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "clamp",
  "timestamp": 1620734843663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:08:42.744Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:08:42.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620734844623,
  "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=?
2021-05-11T12:08:42.748Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2fc4581a-61f0-4024-8ff3-0dbc46bbe454
2021-05-11T12:08:42.748Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fc4581a-61f0-4024-8ff3-0dbc46bbe454 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 (?, ?, ?, ?, ?)
2021-05-11T12:08:42.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:08:42.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "clamp",
  "timestamp": 1620734844666,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
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=?
2021-05-11T12:08:42.763Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2fc4581a-61f0-4024-8ff3-0dbc46bbe454
2021-05-11T12:08:42.763Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fc4581a-61f0-4024-8ff3-0dbc46bbe454 and ComponentName clamp
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 (?, ?, ?, ?, ?)
2021-05-11T12:08:54.618Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2fc4581a-61f0-4024-8ff3-0dbc46bbe454
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=?
2021-05-11T12:08:54.631Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2fc4581a-61f0-4024-8ff3-0dbc46bbe454
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=?
2021-05-11T12:08:54.635Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-11T12:08:54.635Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-11T12:08:54.636Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-11T12:08:54.636Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-11T12:08:54.636Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:08:54.636Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:08:54.636Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:08:54.636Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:08:54.636Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:08:54.636Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:08:54.636Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:08:54.636Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|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=?
2021-05-11T12:08:54.641Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-11T12:09:24.641Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2fc4581a-61f0-4024-8ff3-0dbc46bbe454 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=?
2021-05-11T12:09:24.647Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2fc4581a-61f0-4024-8ff3-0dbc46bbe454 and serviceModelVersionId: ac8eb245-0102-44e3-84a0-3b6bed10538d
2021-05-11T12:09:24.647Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 35e48cbb-2650-4a06-8c0f-2b12020681a2
2021-05-11T12:09:24.648Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/35e48cbb-2650-4a06-8c0f-2b12020681a2/model-vers/model-ver/ac8eb245-0102-44e3-84a0-3b6bed10538d?depth=0
2021-05-11T12:09:24.652Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-05-11T12:09:24.676Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/35e48cbb-2650-4a06-8c0f-2b12020681a2/model-vers/model-ver/ac8eb245-0102-44e3-84a0-3b6bed10538d?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]}
2021-05-11T12:09:24.677Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/35e48cbb-2650-4a06-8c0f-2b12020681a2/model-vers/model-ver/ac8eb245-0102-44e3-84a0-3b6bed10538d?depth=0|INFO|500||Invoke
2021-05-11T12:09:24.693Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/35e48cbb-2650-4a06-8c0f-2b12020681a2/model-vers/model-ver/ac8eb245-0102-44e3-84a0-3b6bed10538d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-11T12:09:25.241Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/35e48cbb-2650-4a06-8c0f-2b12020681a2/model-vers/model-ver/ac8eb245-0102-44e3-84a0-3b6bed10538d?depth=0|INFO|500||InvokeReturn
2021-05-11T12:09:25.242Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/35e48cbb-2650-4a06-8c0f-2b12020681a2/model-vers/model-ver/ac8eb245-0102-44e3-84a0-3b6bed10538d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210511-12:09:24:700-76898], vertex-id=[168048], Content-Length=[0], Date=[Tue, 11 May 2021 12:09:24 GMT], Content-Type=[application/json]}
2021-05-11T12:09:25.242Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-05-11T12:09:25.242Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-11T12:09:25.242Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:09:25.246Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|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)
2021-05-11T12:09:25.247Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2fc4581a-61f0-4024-8ff3-0dbc46bbe454 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-11T12:09:25.247Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-11T12:09:25.247Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:09:25.248Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:09:25.249Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734965247,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-11T12:09:25.349Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:09:25.349Z||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.
2021-05-11T12:09:25.350Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:09:25.360Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:09:25.360Z||pool-50-thread-1|||||INFO|500||cambria reply ok (11 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=?
2021-05-11T12:09:26.260Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:09:26.261Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|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.
2021-05-11T12:09:26.261Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:09:35.796Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:09:42.633Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:09:42.634Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|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.
2021-05-11T12:09:42.634Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:09:42.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:09:42.636Z||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.
2021-05-11T12:09:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:09:42.660Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:09:42.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:09:42.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734862633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:09:42.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:09:42.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:09:42.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734862633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:09:42.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:09:42.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:09:42.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734862633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:09:42.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:09:42.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:09:42.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734862633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:09:42.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:09:42.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:09:42.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734862633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:09:42.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:09:42.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:09:42.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734862633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:09:42.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:09:42.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:09:42.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734862633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:09:42.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:09:42.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:09:42.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734862633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:09:42.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:09:42.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:09:42.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734871864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:09:42.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:09:42.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:09:42.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734873592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:09:42.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:09:52.205Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:10:42.633Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:10:42.634Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|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.
2021-05-11T12:10:42.634Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:10:42.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:10:42.636Z||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.
2021-05-11T12:10:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:10:42.663Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:10:42.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:10:42.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620734965247,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-11T12:10:42.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:10:43.259Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:10:43.260Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-11T12:10:43.260Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e18f7f90-ee6f-45c0-b5f3-edfee4496bd5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"50eb68fe-a288-40b6-aa03-b43e2b967386","serviceDescription":"service","serviceInvariantUUID":"52d92f57-a670-4871-b3d2-41d79c1b12f3","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"db03360f-a363-494e-bedf-87ee8c45867f","resourceInvariantUUID":"dccf4778-70de-4f77-a0f4-6d73852e85f6","resourceCustomizationUUID":"f2059105-3741-4e13-94e3-6819792ff81e","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":"Y2NlNjczZDdiYjFkZWFmNWRhNjhiOGE0MzcxMTZhZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"67192bc6-6327-42b9-bfd6-dc4757903602","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":"MDYzZTNmNzRmNjVlZDlmZGQ4N2ZmYTZhMDRjMjJmMzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1d3c52f3-cfba-4f23-8e43-c415d6a0562b","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36f6875a-6b7d-4541-b503-27924d2f2d2b","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":"f6249f72-8b2b-4797-aee5-bc15faf469bd","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":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f3c42af0-a3e4-4c8d-adb9-d1d0f197e5e9","artifactVersion":"2","generatedFromUUID":"36f6875a-6b7d-4541-b503-27924d2f2d2b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDhiYTMzZGI1MDU2OGY3YjFlYTQ2ZGUwYmEwZTBjYjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5158e143-1eb6-48cb-90d9-1faf7df7d940","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YTk1MTYyYzFiMzAzOTkxMjIwNDI5MTQzMDg1NjUwZjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e2d9b7ed-7b13-45da-bf6e-1c12a512b68c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-11T12:10:43.262Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:10:43.263Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:10:43.265Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:10:43.265Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735042633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:10:43.365Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:10:43.366Z||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.
2021-05-11T12:10:43.366Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:10:43.378Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:10:43.378Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:10:44.265Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:10:44.266Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:10:44.268Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:10:44.268Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735042633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T12:10:44.368Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:10:44.369Z||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.
2021-05-11T12:10:44.369Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:10:44.379Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:10:44.379Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:10:45.269Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:10:45.270Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:10:45.272Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:10:45.272Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735042633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-11T12:10:45.373Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-11T12:10:45.373Z||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.
2021-05-11T12:10:45.373Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:10:45.383Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:10:45.384Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:10:46.273Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:10:46.274Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:10:46.276Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:10:46.276Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735042633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:10:46.376Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-11T12:10:46.377Z||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.
2021-05-11T12:10:46.377Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:10:46.389Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:10:46.389Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:10:47.277Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:10:47.278Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:10:47.280Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:10:47.281Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735042633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-11T12:10:47.381Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:10:47.381Z||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.
2021-05-11T12:10:47.381Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:10:47.392Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:10:47.393Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:10:48.281Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:10:48.282Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:10:48.284Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:10:48.284Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735042633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:10:48.384Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-11T12:10:48.385Z||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.
2021-05-11T12:10:48.385Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:10:48.395Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:10:48.395Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:10:49.285Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:10:49.287Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:10:49.290Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:10:49.290Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735042633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:10:49.390Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:10:49.391Z||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.
2021-05-11T12:10:49.392Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:10:49.403Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:10:49.404Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:10:50.291Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "50eb68fe-a288-40b6-aa03-b43e2b967386",
  "serviceDescription": "service",
  "serviceInvariantUUID": "52d92f57-a670-4871-b3d2-41d79c1b12f3",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "f2059105-3741-4e13-94e3-6819792ff81e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "db03360f-a363-494e-bedf-87ee8c45867f",
      "resourceInvariantUUID": "dccf4778-70de-4f77-a0f4-6d73852e85f6",
      "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": "MDYzZTNmNzRmNjVlZDlmZGQ4N2ZmYTZhMDRjMjJmMzk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1d3c52f3-cfba-4f23-8e43-c415d6a0562b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "36f6875a-6b7d-4541-b503-27924d2f2d2b",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f3c42af0-a3e4-4c8d-adb9-d1d0f197e5e9",
            "generatedFromUUID": "36f6875a-6b7d-4541-b503-27924d2f2d2b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f3c42af0-a3e4-4c8d-adb9-d1d0f197e5e9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YTk1MTYyYzFiMzAzOTkxMjIwNDI5MTQzMDg1NjUwZjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e2d9b7ed-7b13-45da-bf6e-1c12a512b68c"
    }
  ],
  "workloadContext": "Production"
}
2021-05-11T12:10:50.291Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-11T12:10:50.291Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 50eb68fe-a288-40b6-aa03-b43e2b967386 ASDC
2021-05-11T12:10:50.292Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e18f7f90-ee6f-45c0-b5f3-edfee4496bd5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:50eb68fe-a288-40b6-aa03-b43e2b967386
ServiceInvariantUUID:52d92f57-a670-4871-b3d2-41d79c1b12f3
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:e2d9b7ed-7b13-45da-bf6e-1c12a512b68c
ArtifactChecksum:YTk1MTYyYzFiMzAzOTkxMjIwNDI5MTQzMDg1NjUwZjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:f2059105-3741-4e13-94e3-6819792ff81e
ResourceInvariantUUID:dccf4778-70de-4f77-a0f4-6d73852e85f6
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:db03360f-a363-494e-bedf-87ee8c45867f
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:1d3c52f3-cfba-4f23-8e43-c415d6a0562b
ArtifactChecksum:MDYzZTNmNzRmNjVlZDlmZGQ4N2ZmYTZhMDRjMjJmMzk=
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:36f6875a-6b7d-4541-b503-27924d2f2d2b
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
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:f3c42af0-a3e4-4c8d-adb9-d1d0f197e5e9
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
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:f3c42af0-a3e4-4c8d-adb9-d1d0f197e5e9
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-11T12:10:50.292Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50eb68fe-a288-40b6-aa03-b43e2b967386 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 (?, ?, ?, ?, ?)
2021-05-11T12:10:50.318Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-11T12:10:50.319Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-05-11T12:10:50.319Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-05-11T12:10:50.319Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e2d9b7ed-7b13-45da-bf6e-1c12a512b68c from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-05-11T12:10:50.319Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-05-11T12:10:50.319Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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
2021-05-11T12:10:51.039Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-11T12:10:51.041Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar e2d9b7ed-7b13-45da-bf6e-1c12a512b68c 74260
2021-05-11T12:10:51.041Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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
2021-05-11T12:10:51.041Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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
2021-05-11T12:10:51.041Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T12:10:51.042Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:10:51.043Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:10:51.043Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735051041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:10:51.143Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:10:51.144Z||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.
2021-05-11T12:10:51.144Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:10:51.153Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:10:51.154Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:10:52.043Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-11T12:10:52.044Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-05-11T12:10:52.044Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: e2d9b7ed-7b13-45da-bf6e-1c12a512b68c, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-05-11T12:10:52.044Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-05-11T12:10:52.045Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-05-11T12:10:52.045Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-05-11T12:10:52.310Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15102828734589829831/Definitions/service-BasicVm-template.yml
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_vlan_requirements" 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
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_name" is not provided
2021-05-11T12:10:53.251Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-11T12:10:53.252Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-05-11T12:10:53.252Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-11T12:10:53.252Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-11T12:10:53.252Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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
2021-05-11T12:10:53.252Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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
2021-05-11T12:10:53.252Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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
2021-05-11T12:10:53.252Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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
2021-05-11T12:10:53.252Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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
2021-05-11T12:10:53.252Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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
2021-05-11T12:10:53.252Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-11T12:10:53.252Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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
2021-05-11T12:10:53.252Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-11T12:10:53.252Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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
2021-05-11T12:10:53.252Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-05-11T12:10:53.253Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:10:53.253Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:10:53.253Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-11T12:10:53.253Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-05-11T12:10:53.253Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-11T12:10:53.253Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:10:53.253Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:10:53.253Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-11T12:10:53.253Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-05-11T12:10:53.254Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-11T12:10:53.254Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:10:53.254Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:10:53.254Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:10:53.254Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-11T12:10:53.254Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-11T12:10:53.254Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-05-11T12:10:53.254Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-05-11T12:10:53.254Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-05-11T12:10:53.255Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-11T12:10:53.255Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:10:53.255Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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
2021-05-11T12:10:53.255Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:10:53.255Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-11T12:10:53.255Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:10:53.255Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:10:53.256Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-11T12:10:53.256Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:10:53.256Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:10:53.256Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-11T12:10:53.256Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:10:53.256Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:10:53.256Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-11T12:10:53.256Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-11T12:10:53.256Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-11T12:10:53.256Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0151af8a-7806-498e-8d28-9f26a862b0a9
2021-05-11T12:10:53.257Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:10:53.257Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:10:53.257Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:10:53.257Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:10:53.257Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:10:53.257Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:10:53.257Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:10:53.257Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:10:53.257Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:50eb68fe-a288-40b6-aa03-b43e2b967386
Model Version:NULL
Model InvariantUuid:52d92f57-a670-4871-b3d2-41d79c1b12f3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:4a0a8642-080e-423e-82b4-25caf510d812
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dccf4778-70de-4f77-a0f4-6d73852e85f6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f2059105-3741-4e13-94e3-6819792ff81e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a0d5058f-72c5-4cfc-b747-c995d8326789
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:8636eeca-c1ec-4652-9dc9-4076c6939abc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0151af8a-7806-498e-8d28-9f26a862b0a9
ModelInvariantUuid:10caadd3-ace1-414f-b932-fd49d9fbb681
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:1ba40fa2-fbad-4f8c-a1af-6459d4bd7548
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:e79e01d2-ab10-4e10-90a4-2b8812c409b4
ModelInvariantUuid:63a484dc-6cce-48f5-802f-2117da6e871f
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:a068adf6-b74c-41d4-874f-fcb143272233
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-11T12:10:54.255Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: db03360f-a363-494e-bedf-87ee8c45867f
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:10:54.258Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||basic_vm 0
2021-05-11T12:10:54.258Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: db03360f-a363-494e-bedf-87ee8c45867f
2021-05-11T12:10:54.258Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1d3c52f3-cfba-4f23-8e43-c415d6a0562b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-05-11T12:10:54.259Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-05-11T12:10:54.259Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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
2021-05-11T12:10:54.434Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-11T12:10:54.434Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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 1d3c52f3-cfba-4f23-8e43-c415d6a0562b 787
2021-05-11T12:10:54.434Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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
2021-05-11T12:10:54.435Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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
2021-05-11T12:10:54.435Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T12:10:54.435Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:10:54.437Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:10:54.437Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735054434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:10:54.537Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:10:54.538Z||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.
2021-05-11T12:10:54.538Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:10:54.548Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:10:54.549Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:10:55.438Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a0d5058f-72c5-4cfc-b747-c995d8326789",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8636eeca-c1ec-4652-9dc9-4076c6939abc",
    "vfModuleModelCustomizationUUID": "03c889e4-ac29-48be-89a4-78153abcbe19",
    "isBase": true,
    "artifacts": [
      "36f6875a-6b7d-4541-b503-27924d2f2d2b",
      "f3c42af0-a3e4-4c8d-adb9-d1d0f197e5e9"
    ],
    "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": ""
    }
  }
]
2021-05-11T12:10:55.442Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8636eeca-c1ec-4652-9dc9-4076c6939abc
VfModuleModelInvariantUUID:a0d5058f-72c5-4cfc-b747-c995d8326789
VfModuleModelDescription:NULL
Artifacts UUID List:{
36f6875a-6b7d-4541-b503-27924d2f2d2b
,
f3c42af0-a3e4-4c8d-adb9-d1d0f197e5e9

}
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


}

2021-05-11T12:10:55.445Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a0d5058f-72c5-4cfc-b747-c995d8326789",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8636eeca-c1ec-4652-9dc9-4076c6939abc",
    "vfModuleModelCustomizationUUID": "03c889e4-ac29-48be-89a4-78153abcbe19",
    "isBase": true,
    "artifacts": [
      "36f6875a-6b7d-4541-b503-27924d2f2d2b",
      "f3c42af0-a3e4-4c8d-adb9-d1d0f197e5e9"
    ],
    "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": ""
    }
  }
]
2021-05-11T12:10:55.445Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8636eeca-c1ec-4652-9dc9-4076c6939abc
VfModuleModelInvariantUUID:a0d5058f-72c5-4cfc-b747-c995d8326789
VfModuleModelDescription:NULL
Artifacts UUID List:{
36f6875a-6b7d-4541-b503-27924d2f2d2b
,
f3c42af0-a3e4-4c8d-adb9-d1d0f197e5e9

}
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


}

2021-05-11T12:10:55.445Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 36f6875a-6b7d-4541-b503-27924d2f2d2b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-05-11T12:10:55.445Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-05-11T12:10:55.445Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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
2021-05-11T12:10:55.723Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-11T12:10:55.723Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 36f6875a-6b7d-4541-b503-27924d2f2d2b 5033
2021-05-11T12:10:55.723Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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
2021-05-11T12:10:55.723Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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
2021-05-11T12:10:55.723Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T12:10:55.724Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:10:55.726Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:10:55.726Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735055723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:10:55.826Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:10:55.827Z||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.
2021-05-11T12:10:55.827Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:10:55.837Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:10:55.838Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:10:56.727Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f3c42af0-a3e4-4c8d-adb9-d1d0f197e5e9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-05-11T12:10:56.727Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-05-11T12:10:56.727Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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
2021-05-11T12:10:56.907Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-11T12:10:56.907Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env f3c42af0-a3e4-4c8d-adb9-d1d0f197e5e9 903
2021-05-11T12:10:56.908Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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
2021-05-11T12:10:56.908Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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
2021-05-11T12:10:56.908Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T12:10:56.908Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:10:56.911Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:10:56.911Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735056908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:10:57.011Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:10:57.012Z||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.
2021-05-11T12:10:57.012Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:10:57.022Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:10:57.023Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:10:57.911Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 50eb68fe-a288-40b6-aa03-b43e2b967386
2021-05-11T12:10:57.912Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 db03360f-a363-494e-bedf-87ee8c45867f ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:10:57.924Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:10:57.925Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:10:57.925Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-05-11T12:10:57.925Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= f2059105-3741-4e13-94e3-6819792ff81e
2021-05-11T12:10:57.925Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f2059105-3741-4e13-94e3-6819792ff81e matches Tosca VF Customization UUID: f2059105-3741-4e13-94e3-6819792ff81e
2021-05-11T12:10:57.926Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: f2059105-3741-4e13-94e3-6819792ff81e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-11T12:10:57.928Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:10:57.928Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:10:57.928Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id f2059105-3741-4e13-94e3-6819792ff81e: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-05-11T12:10:57.929Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1dea7b81
2021-05-11T12:10:57.929Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:10:57.929Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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
2021-05-11T12:10:57.929Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 03c889e4-ac29-48be-89a4-78153abcbe19
2021-05-11T12:10:57.929Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 03c889e4-ac29-48be-89a4-78153abcbe19
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-11T12:10:57.930Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:10:57.931Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-11T12:10:57.931Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:10:57.931Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:10:57.931Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-11T12:10:57.931Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:10:57.931Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:10:57.931Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-11T12:10:57.931Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-11T12:10:57.931Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-11T12:10:57.931Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0151af8a-7806-498e-8d28-9f26a862b0a9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-11T12:10:57.933Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:10:57.933Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-11T12:10:57.933Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:10:57.933Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:10:57.933Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-11T12:10:57.934Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=f2059105-3741-4e13-94e3-6819792ff81e
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:10:57.935Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:10:57.935Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:10:57.935Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 50eb68fe-a288-40b6-aa03-b43e2b967386: basic_vm
2021-05-11T12:10:57.935Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:10:57.935Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:10:57.935Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:10:57.935Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:10:57.935Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:10:57.935Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:10:57.936Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:10:57.936Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:10:57.936Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:10:57.936Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:10:57.936Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-05-11T12:10:58.004Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm db03360f-a363-494e-bedf-87ee8c45867f 1 ASDC deployResourceStructure
2021-05-11T12:10:58.005Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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
2021-05-11T12:10:58.005Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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
2021-05-11T12:10:58.005Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T12:10:58.005Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:10:58.008Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:10:58.008Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735058005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-11T12:10:58.108Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:10:58.109Z||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.
2021-05-11T12:10:58.109Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:10:58.120Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:10:58.121Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-11T12:10:59.009Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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
2021-05-11T12:10:59.009Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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
2021-05-11T12:10:59.009Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T12:10:59.009Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:10:59.011Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:10:59.011Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735059009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-05-11T12:10:59.111Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:10:59.112Z||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.
2021-05-11T12:10:59.112Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:10:59.122Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:10:59.123Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-11T12:11:00.011Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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
2021-05-11T12:11:00.012Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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
2021-05-11T12:11:00.012Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T12:11:00.012Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:11:00.015Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:11:00.015Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735060011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-05-11T12:11:00.115Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:11:00.116Z||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.
2021-05-11T12:11:00.116Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:11:00.127Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:11:00.127Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:11:01.016Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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
2021-05-11T12:11:01.016Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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
2021-05-11T12:11:01.016Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T12:11:01.016Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:11:01.017Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:11:01.017Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735061015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:11:01.117Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:11:01.118Z||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.
2021-05-11T12:11:01.118Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:11:01.128Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:11:01.129Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-11T12:11:02.017Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e18f7f90-ee6f-45c0-b5f3-edfee4496bd5
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=?
2021-05-11T12:11:02.027Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e18f7f90-ee6f-45c0-b5f3-edfee4496bd5
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=?
2021-05-11T12:11:02.033Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-11T12:11:02.033Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-11T12:11:02.033Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-11T12:11:32.034Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e18f7f90-ee6f-45c0-b5f3-edfee4496bd5
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=?
2021-05-11T12:11:32.045Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e18f7f90-ee6f-45c0-b5f3-edfee4496bd5
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=?
2021-05-11T12:11:32.048Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-11T12:11:32.048Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-11T12:11:32.048Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-11T12:11:42.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:11:42.637Z||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.
2021-05-11T12:11:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:11:42.654Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:11:42.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "dcae-sch",
  "timestamp": 1620734992954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734995063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734998364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "dcae-sch",
  "timestamp": 1620734992954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734998364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734995063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "dcae-sch",
  "timestamp": 1620734992954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734995063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734998364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "policy-id",
  "timestamp": 1620735002860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "dcae-sch",
  "timestamp": 1620734992954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734995063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734998364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "cds",
  "timestamp": 1620735003464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "clamp",
  "timestamp": 1620735003562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "aai-ml",
  "timestamp": 1620735003560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "policy-id",
  "timestamp": 1620735002860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735003946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "dcae-sch",
  "timestamp": 1620734992954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734995063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734998364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "cds",
  "timestamp": 1620735003464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "aai-ml",
  "timestamp": 1620735003560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "clamp",
  "timestamp": 1620735003562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "policy-id",
  "timestamp": 1620735002860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735003946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "dcae-sch",
  "timestamp": 1620734992954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734995063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734998364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "cds",
  "timestamp": 1620735003464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "aai-ml",
  "timestamp": 1620735003560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "clamp",
  "timestamp": 1620735003562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "policy-id",
  "timestamp": 1620735002860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735005956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735003946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "dcae-sch",
  "timestamp": 1620734992954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620734995063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620734998364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "cds",
  "timestamp": 1620735003464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "aai-ml",
  "timestamp": 1620735003560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "clamp",
  "timestamp": 1620735003562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "policy-id",
  "timestamp": 1620735002860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735003946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735005956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "cds",
  "timestamp": 1620735003464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "aai-ml",
  "timestamp": 1620735003560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "clamp",
  "timestamp": 1620735003562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "policy-id",
  "timestamp": 1620735002860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735003946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735005956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "cds",
  "timestamp": 1620735003464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735009155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:11:42.687Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "aai-ml",
  "timestamp": 1620735003560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "clamp",
  "timestamp": 1620735003562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "policy-id",
  "timestamp": 1620735002860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735005956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735003946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "cds",
  "timestamp": 1620735003464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "aai-ml",
  "timestamp": 1620735003560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "clamp",
  "timestamp": 1620735003562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735005956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735003946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735011161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "policy-id",
  "timestamp": 1620735011350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735005956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "cds",
  "timestamp": 1620735011748,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "aai-ml",
  "timestamp": 1620735011866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735012247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "policy-id",
  "timestamp": 1620735012354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735005956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "cds",
  "timestamp": 1620735012752,
  "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=?
2021-05-11T12:11:42.694Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e18f7f90-ee6f-45c0-b5f3-edfee4496bd5
2021-05-11T12:11:42.695Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e18f7f90-ee6f-45c0-b5f3-edfee4496bd5 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 (?, ?, ?, ?, ?)
2021-05-11T12:11:42.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735012336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.703Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735013046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:11:42.703Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "policy-id",
  "timestamp": 1620735013358,
  "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=?
2021-05-11T12:11:42.707Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e18f7f90-ee6f-45c0-b5f3-edfee4496bd5
2021-05-11T12:11:42.708Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e18f7f90-ee6f-45c0-b5f3-edfee4496bd5 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 (?, ?, ?, ?, ?)
2021-05-11T12:11:42.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "dcae-sch",
  "timestamp": 1620735012954,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735012336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735014052,
  "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=?
2021-05-11T12:11:42.718Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e18f7f90-ee6f-45c0-b5f3-edfee4496bd5
2021-05-11T12:11:42.718Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e18f7f90-ee6f-45c0-b5f3-edfee4496bd5 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-11T12:11:42.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735014165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:11:42.723Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735014249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:11:42.723Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "dcae-sch",
  "timestamp": 1620735012954,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735012336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735015055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-11T12:11:42.723Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735015373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:11:42.724Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735015476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:11:42.724Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "dcae-sch",
  "timestamp": 1620735012954,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620735015063,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735012336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735016377,
  "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=?
2021-05-11T12:11:42.727Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e18f7f90-ee6f-45c0-b5f3-edfee4496bd5
2021-05-11T12:11:42.727Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e18f7f90-ee6f-45c0-b5f3-edfee4496bd5 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-11T12:11:42.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "dcae-sch",
  "timestamp": 1620735012954,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735016659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:11:42.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620735015063,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735012336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735017379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-11T12:11:42.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "aai-ml",
  "timestamp": 1620735017558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:11:42.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "dcae-sch",
  "timestamp": 1620735012954,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620735015063,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735017687,
  "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=?
2021-05-11T12:11:42.735Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e18f7f90-ee6f-45c0-b5f3-edfee4496bd5
2021-05-11T12:11:42.735Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e18f7f90-ee6f-45c0-b5f3-edfee4496bd5 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-11T12:11:42.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735012336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "aai-ml",
  "timestamp": 1620735018562,
  "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=?
2021-05-11T12:11:42.743Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e18f7f90-ee6f-45c0-b5f3-edfee4496bd5
2021-05-11T12:11:42.743Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e18f7f90-ee6f-45c0-b5f3-edfee4496bd5 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 (?, ?, ?, ?, ?)
2021-05-11T12:11:42.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "dcae-sch",
  "timestamp": 1620735012954,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735018689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620735015063,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735012336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735018364,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "cds",
  "timestamp": 1620735018464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "dcae-sch",
  "timestamp": 1620735012954,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620735015063,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735005956,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735018364,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "cds",
  "timestamp": 1620735018464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "dcae-sch",
  "timestamp": 1620735012954,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735005956,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620735015063,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735018364,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "cds",
  "timestamp": 1620735018464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735021250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735005956,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620735015063,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735018364,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "cds",
  "timestamp": 1620735018464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735005956,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620735015063,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735018364,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "cds",
  "timestamp": 1620735018464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735023500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "policy-id",
  "timestamp": 1620735022860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "clamp",
  "timestamp": 1620735023681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735005956,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735018364,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "cds",
  "timestamp": 1620735018464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735024503,
  "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=?
2021-05-11T12:11:42.753Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e18f7f90-ee6f-45c0-b5f3-edfee4496bd5
2021-05-11T12:11:42.753Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e18f7f90-ee6f-45c0-b5f3-edfee4496bd5 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 (?, ?, ?, ?, ?)
2021-05-11T12:11:42.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "policy-id",
  "timestamp": 1620735022860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735023946,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735005956,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735018364,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "cds",
  "timestamp": 1620735018464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735012336,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "policy-id",
  "timestamp": 1620735022860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735023946,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "clamp",
  "timestamp": 1620735025691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:11:42.763Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735005956,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735018364,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "cds",
  "timestamp": 1620735018464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "dcae-sch",
  "timestamp": 1620735026255,
  "artifactURL": "/sdc/v1/catalog/services/4e2377f8-5a2e-4a4f-9c60-b480eee98e09/resourceInstances/basicclamp0/artifacts/c7279473-9a5b-4a8c-bfb6-9e68c47e41fc",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:11:42.764Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735012336,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "policy-id",
  "timestamp": 1620735022860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735023946,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "clamp",
  "timestamp": 1620735026694,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
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=?
2021-05-11T12:11:42.771Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e18f7f90-ee6f-45c0-b5f3-edfee4496bd5
2021-05-11T12:11:42.771Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e18f7f90-ee6f-45c0-b5f3-edfee4496bd5 and ComponentName clamp
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 (?, ?, ?, ?, ?)
2021-05-11T12:11:42.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735005956,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735012336,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "policy-id",
  "timestamp": 1620735022860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735023946,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "dcae-sch",
  "timestamp": 1620735027732,
  "artifactURL": "/sdc/v1/catalog/services/4e2377f8-5a2e-4a4f-9c60-b480eee98e09/resourceInstances/basicclamp0/artifacts/c7279473-9a5b-4a8c-bfb6-9e68c47e41fc",
  "status": "DEPLOY_OK"
}
2021-05-11T12:11:42.779Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735012336,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "policy-id",
  "timestamp": 1620735022860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735023946,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "dcae-sch",
  "timestamp": 1620735028736,
  "artifactURL": "/sdc/v1/catalog/services/4e2377f8-5a2e-4a4f-9c60-b480eee98e09/resourceInstances/basicclamp0/artifacts/c7279473-9a5b-4a8c-bfb6-9e68c47e41fc",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
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 (?, ?, ?, ?, ?)
2021-05-11T12:11:42.791Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of fdd0893e-efb6-4593-8798-1baa6b76707b
2021-05-11T12:11:42.791Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdd0893e-efb6-4593-8798-1baa6b76707b and ComponentName service-change-handler
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 (?, ?, ?, ?, ?)
2021-05-11T12:11:42.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735028849,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:11:42.800Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "cds",
  "timestamp": 1620735029046,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:11:42.800Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735012336,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "policy-id",
  "timestamp": 1620735022860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735023946,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735029623,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:11:42.800Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "cds",
  "timestamp": 1620735030051,
  "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=?
2021-05-11T12:11:42.804Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fdd0893e-efb6-4593-8798-1baa6b76707b
2021-05-11T12:11:42.804Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdd0893e-efb6-4593-8798-1baa6b76707b 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 (?, ?, ?, ?, ?)
2021-05-11T12:11:42.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735012336,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "policy-id",
  "timestamp": 1620735022860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735023946,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735030666,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:11:42.810Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735031263,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:11:42.810Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735012336,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735023946,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "policy-id",
  "timestamp": 1620735032165,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:11:42.811Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735032282,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:11:42.811Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735012336,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735032960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:11:42.811Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735033036,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:11:42.811Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "policy-id",
  "timestamp": 1620735033168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:11:42.811Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735033288,
  "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=?
2021-05-11T12:11:42.815Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fdd0893e-efb6-4593-8798-1baa6b76707b
2021-05-11T12:11:42.815Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdd0893e-efb6-4593-8798-1baa6b76707b 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 (?, ?, ?, ?, ?)
2021-05-11T12:11:42.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735033720,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:11:42.823Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735033978,
  "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=?
2021-05-11T12:11:42.827Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fdd0893e-efb6-4593-8798-1baa6b76707b
2021-05-11T12:11:42.828Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdd0893e-efb6-4593-8798-1baa6b76707b 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-11T12:11:42.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "aai-ml",
  "timestamp": 1620735033560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "clamp",
  "timestamp": 1620735033565,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "policy-id",
  "timestamp": 1620735034171,
  "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=?
2021-05-11T12:11:42.840Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fdd0893e-efb6-4593-8798-1baa6b76707b
2021-05-11T12:11:42.841Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdd0893e-efb6-4593-8798-1baa6b76707b 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-11T12:11:42.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735034292,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-11T12:11:42.849Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735034371,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:11:42.849Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735034984,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-11T12:11:42.849Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "aai-ml",
  "timestamp": 1620735033560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "clamp",
  "timestamp": 1620735033565,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735035561,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:11:42.849Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735035774,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:11:42.849Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "aai-ml",
  "timestamp": 1620735033560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "clamp",
  "timestamp": 1620735033565,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735036565,
  "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=?
2021-05-11T12:11:42.854Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fdd0893e-efb6-4593-8798-1baa6b76707b
2021-05-11T12:11:42.854Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdd0893e-efb6-4593-8798-1baa6b76707b 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-11T12:11:42.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735036778,
  "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=?
2021-05-11T12:11:42.865Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fdd0893e-efb6-4593-8798-1baa6b76707b
2021-05-11T12:11:42.865Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdd0893e-efb6-4593-8798-1baa6b76707b 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 (?, ?, ?, ?, ?)
2021-05-11T12:11:42.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "aai-ml",
  "timestamp": 1620735033560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "clamp",
  "timestamp": 1620735033565,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735037569,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-11T12:11:42.872Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:11:42.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "aai-ml",
  "timestamp": 1620735033560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "clamp",
  "timestamp": 1620735033565,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "aai-ml",
  "timestamp": 1620735033560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "clamp",
  "timestamp": 1620735033565,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "aai-ml",
  "timestamp": 1620735033560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "clamp",
  "timestamp": 1620735033565,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:11:42.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "aai-ml",
  "timestamp": 1620735033560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:11:42.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:11:42.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "clamp",
  "timestamp": 1620735033565,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:11:42.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:02.048Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e18f7f90-ee6f-45c0-b5f3-edfee4496bd5
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=?
2021-05-11T12:12:02.056Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e18f7f90-ee6f-45c0-b5f3-edfee4496bd5
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=?
2021-05-11T12:12:02.059Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-11T12:12:02.059Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-11T12:12:02.059Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-11T12:12:02.059Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-11T12:12:02.059Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:12:02.059Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:12:02.059Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:12:02.059Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:12:02.059Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:12:02.059Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:12:02.059Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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=?
2021-05-11T12:12:02.063Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-11T12:12:32.063Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e18f7f90-ee6f-45c0-b5f3-edfee4496bd5 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=?
2021-05-11T12:12:32.068Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e18f7f90-ee6f-45c0-b5f3-edfee4496bd5 and serviceModelVersionId: 50eb68fe-a288-40b6-aa03-b43e2b967386
2021-05-11T12:12:32.068Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 52d92f57-a670-4871-b3d2-41d79c1b12f3
2021-05-11T12:12:32.069Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/52d92f57-a670-4871-b3d2-41d79c1b12f3/model-vers/model-ver/50eb68fe-a288-40b6-aa03-b43e2b967386?depth=0
2021-05-11T12:12:32.072Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-05-11T12:12:32.095Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/52d92f57-a670-4871-b3d2-41d79c1b12f3/model-vers/model-ver/50eb68fe-a288-40b6-aa03-b43e2b967386?depth=0|INFO|500||Invoke
2021-05-11T12:12:32.096Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/52d92f57-a670-4871-b3d2-41d79c1b12f3/model-vers/model-ver/50eb68fe-a288-40b6-aa03-b43e2b967386?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/52d92f57-a670-4871-b3d2-41d79c1b12f3/model-vers/model-ver/50eb68fe-a288-40b6-aa03-b43e2b967386?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e18f7f90-ee6f-45c0-b5f3-edfee4496bd5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ceac70df-33c3-4958-98da-805108d20f44], X-ECOMP-RequestID=[e18f7f90-ee6f-45c0-b5f3-edfee4496bd5], X-TransactionId=[], X-ONAP-RequestID=[e18f7f90-ee6f-45c0-b5f3-edfee4496bd5], Content-Type=[application/merge-patch+json]}
2021-05-11T12:12:32.113Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/52d92f57-a670-4871-b3d2-41d79c1b12f3/model-vers/model-ver/50eb68fe-a288-40b6-aa03-b43e2b967386?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-11T12:12:32.262Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/52d92f57-a670-4871-b3d2-41d79c1b12f3/model-vers/model-ver/50eb68fe-a288-40b6-aa03-b43e2b967386?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/52d92f57-a670-4871-b3d2-41d79c1b12f3/model-vers/model-ver/50eb68fe-a288-40b6-aa03-b43e2b967386?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210511-12:12:32:120-60856], vertex-id=[176216], Content-Length=[0], Date=[Tue, 11 May 2021 12:12:32 GMT], Content-Type=[application/json]}
2021-05-11T12:12:32.262Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/52d92f57-a670-4871-b3d2-41d79c1b12f3/model-vers/model-ver/50eb68fe-a288-40b6-aa03-b43e2b967386?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-11T12:12:32.263Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/52d92f57-a670-4871-b3d2-41d79c1b12f3/model-vers/model-ver/50eb68fe-a288-40b6-aa03-b43e2b967386?depth=0|INFO|500||InvokeReturn
2021-05-11T12:12:32.263Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-11T12:12:32.263Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:12:32.266Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|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)
2021-05-11T12:12:32.266Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e18f7f90-ee6f-45c0-b5f3-edfee4496bd5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-11T12:12:32.267Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-11T12:12:32.267Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:12:32.268Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:12:32.268Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735152267,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-11T12:12:32.369Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:12:32.369Z||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.
2021-05-11T12:12:32.370Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:12:32.383Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:12:32.383Z||pool-66-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=?
2021-05-11T12:12:33.279Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-11T12:12:33.279Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"fdd0893e-efb6-4593-8798-1baa6b76707b","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"4e2377f8-5a2e-4a4f-9c60-b480eee98e09","serviceDescription":"service","serviceInvariantUUID":"db645fb3-812c-4359-aa6a-d96e5eca5006","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0cb1ee41-0fdd-4a2e-9af9-f169635a0f4b","resourceInvariantUUID":"da119d7f-613e-40b5-968d-57c8bfe84303","resourceCustomizationUUID":"60007926-a1b0-45ec-95a7-12a3104251b7","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":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c7279473-9a5b-4a8c-bfb6-9e68c47e41fc","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":"OWI5MGYxNTZhZDhlY2NjYjM5MTQwN2JiNjFjZWY0NDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6b62a9ee-e084-45f3-817c-589ded9ef6cd","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":"YTZhZDdiMDhjNWM4ZGMzMzU5ODcxOWY1MGE5N2ViOTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7ebea304-f4b2-4d81-9aa3-475805d4b821","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":"4cdeede6-c63c-40ed-8731-3516b1cf087e","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":"2fa973cb-4933-465a-a739-e372c7006907","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":"3cd54f3c-60d1-47cf-8d4a-7365b704d663","artifactVersion":"2","generatedFromUUID":"4cdeede6-c63c-40ed-8731-3516b1cf087e"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YTIwNTM1OGMxNDkxMDM5MjI2ODM0YmU1N2E4N2JkOTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d8e0820c-4998-41a0-a727-bd1e6b66d99c","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MGU4NDg3OTViYzM5YjYzNTNjODY2NWI2OTFiZDJiNjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"20fe4544-b103-4d90-9069-7b64003cdfa8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-11T12:12:33.280Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:12:33.280Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:12:33.282Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:12:33.282Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735042633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:33.382Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:12:33.383Z||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.
2021-05-11T12:12:33.383Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:12:33.394Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:12:33.395Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:12:34.282Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:12:34.283Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:12:34.284Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:12:34.285Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735042633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:34.385Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:12:34.386Z||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.
2021-05-11T12:12:34.386Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:12:34.395Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:12:34.395Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-11T12:12:35.285Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:12:35.285Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:12:35.288Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:12:35.288Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735042633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T12:12:35.388Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:12:35.389Z||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.
2021-05-11T12:12:35.389Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:12:35.401Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:12:35.402Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:12:36.289Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:12:36.290Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:12:36.292Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:12:36.292Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735042633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-11T12:12:36.392Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:12:36.393Z||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.
2021-05-11T12:12:36.393Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:12:36.405Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:12:36.405Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:12:37.293Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:12:37.294Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:12:37.296Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:12:37.296Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735042633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:37.396Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-11T12:12:37.398Z||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.
2021-05-11T12:12:37.398Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:12:37.409Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:12:37.410Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-11T12:12:38.297Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:12:38.298Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:12:38.299Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:12:38.300Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735042633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-11T12:12:38.400Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:12:38.400Z||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.
2021-05-11T12:12:38.400Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:12:38.410Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:12:38.410Z||pool-72-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:12:39.300Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:12:39.301Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:12:39.304Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:12:39.304Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735042633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:39.404Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:12:39.405Z||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.
2021-05-11T12:12:39.405Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:12:39.417Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:12:39.417Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:12:40.305Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:12:40.306Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:12:40.308Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:12:40.308Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735042633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:12:40.408Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:12:40.409Z||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.
2021-05-11T12:12:40.409Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:12:40.420Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:12:40.420Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:12:41.310Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "4e2377f8-5a2e-4a4f-9c60-b480eee98e09",
  "serviceDescription": "service",
  "serviceInvariantUUID": "db645fb3-812c-4359-aa6a-d96e5eca5006",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "60007926-a1b0-45ec-95a7-12a3104251b7",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0cb1ee41-0fdd-4a2e-9af9-f169635a0f4b",
      "resourceInvariantUUID": "da119d7f-613e-40b5-968d-57c8bfe84303",
      "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": "YTZhZDdiMDhjNWM4ZGMzMzU5ODcxOWY1MGE5N2ViOTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7ebea304-f4b2-4d81-9aa3-475805d4b821",
          "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": "4cdeede6-c63c-40ed-8731-3516b1cf087e",
          "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": "3cd54f3c-60d1-47cf-8d4a-7365b704d663",
            "generatedFromUUID": "4cdeede6-c63c-40ed-8731-3516b1cf087e"
          },
          "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": "3cd54f3c-60d1-47cf-8d4a-7365b704d663",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MGU4NDg3OTViYzM5YjYzNTNjODY2NWI2OTFiZDJiNjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "20fe4544-b103-4d90-9069-7b64003cdfa8"
    }
  ],
  "workloadContext": "Production"
}
2021-05-11T12:12:41.311Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-11T12:12:41.311Z|e18f7f90-ee6f-45c0-b5f3-edfee4496bd5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4e2377f8-5a2e-4a4f-9c60-b480eee98e09 ASDC
2021-05-11T12:12:41.311Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:fdd0893e-efb6-4593-8798-1baa6b76707b
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:4e2377f8-5a2e-4a4f-9c60-b480eee98e09
ServiceInvariantUUID:db645fb3-812c-4359-aa6a-d96e5eca5006
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:20fe4544-b103-4d90-9069-7b64003cdfa8
ArtifactChecksum:MGU4NDg3OTViYzM5YjYzNTNjODY2NWI2OTFiZDJiNjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:60007926-a1b0-45ec-95a7-12a3104251b7
ResourceInvariantUUID:da119d7f-613e-40b5-968d-57c8bfe84303
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:0cb1ee41-0fdd-4a2e-9af9-f169635a0f4b
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:7ebea304-f4b2-4d81-9aa3-475805d4b821
ArtifactChecksum:YTZhZDdiMDhjNWM4ZGMzMzU5ODcxOWY1MGE5N2ViOTA=
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:4cdeede6-c63c-40ed-8731-3516b1cf087e
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:3cd54f3c-60d1-47cf-8d4a-7365b704d663
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:3cd54f3c-60d1-47cf-8d4a-7365b704d663
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-11T12:12:41.312Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4e2377f8-5a2e-4a4f-9c60-b480eee98e09 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=?
2021-05-11T12:12:41.346Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-11T12:12:41.346Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-05-11T12:12:41.346Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-05-11T12:12:41.346Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 20fe4544-b103-4d90-9069-7b64003cdfa8 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-05-11T12:12:41.347Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-05-11T12:12:41.347Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-05-11T12:12:42.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:12:42.636Z||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.
2021-05-11T12:12:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:12:42.650Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:12:42.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735042633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "aai-ml",
  "timestamp": 1620735043751,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:12:42.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735042633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T12:12:42.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735038364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735035987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735042336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620735035062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "policy-id",
  "timestamp": 1620735042860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735043946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735042633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-11T12:12:42.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735035987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T12:12:42.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735038364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T12:12:42.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735042336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620735035062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "policy-id",
  "timestamp": 1620735042860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735043946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T12:12:42.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735042633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735035987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-11T12:12:42.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735038364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-11T12:12:42.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735042336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620735035062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "policy-id",
  "timestamp": 1620735042860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-11T12:12:42.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735043946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-11T12:12:42.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735042633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-11T12:12:42.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735035987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735038364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620735035062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735042336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "policy-id",
  "timestamp": 1620735042860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735043946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "clamp",
  "timestamp": 1620735047685,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:12:42.676Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735042633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735035987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-11T12:12:42.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735038364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-11T12:12:42.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735042336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620735035062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "policy-id",
  "timestamp": 1620735042860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735043946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-11T12:12:42.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "clamp",
  "timestamp": 1620735048688,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:12:42.677Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "cds",
  "timestamp": 1620735048464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735042633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:12:42.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735038364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735035987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620735035062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735042336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "policy-id",
  "timestamp": 1620735042860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735043946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "cds",
  "timestamp": 1620735048464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "clamp",
  "timestamp": 1620735050158,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:12:42.680Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735035987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735038364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620735035062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735042336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "policy-id",
  "timestamp": 1620735042860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735043946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735051041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:12:42.681Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "cds",
  "timestamp": 1620735048464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "clamp",
  "timestamp": 1620735051161,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-11T12:12:42.682Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "aai-ml",
  "timestamp": 1620735051343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:12:42.682Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735035987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:12:42.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735038364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:12:42.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620735035062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735042336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:12:42.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "policy-id",
  "timestamp": 1620735042860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:12:42.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735043946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:12:42.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "cds",
  "timestamp": 1620735048464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "clamp",
  "timestamp": 1620735052165,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
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=?
2021-05-11T12:12:42.691Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fdd0893e-efb6-4593-8798-1baa6b76707b
2021-05-11T12:12:42.691Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdd0893e-efb6-4593-8798-1baa6b76707b and ComponentName clamp
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 (?, ?, ?, ?, ?)
2021-05-11T12:12:42.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "aai-ml",
  "timestamp": 1620735052347,
  "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=?
2021-05-11T12:12:42.705Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fdd0893e-efb6-4593-8798-1baa6b76707b
2021-05-11T12:12:42.705Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdd0893e-efb6-4593-8798-1baa6b76707b 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 (?, ?, ?, ?, ?)
2021-05-11T12:12:42.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "cds",
  "timestamp": 1620735048464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735053251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735053260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735053264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "policy-id",
  "timestamp": 1620735053262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735053361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "dcae-sch",
  "timestamp": 1620735052954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "cds",
  "timestamp": 1620735048464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "policy-id",
  "timestamp": 1620735054264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735054434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735054437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735054468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735054556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:12:42.713Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "dcae-sch",
  "timestamp": 1620735052954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "cds",
  "timestamp": 1620735048464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "policy-id",
  "timestamp": 1620735055266,
  "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=?
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 (?, ?, ?, ?, ?)
2021-05-11T12:12:42.722Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fdd1329d-8cd8-4d18-8ce8-97ffe439f372
2021-05-11T12:12:42.722Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdd1329d-8cd8-4d18-8ce8-97ffe439f372 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 (?, ?, ?, ?, ?)
2021-05-11T12:12:42.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735055299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:12:42.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "dcae-sch",
  "timestamp": 1620735052954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735055723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:12:42.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735055736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:12:42.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735055773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:12:42.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735055822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:12:42.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "cds",
  "timestamp": 1620735048464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:12:42.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735056303,
  "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=?
2021-05-11T12:12:42.730Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fdd1329d-8cd8-4d18-8ce8-97ffe439f372
2021-05-11T12:12:42.730Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdd1329d-8cd8-4d18-8ce8-97ffe439f372 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 (?, ?, ?, ?, ?)
2021-05-11T12:12:42.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "dcae-sch",
  "timestamp": 1620735052954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735056757,
  "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=?
2021-05-11T12:12:42.739Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fdd1329d-8cd8-4d18-8ce8-97ffe439f372
2021-05-11T12:12:42.739Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdd1329d-8cd8-4d18-8ce8-97ffe439f372 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-11T12:12:42.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735056779,
  "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=?
2021-05-11T12:12:42.746Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fdd1329d-8cd8-4d18-8ce8-97ffe439f372
2021-05-11T12:12:42.746Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdd1329d-8cd8-4d18-8ce8-97ffe439f372 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-11T12:12:42.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735056827,
  "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=?
2021-05-11T12:12:42.752Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fdd1329d-8cd8-4d18-8ce8-97ffe439f372
2021-05-11T12:12:42.752Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdd1329d-8cd8-4d18-8ce8-97ffe439f372 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-11T12:12:42.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735056908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:12:42.756Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "cds",
  "timestamp": 1620735057322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:12:42.757Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "dcae-sch",
  "timestamp": 1620735052954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735057760,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-11T12:12:42.757Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735057782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-11T12:12:42.757Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735057830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-11T12:12:42.757Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735058005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-11T12:12:42.757Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "dcae-sch",
  "timestamp": 1620735052954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735059009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-05-11T12:12:42.757Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "cds",
  "timestamp": 1620735059515,
  "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=?
2021-05-11T12:12:42.760Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fdd1329d-8cd8-4d18-8ce8-97ffe439f372
2021-05-11T12:12:42.761Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdd1329d-8cd8-4d18-8ce8-97ffe439f372 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 (?, ?, ?, ?, ?)
2021-05-11T12:12:42.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "dcae-sch",
  "timestamp": 1620735052954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735060011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-05-11T12:12:42.767Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "dcae-sch",
  "timestamp": 1620735052954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735061015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:12:42.767Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "aai-ml",
  "timestamp": 1620735063560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "clamp",
  "timestamp": 1620735063562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "aai-ml",
  "timestamp": 1620735063560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "clamp",
  "timestamp": 1620735063562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T12:12:42.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "aai-ml",
  "timestamp": 1620735063560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "clamp",
  "timestamp": 1620735063562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "aai-ml",
  "timestamp": 1620735063560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "clamp",
  "timestamp": 1620735063562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "aai-ml",
  "timestamp": 1620735063560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "clamp",
  "timestamp": 1620735063562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "aai-ml",
  "timestamp": 1620735063560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "clamp",
  "timestamp": 1620735063562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "aai-ml",
  "timestamp": 1620735063560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "clamp",
  "timestamp": 1620735063562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "aai-ml",
  "timestamp": 1620735063560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "clamp",
  "timestamp": 1620735063562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "aai-ml",
  "timestamp": 1620735072405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "aai-ml",
  "timestamp": 1620735077599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:12:42.769Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "aai-ml",
  "timestamp": 1620735078601,
  "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=?
2021-05-11T12:12:42.772Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fdd1329d-8cd8-4d18-8ce8-97ffe439f372
2021-05-11T12:12:42.772Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdd1329d-8cd8-4d18-8ce8-97ffe439f372 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 (?, ?, ?, ?, ?)
2021-05-11T12:12:42.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "clamp",
  "timestamp": 1620735083692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:12:42.779Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "clamp",
  "timestamp": 1620735086698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:12:42.779Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:12:42.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:12:42.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "clamp",
  "timestamp": 1620735087701,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
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=?
2021-05-11T12:12:42.783Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fdd1329d-8cd8-4d18-8ce8-97ffe439f372
2021-05-11T12:12:42.783Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdd1329d-8cd8-4d18-8ce8-97ffe439f372 and ComponentName clamp
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 (?, ?, ?, ?, ?)
2021-05-11T12:12:43.149Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-11T12:12:43.156Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 20fe4544-b103-4d90-9069-7b64003cdfa8 76821
2021-05-11T12:12:43.156Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-05-11T12:12:43.156Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-05-11T12:12:43.156Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T12:12:43.156Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:12:43.157Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:12:43.158Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735163156,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:12:43.258Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:12:43.259Z||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.
2021-05-11T12:12:43.259Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:12:43.269Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:12:43.270Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:12:44.158Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-11T12:12:44.159Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-05-11T12:12:44.160Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 20fe4544-b103-4d90-9069-7b64003cdfa8, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-11T12:12:44.160Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-05-11T12:12:44.160Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-11T12:12:44.160Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-11T12:12:44.294Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8097869107090769378/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
2021-05-11T12:12:45.100Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-11T12:12:45.100Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-05-11T12:12:45.100Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-11T12:12:45.100Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-11T12:12:45.100Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||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
2021-05-11T12:12:45.100Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||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
2021-05-11T12:12:45.100Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-11T12:12:45.100Z|fdd0893e-efb6-4593-8798-1baa6b76707b|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-Basicclamp-csar.csar
2021-05-11T12:12:45.100Z|fdd0893e-efb6-4593-8798-1baa6b76707b|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-Basicclamp-csar.csar
2021-05-11T12:12:45.100Z|fdd0893e-efb6-4593-8798-1baa6b76707b|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-Basicclamp-csar.csar
2021-05-11T12:12:45.100Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||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
2021-05-11T12:12:45.101Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||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
2021-05-11T12:12:45.101Z|fdd0893e-efb6-4593-8798-1baa6b76707b|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-Basicclamp-csar.csar
2021-05-11T12:12:45.101Z|fdd0893e-efb6-4593-8798-1baa6b76707b|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-Basicclamp-csar.csar
2021-05-11T12:12:45.101Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-05-11T12:12:45.101Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:12:45.101Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:12:45.101Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-11T12:12:45.101Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-05-11T12:12:45.101Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-11T12:12:45.101Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:12:45.102Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:12:45.102Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-11T12:12:45.102Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-05-11T12:12:45.102Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-11T12:12:45.102Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:12:45.102Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:12:45.102Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:12:45.102Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-05-11T12:12:45.103Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-05-11T12:12:45.103Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-05-11T12:12:45.103Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-05-11T12:12:45.103Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-11T12:12:45.103Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-11T12:12:45.103Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:12:45.103Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-11T12:12:45.103Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:12:45.103Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-11T12:12:45.104Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:12:45.104Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:12:45.104Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-11T12:12:45.104Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:12:45.104Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:12:45.104Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-11T12:12:45.104Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:12:45.104Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:12:45.105Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-05-11T12:12:45.105Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-11T12:12:45.105Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-11T12:12:45.105Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=586f2de8-76df-41ac-bf8b-8e36236a18a2
2021-05-11T12:12:45.105Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:12:45.105Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:12:45.105Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:12:45.105Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:12:45.106Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:12:45.106Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:12:45.106Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:12:45.106Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:12:45.106Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:4e2377f8-5a2e-4a4f-9c60-b480eee98e09
Model Version:NULL
Model InvariantUuid:db645fb3-812c-4359-aa6a-d96e5eca5006
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:7b65077b-a26e-4210-9060-b3d759d028bc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:da119d7f-613e-40b5-968d-57c8bfe84303
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:60007926-a1b0-45ec-95a7-12a3104251b7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:433bd473-6cac-4c87-a382-a5f9406d96b8
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:806af601-64ec-40d6-adfa-6c9164668a4e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:586f2de8-76df-41ac-bf8b-8e36236a18a2
ModelInvariantUuid:a33e3b76-1328-45a5-985e-b27dc3e807a2
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:dcc941fe-334d-4b86-9559-4f22d760dcbc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:88184a5d-fbf8-41b8-8499-251e4162d0a7
ModelInvariantUuid:e0b4bede-afc7-4c96-a2ec-6adcfd3b3873
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:e202f1a1-efee-43ef-996d-cd42405458e1
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-11T12:12:45.110Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 0cb1ee41-0fdd-4a2e-9af9-f169635a0f4b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:12:45.112Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||basicclamp 0
2021-05-11T12:12:45.112Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0cb1ee41-0fdd-4a2e-9af9-f169635a0f4b
2021-05-11T12:12:45.113Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7ebea304-f4b2-4d81-9aa3-475805d4b821 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-05-11T12:12:45.113Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-05-11T12:12:45.113Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-05-11T12:12:46.659Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-11T12:12:46.660Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 7ebea304-f4b2-4d81-9aa3-475805d4b821 790
2021-05-11T12:12:46.660Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-05-11T12:12:46.660Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-05-11T12:12:46.660Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T12:12:46.661Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:12:46.663Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:12:46.663Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735166660,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:12:46.763Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:12:46.763Z||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.
2021-05-11T12:12:46.763Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:12:46.773Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:12:46.773Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:12:47.664Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "433bd473-6cac-4c87-a382-a5f9406d96b8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "806af601-64ec-40d6-adfa-6c9164668a4e",
    "vfModuleModelCustomizationUUID": "8309b81a-27d6-40a9-aeb9-9c2470e1a2bd",
    "isBase": true,
    "artifacts": [
      "4cdeede6-c63c-40ed-8731-3516b1cf087e",
      "3cd54f3c-60d1-47cf-8d4a-7365b704d663"
    ],
    "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": ""
    }
  }
]
2021-05-11T12:12:47.667Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:806af601-64ec-40d6-adfa-6c9164668a4e
VfModuleModelInvariantUUID:433bd473-6cac-4c87-a382-a5f9406d96b8
VfModuleModelDescription:NULL
Artifacts UUID List:{
4cdeede6-c63c-40ed-8731-3516b1cf087e
,
3cd54f3c-60d1-47cf-8d4a-7365b704d663

}
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


}

2021-05-11T12:12:47.669Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "433bd473-6cac-4c87-a382-a5f9406d96b8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "806af601-64ec-40d6-adfa-6c9164668a4e",
    "vfModuleModelCustomizationUUID": "8309b81a-27d6-40a9-aeb9-9c2470e1a2bd",
    "isBase": true,
    "artifacts": [
      "4cdeede6-c63c-40ed-8731-3516b1cf087e",
      "3cd54f3c-60d1-47cf-8d4a-7365b704d663"
    ],
    "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": ""
    }
  }
]
2021-05-11T12:12:47.669Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:806af601-64ec-40d6-adfa-6c9164668a4e
VfModuleModelInvariantUUID:433bd473-6cac-4c87-a382-a5f9406d96b8
VfModuleModelDescription:NULL
Artifacts UUID List:{
4cdeede6-c63c-40ed-8731-3516b1cf087e
,
3cd54f3c-60d1-47cf-8d4a-7365b704d663

}
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


}

2021-05-11T12:12:47.669Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4cdeede6-c63c-40ed-8731-3516b1cf087e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-05-11T12:12:47.669Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-05-11T12:12:47.669Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-05-11T12:12:49.252Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-11T12:12:49.252Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 4cdeede6-c63c-40ed-8731-3516b1cf087e 5033
2021-05-11T12:12:49.252Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-11T12:12:49.252Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-05-11T12:12:49.253Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T12:12:49.253Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:12:49.255Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:12:49.255Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735169252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:12:49.355Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:12:49.356Z||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.
2021-05-11T12:12:49.357Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:12:49.371Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:12:49.372Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:12:50.255Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3cd54f3c-60d1-47cf-8d4a-7365b704d663 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-05-11T12:12:50.256Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-05-11T12:12:50.256Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-05-11T12:12:50.966Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-11T12:12:50.966Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 3cd54f3c-60d1-47cf-8d4a-7365b704d663 909
2021-05-11T12:12:50.966Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-11T12:12:50.967Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-05-11T12:12:50.967Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T12:12:50.967Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:12:50.968Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:12:50.968Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735170966,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:12:51.068Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:12:51.069Z||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.
2021-05-11T12:12:51.069Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:12:51.080Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:12:51.080Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:12:51.968Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4e2377f8-5a2e-4a4f-9c60-b480eee98e09
2021-05-11T12:12:51.969Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 0cb1ee41-0fdd-4a2e-9af9-f169635a0f4b ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:12:51.979Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:12:51.979Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:12:51.980Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-05-11T12:12:51.980Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 60007926-a1b0-45ec-95a7-12a3104251b7
2021-05-11T12:12:51.980Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 60007926-a1b0-45ec-95a7-12a3104251b7 matches Tosca VF Customization UUID: 60007926-a1b0-45ec-95a7-12a3104251b7
2021-05-11T12:12:51.980Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 60007926-a1b0-45ec-95a7-12a3104251b7  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-11T12:12:51.981Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:12:51.981Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:12:51.982Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 60007926-a1b0-45ec-95a7-12a3104251b7: {\"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\"}
2021-05-11T12:12:51.982Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d4df4bf
2021-05-11T12:12:51.982Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:12:51.982Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-11T12:12:51.982Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8309b81a-27d6-40a9-aeb9-9c2470e1a2bd
2021-05-11T12:12:51.982Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8309b81a-27d6-40a9-aeb9-9c2470e1a2bd
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-11T12:12:51.984Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:12:51.984Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-11T12:12:51.984Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:12:51.984Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:12:51.985Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-11T12:12:51.985Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:12:51.985Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:12:51.985Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-05-11T12:12:51.986Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-11T12:12:51.986Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-11T12:12:51.986Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=586f2de8-76df-41ac-bf8b-8e36236a18a2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-11T12:12:51.988Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:12:51.988Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-11T12:12:51.989Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:12:51.989Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:12:51.989Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-11T12:12:51.989Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=60007926-a1b0-45ec-95a7-12a3104251b7
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:12:51.992Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:12:51.992Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:12:51.992Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 4e2377f8-5a2e-4a4f-9c60-b480eee98e09: basicclamp
2021-05-11T12:12:51.993Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:12:51.993Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:12:51.993Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:12:51.993Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:12:51.993Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:12:51.993Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:12:51.993Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:12:51.994Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:12:51.994Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:12:51.994Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:12:51.994Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-05-11T12:12:52.081Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 0cb1ee41-0fdd-4a2e-9af9-f169635a0f4b 1 ASDC deployResourceStructure
2021-05-11T12:12:52.081Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-05-11T12:12:52.081Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-05-11T12:12:52.082Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T12:12:52.082Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:12:52.083Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:12:52.083Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735172081,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-11T12:12:52.184Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-11T12:12:52.184Z||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.
2021-05-11T12:12:52.184Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:12:52.196Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:12:52.197Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:12:53.085Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-11T12:12:53.085Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-05-11T12:12:53.085Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T12:12:53.086Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:12:53.088Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:12:53.089Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735173085,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-05-11T12:12:53.189Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:12:53.190Z||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.
2021-05-11T12:12:53.190Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:12:53.203Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:12:53.203Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-05-11T12:12:54.089Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-11T12:12:54.090Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-05-11T12:12:54.090Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T12:12:54.091Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:12:54.093Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:12:54.093Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735174089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-05-11T12:12:54.193Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:12:54.194Z||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.
2021-05-11T12:12:54.194Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:12:54.209Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:12:54.209Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:12:55.094Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-05-11T12:12:55.095Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-05-11T12:12:55.095Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T12:12:55.095Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:12:55.097Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:12:55.097Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735175094,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:12:55.197Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:12:55.198Z||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.
2021-05-11T12:12:55.198Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:12:55.210Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:12:55.211Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:12:56.098Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fdd0893e-efb6-4593-8798-1baa6b76707b
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=?
2021-05-11T12:12:56.112Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fdd0893e-efb6-4593-8798-1baa6b76707b
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=?
2021-05-11T12:12:56.115Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-11T12:12:56.115Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-11T12:12:56.115Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-11T12:12:56.115Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-11T12:12:56.116Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:12:56.116Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:12:56.116Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:12:56.116Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:12:56.116Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:12:56.116Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:12:56.117Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:12:56.117Z|fdd0893e-efb6-4593-8798-1baa6b76707b|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=?
2021-05-11T12:12:56.121Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-11T12:13:26.121Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fdd0893e-efb6-4593-8798-1baa6b76707b 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=?
2021-05-11T12:13:26.131Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fdd0893e-efb6-4593-8798-1baa6b76707b and serviceModelVersionId: 4e2377f8-5a2e-4a4f-9c60-b480eee98e09
2021-05-11T12:13:26.131Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : db645fb3-812c-4359-aa6a-d96e5eca5006
2021-05-11T12:13:26.131Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/db645fb3-812c-4359-aa6a-d96e5eca5006/model-vers/model-ver/4e2377f8-5a2e-4a4f-9c60-b480eee98e09?depth=0
2021-05-11T12:13:26.135Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-05-11T12:13:26.165Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/db645fb3-812c-4359-aa6a-d96e5eca5006/model-vers/model-ver/4e2377f8-5a2e-4a4f-9c60-b480eee98e09?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]}
2021-05-11T12:13:26.166Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/db645fb3-812c-4359-aa6a-d96e5eca5006/model-vers/model-ver/4e2377f8-5a2e-4a4f-9c60-b480eee98e09?depth=0|INFO|500||Invoke
2021-05-11T12:13:26.181Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/db645fb3-812c-4359-aa6a-d96e5eca5006/model-vers/model-ver/4e2377f8-5a2e-4a4f-9c60-b480eee98e09?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-11T12:13:26.722Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/db645fb3-812c-4359-aa6a-d96e5eca5006/model-vers/model-ver/4e2377f8-5a2e-4a4f-9c60-b480eee98e09?depth=0|INFO|500||InvokeReturn
2021-05-11T12:13:26.723Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/db645fb3-812c-4359-aa6a-d96e5eca5006/model-vers/model-ver/4e2377f8-5a2e-4a4f-9c60-b480eee98e09?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210511-12:13:26:187-13032], vertex-id=[188544], Content-Length=[0], Date=[Tue, 11 May 2021 12:13:26 GMT], Content-Type=[application/json]}
2021-05-11T12:13:26.723Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-05-11T12:13:26.723Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-11T12:13:26.723Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:13:26.727Z|fdd0893e-efb6-4593-8798-1baa6b76707b|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)
2021-05-11T12:13:26.727Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fdd0893e-efb6-4593-8798-1baa6b76707b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-11T12:13:26.727Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-11T12:13:26.728Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:13:26.729Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:13:26.730Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735206727,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-11T12:13:26.830Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:13:26.831Z||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.
2021-05-11T12:13:26.832Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:13:26.848Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:13:26.849Z||pool-83-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=?
2021-05-11T12:13:27.747Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:13:27.748Z|fdd0893e-efb6-4593-8798-1baa6b76707b|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.
2021-05-11T12:13:27.748Z|fdd0893e-efb6-4593-8798-1baa6b76707b|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:13:32.073Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:13:32.074Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-11T12:13:32.074Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"fdd1329d-8cd8-4d18-8ce8-97ffe439f372","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"3ccac165-b7bc-479b-b275-78bd84ac188f","serviceDescription":"service","serviceInvariantUUID":"7e6e2685-d32a-4076-ab3f-e6e1546b0ef3","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c958152b-9aef-46c5-983c-a6b81eb08cc1","resourceInvariantUUID":"9af750ba-6720-4d94-aba6-871d4f413584","resourceCustomizationUUID":"85c8db05-47e1-4fff-97ef-60dbb93e16f0","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":"MzMyNjZmYTBmYzBkNmFiMjBhZjA2M2FkZGM2YzVkNTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"25348d4f-234c-4f1f-bf05-6fae25c249cb","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":"ODNiNjg0MjczMzMzMDU1OWIwZTNiNzg2MWM1MzUwODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d5df24cd-174e-4ebd-974e-bb076b5c273e","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":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0a28de88-69bf-4efa-91c0-5c1a0d5e4bf8","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":"4c067bf6-911a-41fc-afcb-0c65a189c295","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":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"704b6da7-c257-43a7-b64b-5eda73f06aa9","artifactVersion":"2","generatedFromUUID":"0a28de88-69bf-4efa-91c0-5c1a0d5e4bf8"},{"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":"YWYxYjk3N2E5OGZiMjhkOGE5Mzg5MTNhYzVmYmYzMWY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"da1b430a-93d7-40aa-b2af-269b885eeadd","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":"NTJlOWE1ZDY0ZjgwMTA3MmVmMDU1Y2NlMzE1OTU5MWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"32091f42-906b-4bf5-ac4d-e85de9ed4c62","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZDgxNDI0YzhhOWY3MjZmYzdiM2Q2MzM1NWU4M2NhZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"755aad2a-528e-4039-badc-c225e8d2bcdb","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-11T12:13:32.075Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:13:32.076Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:13:32.077Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:13:32.077Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735207747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:13:32.177Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:13:32.178Z||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.
2021-05-11T12:13:32.179Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:13:32.190Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:13:32.190Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:13:33.078Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:13:33.079Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:13:33.082Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:13:33.082Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735207747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T12:13:33.183Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-11T12:13:33.184Z||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.
2021-05-11T12:13:33.184Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:13:33.194Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:13:33.195Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-11T12:13:34.083Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:13:34.084Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:13:34.086Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:13:34.086Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735207747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-11T12:13:34.186Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:13:34.187Z||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.
2021-05-11T12:13:34.187Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:13:34.196Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:13:34.197Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:13:35.086Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:13:35.087Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:13:35.089Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:13:35.089Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735207747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:13:35.190Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:13:35.191Z||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.
2021-05-11T12:13:35.191Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:13:35.202Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:13:35.203Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:13:36.090Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:13:36.091Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:13:36.092Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:13:36.092Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735207747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-11T12:13:36.192Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:13:36.193Z||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.
2021-05-11T12:13:36.193Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:13:36.206Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:13:36.206Z||pool-88-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-11T12:13:37.093Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:13:37.093Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:13:37.094Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:13:37.095Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735207747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:13:37.195Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:13:37.195Z||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.
2021-05-11T12:13:37.196Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:13:37.206Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:13:37.206Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:13:38.095Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:13:38.096Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:13:38.098Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:13:38.098Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735207747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:13:38.198Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:13:38.199Z||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.
2021-05-11T12:13:38.199Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:13:38.213Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:13:38.213Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:13:39.099Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:13:39.100Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:13:39.103Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:13:39.104Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735207747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:13:39.204Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:13:39.204Z||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.
2021-05-11T12:13:39.204Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:13:39.216Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:13:39.217Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:13:40.106Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3ccac165-b7bc-479b-b275-78bd84ac188f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7e6e2685-d32a-4076-ab3f-e6e1546b0ef3",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "85c8db05-47e1-4fff-97ef-60dbb93e16f0",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c958152b-9aef-46c5-983c-a6b81eb08cc1",
      "resourceInvariantUUID": "9af750ba-6720-4d94-aba6-871d4f413584",
      "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": "ODNiNjg0MjczMzMzMDU1OWIwZTNiNzg2MWM1MzUwODg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d5df24cd-174e-4ebd-974e-bb076b5c273e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0a28de88-69bf-4efa-91c0-5c1a0d5e4bf8",
          "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": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "704b6da7-c257-43a7-b64b-5eda73f06aa9",
            "generatedFromUUID": "0a28de88-69bf-4efa-91c0-5c1a0d5e4bf8"
          },
          "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": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "704b6da7-c257-43a7-b64b-5eda73f06aa9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZDgxNDI0YzhhOWY3MjZmYzdiM2Q2MzM1NWU4M2NhZTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "755aad2a-528e-4039-badc-c225e8d2bcdb"
    }
  ],
  "workloadContext": "Production"
}
2021-05-11T12:13:40.106Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-11T12:13:40.106Z|fdd0893e-efb6-4593-8798-1baa6b76707b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3ccac165-b7bc-479b-b275-78bd84ac188f ASDC
2021-05-11T12:13:40.107Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:fdd1329d-8cd8-4d18-8ce8-97ffe439f372
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:3ccac165-b7bc-479b-b275-78bd84ac188f
ServiceInvariantUUID:7e6e2685-d32a-4076-ab3f-e6e1546b0ef3
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:755aad2a-528e-4039-badc-c225e8d2bcdb
ArtifactChecksum:ZDgxNDI0YzhhOWY3MjZmYzdiM2Q2MzM1NWU4M2NhZTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:85c8db05-47e1-4fff-97ef-60dbb93e16f0
ResourceInvariantUUID:9af750ba-6720-4d94-aba6-871d4f413584
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:c958152b-9aef-46c5-983c-a6b81eb08cc1
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:d5df24cd-174e-4ebd-974e-bb076b5c273e
ArtifactChecksum:ODNiNjg0MjczMzMzMDU1OWIwZTNiNzg2MWM1MzUwODg=
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:0a28de88-69bf-4efa-91c0-5c1a0d5e4bf8
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
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:704b6da7-c257-43a7-b64b-5eda73f06aa9
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
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:704b6da7-c257-43a7-b64b-5eda73f06aa9
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-11T12:13:40.107Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3ccac165-b7bc-479b-b275-78bd84ac188f 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=?
2021-05-11T12:13:40.131Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-11T12:13:40.132Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-05-11T12:13:40.132Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-05-11T12:13:40.132Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 755aad2a-528e-4039-badc-c225e8d2bcdb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-05-11T12:13:40.132Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-05-11T12:13:40.132Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-05-11T12:13:41.345Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-11T12:13:41.351Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 755aad2a-528e-4039-badc-c225e8d2bcdb 82044
2021-05-11T12:13:41.351Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-05-11T12:13:41.352Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-05-11T12:13:41.352Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T12:13:41.352Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:13:41.353Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:13:41.354Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735221351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:13:41.454Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:13:41.454Z||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.
2021-05-11T12:13:41.454Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:13:41.467Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:13:41.467Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:13:42.354Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-11T12:13:42.355Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-05-11T12:13:42.355Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 755aad2a-528e-4039-badc-c225e8d2bcdb, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-11T12:13:42.356Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-05-11T12:13:42.356Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-11T12:13:42.356Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-11T12:13:42.492Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7802545786322710756/Definitions/service-BasicVmMacro-template.yml
2021-05-11T12:13:42.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:13:42.636Z||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.
2021-05-11T12:13:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:13:42.657Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:13:42.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:13:42.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e18f7f90-ee6f-45c0-b5f3-edfee4496bd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735152267,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-11T12:13:42.658Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:13:42.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:13:42.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735042633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:13:42.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:13:42.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:13:42.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735042633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:13:42.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:13:42.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:13:42.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735042633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T12:13:42.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:13:42.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:13:42.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735042633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-11T12:13:42.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:13:42.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:13:42.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735042633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:13:42.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:13:42.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:13:42.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735042633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-11T12:13:42.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:13:42.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:13:42.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735042633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:13:42.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:13:42.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:13:42.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735042633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:13:42.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
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_vlan_requirements" 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
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_name" is not provided
2021-05-11T12:13:43.368Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-11T12:13:43.369Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-05-11T12:13:43.369Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-11T12:13:43.369Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-11T12:13:43.369Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|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-BasicVmMacro-csar.csar
2021-05-11T12:13:43.369Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||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
2021-05-11T12:13:43.369Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|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-BasicVmMacro-csar.csar
2021-05-11T12:13:43.369Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|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-BasicVmMacro-csar.csar
2021-05-11T12:13:43.369Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|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-BasicVmMacro-csar.csar
2021-05-11T12:13:43.369Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-11T12:13:43.369Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|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-BasicVmMacro-csar.csar
2021-05-11T12:13:43.369Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|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_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-11T12:13:43.370Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|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-BasicVmMacro-csar.csar
2021-05-11T12:13:43.370Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|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-BasicVmMacro-csar.csar
2021-05-11T12:13:43.370Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-05-11T12:13:43.370Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:13:43.370Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:13:43.370Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-11T12:13:43.370Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-05-11T12:13:43.370Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-11T12:13:43.371Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:13:43.371Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:13:43.371Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-11T12:13:43.371Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-05-11T12:13:43.371Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-11T12:13:43.371Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:13:43.371Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:13:43.371Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:13:43.371Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-05-11T12:13:43.372Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-11T12:13:43.372Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-05-11T12:13:43.372Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-05-11T12:13:43.372Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-05-11T12:13:43.372Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-11T12:13:43.372Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:13:43.372Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-11T12:13:43.372Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:13:43.372Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-11T12:13:43.372Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:13:43.373Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:13:43.373Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-11T12:13:43.373Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:13:43.373Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:13:43.373Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-11T12:13:43.373Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:13:43.373Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:13:43.374Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-05-11T12:13:43.374Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-11T12:13:43.374Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-11T12:13:43.374Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b72d01e0-9d8f-40d8-bd98-c41ffe7be9a8
2021-05-11T12:13:43.374Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:13:43.374Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:13:43.374Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:13:43.374Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:13:43.374Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:13:43.374Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:13:43.375Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:13:43.375Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:13:43.375Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:3ccac165-b7bc-479b-b275-78bd84ac188f
Model Version:NULL
Model InvariantUuid:7e6e2685-d32a-4076-ab3f-e6e1546b0ef3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:79e8ae35-0a1b-43fc-9fb1-9b5f408eb652
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9af750ba-6720-4d94-aba6-871d4f413584
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:85c8db05-47e1-4fff-97ef-60dbb93e16f0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:aecba0c8-076f-42bd-8545-9a51c52bddc3
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:812eab85-d698-4b56-83e7-b5498fb97cb9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b72d01e0-9d8f-40d8-bd98-c41ffe7be9a8
ModelInvariantUuid:27286c0e-8bdb-4e19-99d8-d995b2a6e082
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:89ad9443-67fa-4180-9b8c-63293105ca88
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:e4426ec8-169d-4cf1-9b2b-911afdacae01
ModelInvariantUuid:cc357352-1f85-4e61-9f17-f4e7e0ebf68d
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:b84ffa6d-beb0-489b-a1ce-fc3cfbcf9a2d
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-11T12:13:43.380Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: c958152b-9aef-46c5-983c-a6b81eb08cc1
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:13:43.382Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2021-05-11T12:13:43.383Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c958152b-9aef-46c5-983c-a6b81eb08cc1
2021-05-11T12:13:43.383Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d5df24cd-174e-4ebd-974e-bb076b5c273e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-05-11T12:13:43.383Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-05-11T12:13:43.383Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||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
2021-05-11T12:13:45.046Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-11T12:13:45.047Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json d5df24cd-174e-4ebd-974e-bb076b5c273e 792
2021-05-11T12:13:45.047Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||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
2021-05-11T12:13:45.047Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||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
2021-05-11T12:13:45.047Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T12:13:45.048Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:13:45.050Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:13:45.050Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735225047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:13:45.150Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:13:45.151Z||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.
2021-05-11T12:13:45.151Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:13:45.161Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:13:45.161Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:13:46.051Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "aecba0c8-076f-42bd-8545-9a51c52bddc3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "812eab85-d698-4b56-83e7-b5498fb97cb9",
    "vfModuleModelCustomizationUUID": "dfa09b81-d41c-417a-8a6f-78cc17a3a761",
    "isBase": true,
    "artifacts": [
      "0a28de88-69bf-4efa-91c0-5c1a0d5e4bf8",
      "704b6da7-c257-43a7-b64b-5eda73f06aa9"
    ],
    "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": ""
    }
  }
]
2021-05-11T12:13:46.053Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:812eab85-d698-4b56-83e7-b5498fb97cb9
VfModuleModelInvariantUUID:aecba0c8-076f-42bd-8545-9a51c52bddc3
VfModuleModelDescription:NULL
Artifacts UUID List:{
0a28de88-69bf-4efa-91c0-5c1a0d5e4bf8
,
704b6da7-c257-43a7-b64b-5eda73f06aa9

}
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


}

2021-05-11T12:13:46.054Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "aecba0c8-076f-42bd-8545-9a51c52bddc3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "812eab85-d698-4b56-83e7-b5498fb97cb9",
    "vfModuleModelCustomizationUUID": "dfa09b81-d41c-417a-8a6f-78cc17a3a761",
    "isBase": true,
    "artifacts": [
      "0a28de88-69bf-4efa-91c0-5c1a0d5e4bf8",
      "704b6da7-c257-43a7-b64b-5eda73f06aa9"
    ],
    "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": ""
    }
  }
]
2021-05-11T12:13:46.054Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:812eab85-d698-4b56-83e7-b5498fb97cb9
VfModuleModelInvariantUUID:aecba0c8-076f-42bd-8545-9a51c52bddc3
VfModuleModelDescription:NULL
Artifacts UUID List:{
0a28de88-69bf-4efa-91c0-5c1a0d5e4bf8
,
704b6da7-c257-43a7-b64b-5eda73f06aa9

}
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


}

2021-05-11T12:13:46.054Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0a28de88-69bf-4efa-91c0-5c1a0d5e4bf8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-05-11T12:13:46.055Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-05-11T12:13:46.055Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||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
2021-05-11T12:13:47.560Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-11T12:13:47.560Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 0a28de88-69bf-4efa-91c0-5c1a0d5e4bf8 5033
2021-05-11T12:13:47.560Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||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
2021-05-11T12:13:47.560Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||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
2021-05-11T12:13:47.561Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T12:13:47.561Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:13:47.563Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:13:47.563Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735227560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:13:47.663Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:13:47.663Z||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.
2021-05-11T12:13:47.663Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:13:47.674Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:13:47.674Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:13:48.563Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 704b6da7-c257-43a7-b64b-5eda73f06aa9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-05-11T12:13:48.564Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-05-11T12:13:48.564Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||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
2021-05-11T12:13:49.840Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-11T12:13:49.840Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 704b6da7-c257-43a7-b64b-5eda73f06aa9 903
2021-05-11T12:13:49.840Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||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
2021-05-11T12:13:49.841Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||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
2021-05-11T12:13:49.841Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T12:13:49.841Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:13:49.842Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:13:49.842Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735229840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:13:49.943Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-11T12:13:49.943Z||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.
2021-05-11T12:13:49.944Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:13:49.953Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:13:49.954Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:13:50.843Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 3ccac165-b7bc-479b-b275-78bd84ac188f
2021-05-11T12:13:50.843Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 c958152b-9aef-46c5-983c-a6b81eb08cc1 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:13:50.856Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:13:50.857Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:13:50.857Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-05-11T12:13:50.857Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 85c8db05-47e1-4fff-97ef-60dbb93e16f0
2021-05-11T12:13:50.857Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 85c8db05-47e1-4fff-97ef-60dbb93e16f0 matches Tosca VF Customization UUID: 85c8db05-47e1-4fff-97ef-60dbb93e16f0
2021-05-11T12:13:50.857Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 85c8db05-47e1-4fff-97ef-60dbb93e16f0  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-11T12:13:50.859Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:13:50.859Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:13:50.860Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 85c8db05-47e1-4fff-97ef-60dbb93e16f0: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-05-11T12:13:50.860Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@ed6c4a4
2021-05-11T12:13:50.860Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:13:50.860Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-11T12:13:50.860Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dfa09b81-d41c-417a-8a6f-78cc17a3a761
2021-05-11T12:13:50.860Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dfa09b81-d41c-417a-8a6f-78cc17a3a761
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-11T12:13:50.862Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:13:50.862Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-11T12:13:50.863Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:13:50.863Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:13:50.863Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-11T12:13:50.863Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:13:50.863Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:13:50.863Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-05-11T12:13:50.863Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-11T12:13:50.863Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-11T12:13:50.863Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b72d01e0-9d8f-40d8-bd98-c41ffe7be9a8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-11T12:13:50.865Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:13:50.865Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-11T12:13:50.865Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:13:50.865Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:13:50.865Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-11T12:13:50.865Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=85c8db05-47e1-4fff-97ef-60dbb93e16f0
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:13:50.866Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:13:50.866Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:13:50.867Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 3ccac165-b7bc-479b-b275-78bd84ac188f: basic_vm_macro
2021-05-11T12:13:50.867Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:13:50.867Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:13:50.867Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:13:50.867Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:13:50.867Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:13:50.867Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:13:50.867Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:13:50.867Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:13:50.867Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:13:50.868Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:13:50.868Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-05-11T12:13:50.927Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro c958152b-9aef-46c5-983c-a6b81eb08cc1 1 ASDC deployResourceStructure
2021-05-11T12:13:50.928Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||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
2021-05-11T12:13:50.928Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||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
2021-05-11T12:13:50.928Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T12:13:50.928Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:13:50.931Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:13:50.931Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735230927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-11T12:13:51.031Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:13:51.032Z||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.
2021-05-11T12:13:51.032Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:13:51.041Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:13:51.041Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:13:51.932Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||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
2021-05-11T12:13:51.933Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||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
2021-05-11T12:13:51.933Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T12:13:51.933Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:13:51.936Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:13:51.936Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735231932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-05-11T12:13:52.036Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:13:52.037Z||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.
2021-05-11T12:13:52.037Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:13:52.048Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:13:52.048Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:13:52.937Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||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
2021-05-11T12:13:52.937Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||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
2021-05-11T12:13:52.937Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T12:13:52.937Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:13:52.939Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:13:52.939Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735232936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-05-11T12:13:53.039Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:13:53.040Z||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.
2021-05-11T12:13:53.041Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:13:53.050Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:13:53.051Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-11T12:13:53.939Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-05-11T12:13:53.940Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-05-11T12:13:53.940Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T12:13:53.940Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:13:53.942Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:13:53.942Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735233939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:13:54.042Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:13:54.043Z||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.
2021-05-11T12:13:54.043Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:13:54.054Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:13:54.055Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:13:54.943Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fdd1329d-8cd8-4d18-8ce8-97ffe439f372
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=?
2021-05-11T12:13:54.952Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fdd1329d-8cd8-4d18-8ce8-97ffe439f372
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=?
2021-05-11T12:13:54.955Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-11T12:13:54.955Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-11T12:13:54.955Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-11T12:13:54.955Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-11T12:13:54.955Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:13:54.955Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:13:54.955Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:13:54.955Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:13:54.955Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:13:54.955Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:13:54.955Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|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=?
2021-05-11T12:13:54.959Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-11T12:14:24.959Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fdd1329d-8cd8-4d18-8ce8-97ffe439f372 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=?
2021-05-11T12:14:24.965Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fdd1329d-8cd8-4d18-8ce8-97ffe439f372 and serviceModelVersionId: 3ccac165-b7bc-479b-b275-78bd84ac188f
2021-05-11T12:14:24.965Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7e6e2685-d32a-4076-ab3f-e6e1546b0ef3
2021-05-11T12:14:24.966Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7e6e2685-d32a-4076-ab3f-e6e1546b0ef3/model-vers/model-ver/3ccac165-b7bc-479b-b275-78bd84ac188f?depth=0
2021-05-11T12:14:24.969Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-05-11T12:14:24.993Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7e6e2685-d32a-4076-ab3f-e6e1546b0ef3/model-vers/model-ver/3ccac165-b7bc-479b-b275-78bd84ac188f?depth=0|INFO|500||Invoke
2021-05-11T12:14:24.994Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7e6e2685-d32a-4076-ab3f-e6e1546b0ef3/model-vers/model-ver/3ccac165-b7bc-479b-b275-78bd84ac188f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7e6e2685-d32a-4076-ab3f-e6e1546b0ef3/model-vers/model-ver/3ccac165-b7bc-479b-b275-78bd84ac188f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fdd1329d-8cd8-4d18-8ce8-97ffe439f372], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ac5505b5-31a0-4b79-8b36-b908ddd3a628], X-ECOMP-RequestID=[fdd1329d-8cd8-4d18-8ce8-97ffe439f372], X-TransactionId=[], X-ONAP-RequestID=[fdd1329d-8cd8-4d18-8ce8-97ffe439f372], Content-Type=[application/merge-patch+json]}
2021-05-11T12:14:25.011Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7e6e2685-d32a-4076-ab3f-e6e1546b0ef3/model-vers/model-ver/3ccac165-b7bc-479b-b275-78bd84ac188f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-11T12:14:25.448Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7e6e2685-d32a-4076-ab3f-e6e1546b0ef3/model-vers/model-ver/3ccac165-b7bc-479b-b275-78bd84ac188f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7e6e2685-d32a-4076-ab3f-e6e1546b0ef3/model-vers/model-ver/3ccac165-b7bc-479b-b275-78bd84ac188f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210511-12:14:25:017-71823], vertex-id=[209008], Content-Length=[0], Date=[Tue, 11 May 2021 12:14:25 GMT], Content-Type=[application/json]}
2021-05-11T12:14:25.448Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7e6e2685-d32a-4076-ab3f-e6e1546b0ef3/model-vers/model-ver/3ccac165-b7bc-479b-b275-78bd84ac188f?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-11T12:14:25.449Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7e6e2685-d32a-4076-ab3f-e6e1546b0ef3/model-vers/model-ver/3ccac165-b7bc-479b-b275-78bd84ac188f?depth=0|INFO|500||InvokeReturn
2021-05-11T12:14:25.449Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-11T12:14:25.449Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:14:25.453Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|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)
2021-05-11T12:14:25.454Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fdd1329d-8cd8-4d18-8ce8-97ffe439f372 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-11T12:14:25.454Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-11T12:14:25.454Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:14:25.456Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:14:25.456Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735265454,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-11T12:14:25.556Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-11T12:14:25.558Z||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.
2021-05-11T12:14:25.558Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:14:25.574Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:14:25.575Z||pool-100-thread-1|||||INFO|500||cambria reply ok (18 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=?
2021-05-11T12:14:26.468Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:14:26.469Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|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.
2021-05-11T12:14:26.469Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:14:27.091Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:14:27.092Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-11T12:14:27.092Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"4790f342-2fa8-4591-bcf9-78bb551f7440","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"b7567c39-6551-4307-8b2a-9705b04f0c2c","serviceDescription":"service","serviceInvariantUUID":"eec599ea-127c-49ce-b6c4-5cab57627f64","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f2756c0b-55f5-4135-8523-ef38ecabfc41","resourceInvariantUUID":"65a446e3-5eea-4dc0-8dcd-fe6532d91b85","resourceCustomizationUUID":"71e08276-52e4-496a-b36a-4dc415b201ab","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":"YmNjZGZiZTJkMmEwZTBlMTMyNTY3OGY2ODMxMmRiODk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"816e762b-e14b-44f4-9a00-d0d60ca96a86","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":"6a2496ff-79c5-489e-8e88-32efde8ef304","artifactVersion":"2","generatedFromUUID":"8c1ca769-e778-4c5d-91fc-34e601e4ea82"},{"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":"8c1ca769-e778-4c5d-91fc-34e601e4ea82","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":"MThjNTU4NmY4ZDg3N2Q5YjhiODE1OTE0YzE3N2YyYTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"59b680a3-b08a-4854-9c76-9fb60c6c5205","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":"3848c39b-2d56-4acb-8dd0-10b109a34104","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":"629ec705-c52d-40a5-ba8d-efd30f8b6d33","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":"7111afd3-01d3-4e71-92fd-53ba09592ea0","artifactVersion":"2","generatedFromUUID":"3848c39b-2d56-4acb-8dd0-10b109a34104"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NThiZDA3ODM5NWY3OTkyNDk2NGE4MzhmM2MxYzk4NmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"689186da-7692-4afe-96b2-edadfcebf324","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZDc4NjkxYmI5NDQzMjNjYTBiODViZmZmNDgxNjc3NTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"213ed610-fb88-4278-8c91-e0ef6a9c9aec","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-11T12:14:27.093Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:14:27.093Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:14:27.094Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:14:27.095Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735266468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:14:27.195Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:14:27.196Z||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.
2021-05-11T12:14:27.196Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:14:27.206Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:14:27.206Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:14:28.095Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:14:28.096Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:14:28.098Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:14:28.098Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735266468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-11T12:14:28.198Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:14:28.199Z||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.
2021-05-11T12:14:28.199Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:14:28.211Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:14:28.211Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:14:29.098Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:14:29.099Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:14:29.100Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:14:29.101Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735266468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-11T12:14:29.201Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:14:29.201Z||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.
2021-05-11T12:14:29.202Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:14:29.214Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:14:29.214Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:14:30.101Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:14:30.102Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:14:30.105Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:14:30.105Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735266468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T12:14:30.205Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:14:30.205Z||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.
2021-05-11T12:14:30.206Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:14:30.216Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:14:30.216Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:14:31.106Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:14:31.107Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:14:31.110Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:14:31.110Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735266468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-11T12:14:31.210Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:14:31.210Z||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.
2021-05-11T12:14:31.211Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:14:31.221Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:14:31.222Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:14:32.110Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:14:32.111Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:14:32.115Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:14:32.115Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735266468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:14:32.215Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:14:32.216Z||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.
2021-05-11T12:14:32.216Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:14:32.228Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:14:32.228Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:14:33.115Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:14:33.116Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:14:33.118Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:14:33.118Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735266468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-11T12:14:33.219Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-11T12:14:33.219Z||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.
2021-05-11T12:14:33.220Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:14:33.229Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:14:33.230Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:14:34.119Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:14:34.120Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:14:34.122Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:14:34.123Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735266468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:14:34.224Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-11T12:14:34.225Z||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.
2021-05-11T12:14:34.225Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:14:34.238Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:14:34.239Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-05-11T12:14:35.123Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:14:35.124Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:14:35.126Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:14:35.126Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735266468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:14:35.226Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:14:35.227Z||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.
2021-05-11T12:14:35.227Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:14:35.236Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:14:35.237Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:14:36.127Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "b7567c39-6551-4307-8b2a-9705b04f0c2c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eec599ea-127c-49ce-b6c4-5cab57627f64",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "71e08276-52e4-496a-b36a-4dc415b201ab",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f2756c0b-55f5-4135-8523-ef38ecabfc41",
      "resourceInvariantUUID": "65a446e3-5eea-4dc0-8dcd-fe6532d91b85",
      "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": "6a2496ff-79c5-489e-8e88-32efde8ef304",
          "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": "8c1ca769-e778-4c5d-91fc-34e601e4ea82",
          "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": "MThjNTU4NmY4ZDg3N2Q5YjhiODE1OTE0YzE3N2YyYTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "59b680a3-b08a-4854-9c76-9fb60c6c5205",
          "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": "3848c39b-2d56-4acb-8dd0-10b109a34104",
          "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": "7111afd3-01d3-4e71-92fd-53ba09592ea0",
            "generatedFromUUID": "3848c39b-2d56-4acb-8dd0-10b109a34104"
          },
          "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": "7111afd3-01d3-4e71-92fd-53ba09592ea0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZDc4NjkxYmI5NDQzMjNjYTBiODViZmZmNDgxNjc3NTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "213ed610-fb88-4278-8c91-e0ef6a9c9aec"
    }
  ],
  "workloadContext": "Production"
}
2021-05-11T12:14:36.127Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-11T12:14:36.127Z|fdd1329d-8cd8-4d18-8ce8-97ffe439f372|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b7567c39-6551-4307-8b2a-9705b04f0c2c ASDC
2021-05-11T12:14:36.128Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4790f342-2fa8-4591-bcf9-78bb551f7440
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:b7567c39-6551-4307-8b2a-9705b04f0c2c
ServiceInvariantUUID:eec599ea-127c-49ce-b6c4-5cab57627f64
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:213ed610-fb88-4278-8c91-e0ef6a9c9aec
ArtifactChecksum:ZDc4NjkxYmI5NDQzMjNjYTBiODViZmZmNDgxNjc3NTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:71e08276-52e4-496a-b36a-4dc415b201ab
ResourceInvariantUUID:65a446e3-5eea-4dc0-8dcd-fe6532d91b85
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:f2756c0b-55f5-4135-8523-ef38ecabfc41
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:6a2496ff-79c5-489e-8e88-32efde8ef304
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:8c1ca769-e778-4c5d-91fc-34e601e4ea82
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:59b680a3-b08a-4854-9c76-9fb60c6c5205
ArtifactChecksum:MThjNTU4NmY4ZDg3N2Q5YjhiODE1OTE0YzE3N2YyYTE=
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:3848c39b-2d56-4acb-8dd0-10b109a34104
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:7111afd3-01d3-4e71-92fd-53ba09592ea0
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:7111afd3-01d3-4e71-92fd-53ba09592ea0
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-11T12:14:36.128Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b7567c39-6551-4307-8b2a-9705b04f0c2c 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 (?, ?, ?, ?, ?)
2021-05-11T12:14:36.168Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-11T12:14:36.169Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-05-11T12:14:36.169Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-05-11T12:14:36.169Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 213ed610-fb88-4278-8c91-e0ef6a9c9aec from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-05-11T12:14:36.169Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-05-11T12:14:36.169Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-05-11T12:14:36.358Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-11T12:14:36.363Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 213ed610-fb88-4278-8c91-e0ef6a9c9aec 71159
2021-05-11T12:14:36.363Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-05-11T12:14:36.363Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-05-11T12:14:36.363Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T12:14:36.363Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:14:36.365Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:14:36.365Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735276363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:14:36.466Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:14:36.467Z||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.
2021-05-11T12:14:36.467Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:14:36.479Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:14:36.479Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:14:37.366Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-11T12:14:37.367Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-05-11T12:14:37.367Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 213ed610-fb88-4278-8c91-e0ef6a9c9aec, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-11T12:14:37.368Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-05-11T12:14:37.368Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-11T12:14:37.368Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-11T12:14:37.455Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1929078022448804490/Definitions/service-BasicCnf-template.yml
2021-05-11T12:14:38.241Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-11T12:14:38.241Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-05-11T12:14:38.241Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-11T12:14:38.241Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-05-11T12:14:38.241Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||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
2021-05-11T12:14:38.241Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||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
2021-05-11T12:14:38.241Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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-BasicCnf-csar.csar
2021-05-11T12:14:38.241Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-11T12:14:38.242Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||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
2021-05-11T12:14:38.242Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-05-11T12:14:38.242Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:14:38.242Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:14:38.242Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-11T12:14:38.242Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-05-11T12:14:38.242Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-11T12:14:38.242Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:14:38.242Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:14:38.242Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-11T12:14:38.242Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-05-11T12:14:38.242Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-11T12:14:38.242Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:14:38.242Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:14:38.243Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:14:38.243Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-05-11T12:14:38.243Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-05-11T12:14:38.243Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2021-05-11T12:14:38.243Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-11T12:14:38.243Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:14:38.243Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-11T12:14:38.243Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:14:38.243Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-11T12:14:38.243Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:14:38.243Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:14:38.243Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-11T12:14:38.244Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:14:38.244Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:14:38.244Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-11T12:14:38.244Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:14:38.244Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:14:38.244Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-05-11T12:14:38.244Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-05-11T12:14:38.244Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6f31cfa4-daf3-48d7-866a-b881cd181e69
2021-05-11T12:14:38.244Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:14:38.244Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:14:38.244Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:14:38.244Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:14:38.244Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:14:38.244Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:14:38.245Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:14:38.245Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:14:38.245Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:b7567c39-6551-4307-8b2a-9705b04f0c2c
Model Version:NULL
Model InvariantUuid:eec599ea-127c-49ce-b6c4-5cab57627f64
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:15add5a4-2e68-4426-a070-decd7ea1e01f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:65a446e3-5eea-4dc0-8dcd-fe6532d91b85
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:71e08276-52e4-496a-b36a-4dc415b201ab
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:69cef13a-1e93-4ca4-8912-b773d6cf2bf1
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:29687364-e138-42bf-a0da-c54912ff92e9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6f31cfa4-daf3-48d7-866a-b881cd181e69
ModelInvariantUuid:f08d0b4d-a273-45c5-af02-b44a8da1aff8
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:80521a61-ff19-4130-b268-c222f41de053
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:9eb19af0-a86b-4d82-8385-4fd8f23f8dac
ModelInvariantUuid:ef7dd590-57af-491f-a4fb-7b91f12463f3
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:73e51038-9fba-4733-8fa1-9c6c9ca316c3
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-11T12:14:38.250Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f2756c0b-55f5-4135-8523-ef38ecabfc41
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:14:38.253Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||basic_cnf 0
2021-05-11T12:14:38.253Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f2756c0b-55f5-4135-8523-ef38ecabfc41
2021-05-11T12:14:38.253Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6a2496ff-79c5-489e-8e88-32efde8ef304 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-05-11T12:14:38.253Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-05-11T12:14:38.253Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||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
2021-05-11T12:14:38.961Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-11T12:14:38.962Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 6a2496ff-79c5-489e-8e88-32efde8ef304 12
2021-05-11T12:14:38.962Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||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
2021-05-11T12:14:38.962Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||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
2021-05-11T12:14:38.962Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T12:14:38.962Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:14:38.964Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:14:38.964Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735278962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:14:39.064Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:14:39.065Z||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.
2021-05-11T12:14:39.065Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:14:39.078Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:14:39.078Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-05-11T12:14:39.964Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8c1ca769-e778-4c5d-91fc-34e601e4ea82 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-05-11T12:14:39.965Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-05-11T12:14:39.965Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||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
2021-05-11T12:14:41.247Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-11T12:14:41.247Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 8c1ca769-e778-4c5d-91fc-34e601e4ea82 2688
2021-05-11T12:14:41.247Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||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
2021-05-11T12:14:41.248Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||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
2021-05-11T12:14:41.248Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T12:14:41.248Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:14:41.250Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:14:41.251Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735281247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:14:41.350Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-11T12:14:41.351Z||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.
2021-05-11T12:14:41.351Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:14:41.363Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:14:41.364Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-11T12:14:42.253Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 59b680a3-b08a-4854-9c76-9fb60c6c5205 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-05-11T12:14:42.253Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-05-11T12:14:42.253Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||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
2021-05-11T12:14:42.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:14:42.636Z||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.
2021-05-11T12:14:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:14:42.659Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:14:42.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:14:42.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735163156,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:14:42.660Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:14:42.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:14:42.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735166660,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:14:42.661Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:14:42.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:14:42.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735169252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:14:42.661Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:14:42.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:14:42.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735170966,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:14:42.661Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:14:42.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:14:42.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735172081,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-11T12:14:42.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:14:42.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:14:42.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735173085,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-05-11T12:14:42.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:14:42.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:14:42.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735174089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-05-11T12:14:42.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:14:42.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:14:42.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735175094,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:14:42.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:14:42.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:14:42.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd0893e-efb6-4593-8798-1baa6b76707b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735206727,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-11T12:14:42.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:14:42.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:14:42.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735207747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:14:42.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:14:42.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:14:42.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735207747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T12:14:42.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:14:42.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:14:42.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735207747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-11T12:14:42.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:14:42.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:14:42.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735207747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:14:42.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:14:42.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:14:42.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735207747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-11T12:14:42.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:14:42.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:14:42.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735207747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:14:42.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:14:42.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:14:42.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735207747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:14:42.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:14:42.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:14:42.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735207747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:14:42.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:14:42.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:14:42.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735221351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:14:42.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:14:44.122Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-11T12:14:44.123Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 59b680a3-b08a-4854-9c76-9fb60c6c5205 828
2021-05-11T12:14:44.123Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||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
2021-05-11T12:14:44.123Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||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
2021-05-11T12:14:44.123Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T12:14:44.123Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:14:44.125Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:14:44.125Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735284123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:14:44.225Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-11T12:14:44.226Z||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.
2021-05-11T12:14:44.227Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:14:44.237Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:14:44.238Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:14:45.126Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "69cef13a-1e93-4ca4-8912-b773d6cf2bf1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "29687364-e138-42bf-a0da-c54912ff92e9",
    "vfModuleModelCustomizationUUID": "391c81d0-3815-46b3-b354-05fb24c6c317",
    "isBase": true,
    "artifacts": [
      "8c1ca769-e778-4c5d-91fc-34e601e4ea82",
      "3848c39b-2d56-4acb-8dd0-10b109a34104",
      "7111afd3-01d3-4e71-92fd-53ba09592ea0"
    ],
    "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": ""
    }
  }
]
2021-05-11T12:14:45.132Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:29687364-e138-42bf-a0da-c54912ff92e9
VfModuleModelInvariantUUID:69cef13a-1e93-4ca4-8912-b773d6cf2bf1
VfModuleModelDescription:NULL
Artifacts UUID List:{
8c1ca769-e778-4c5d-91fc-34e601e4ea82
,
3848c39b-2d56-4acb-8dd0-10b109a34104
,
7111afd3-01d3-4e71-92fd-53ba09592ea0

}
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


}

2021-05-11T12:14:45.135Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "69cef13a-1e93-4ca4-8912-b773d6cf2bf1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "29687364-e138-42bf-a0da-c54912ff92e9",
    "vfModuleModelCustomizationUUID": "391c81d0-3815-46b3-b354-05fb24c6c317",
    "isBase": true,
    "artifacts": [
      "8c1ca769-e778-4c5d-91fc-34e601e4ea82",
      "3848c39b-2d56-4acb-8dd0-10b109a34104",
      "7111afd3-01d3-4e71-92fd-53ba09592ea0"
    ],
    "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": ""
    }
  }
]
2021-05-11T12:14:45.136Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:29687364-e138-42bf-a0da-c54912ff92e9
VfModuleModelInvariantUUID:69cef13a-1e93-4ca4-8912-b773d6cf2bf1
VfModuleModelDescription:NULL
Artifacts UUID List:{
8c1ca769-e778-4c5d-91fc-34e601e4ea82
,
3848c39b-2d56-4acb-8dd0-10b109a34104
,
7111afd3-01d3-4e71-92fd-53ba09592ea0

}
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


}

2021-05-11T12:14:45.136Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3848c39b-2d56-4acb-8dd0-10b109a34104 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-05-11T12:14:45.136Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-05-11T12:14:45.136Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-05-11T12:14:47.721Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-11T12:14:47.721Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 3848c39b-2d56-4acb-8dd0-10b109a34104 1164
2021-05-11T12:14:47.721Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||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
2021-05-11T12:14:47.721Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||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
2021-05-11T12:14:47.721Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T12:14:47.721Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:14:47.722Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:14:47.722Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735287721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:14:47.823Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:14:47.823Z||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.
2021-05-11T12:14:47.823Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:14:47.833Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:14:47.834Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:14:48.723Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7111afd3-01d3-4e71-92fd-53ba09592ea0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-05-11T12:14:48.723Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-05-11T12:14:48.724Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-05-11T12:14:49.920Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-11T12:14:49.920Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 7111afd3-01d3-4e71-92fd-53ba09592ea0 200
2021-05-11T12:14:49.921Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||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
2021-05-11T12:14:49.921Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||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
2021-05-11T12:14:49.921Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T12:14:49.921Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:14:49.923Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:14:49.923Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735289921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:14:50.023Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:14:50.024Z||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.
2021-05-11T12:14:50.024Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:14:50.035Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:14:50.035Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:14:50.923Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b7567c39-6551-4307-8b2a-9705b04f0c2c
2021-05-11T12:14:50.924Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 f2756c0b-55f5-4135-8523-ef38ecabfc41 ASDC
2021-05-11T12:14:50.930Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||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 heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:14:50.940Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:14:50.940Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:14:50.940Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-05-11T12:14:50.940Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 71e08276-52e4-496a-b36a-4dc415b201ab
2021-05-11T12:14:50.940Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 71e08276-52e4-496a-b36a-4dc415b201ab matches Tosca VF Customization UUID: 71e08276-52e4-496a-b36a-4dc415b201ab
2021-05-11T12:14:50.940Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 71e08276-52e4-496a-b36a-4dc415b201ab  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-11T12:14:50.942Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:14:50.942Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:14:50.943Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 71e08276-52e4-496a-b36a-4dc415b201ab: {\"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\"}
2021-05-11T12:14:50.943Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@19c1b79d
2021-05-11T12:14:50.943Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:14:50.943Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-11T12:14:50.943Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 391c81d0-3815-46b3-b354-05fb24c6c317
2021-05-11T12:14:50.943Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 391c81d0-3815-46b3-b354-05fb24c6c317
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-11T12:14:50.945Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:14:50.946Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-11T12:14:50.946Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:14:50.946Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:14:50.946Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-11T12:14:50.946Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:14:50.946Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:14:50.946Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-05-11T12:14:50.947Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-05-11T12:14:50.947Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6f31cfa4-daf3-48d7-866a-b881cd181e69
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-11T12:14:50.948Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:14:50.948Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-11T12:14:50.948Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:14:50.949Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:14:50.949Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-11T12:14:50.949Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=71e08276-52e4-496a-b36a-4dc415b201ab
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:14:50.950Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:14:50.951Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:14:50.951Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b7567c39-6551-4307-8b2a-9705b04f0c2c: basic_cnf
2021-05-11T12:14:50.951Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:14:50.951Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:14:50.951Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:14:50.951Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:14:50.951Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:14:50.951Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:14:50.951Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:14:50.951Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:14:50.951Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-11T12:14:50.951Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:14:50.951Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-05-11T12:14:51.006Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf f2756c0b-55f5-4135-8523-ef38ecabfc41 1 ASDC deployResourceStructure
2021-05-11T12:14:51.007Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||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
2021-05-11T12:14:51.007Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||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)
2021-05-11T12:14:51.007Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-05-11T12:14:51.007Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:14:51.008Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:14:51.009Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735291006,
  "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"
}
2021-05-11T12:14:51.109Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:14:51.110Z||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.
2021-05-11T12:14:51.111Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:14:51.122Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:14:51.123Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:14:52.009Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||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
2021-05-11T12:14:52.010Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||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)
2021-05-11T12:14:52.010Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-05-11T12:14:52.010Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:14:52.011Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:14:52.011Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735292009,
  "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"
}
2021-05-11T12:14:52.112Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:14:52.112Z||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.
2021-05-11T12:14:52.112Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:14:52.122Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:14:52.123Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:14:53.014Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||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
2021-05-11T12:14:53.014Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||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
2021-05-11T12:14:53.014Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T12:14:53.014Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:14:53.016Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:14:53.016Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735293014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-11T12:14:53.116Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:14:53.117Z||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.
2021-05-11T12:14:53.117Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:14:53.130Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:14:53.130Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:14:54.017Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||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
2021-05-11T12:14:54.017Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||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
2021-05-11T12:14:54.018Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T12:14:54.018Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:14:54.020Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:14:54.020Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735294017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-05-11T12:14:54.121Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-11T12:14:54.122Z||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.
2021-05-11T12:14:54.122Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:14:54.132Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:14:54.133Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:14:55.021Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||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
2021-05-11T12:14:55.021Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||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
2021-05-11T12:14:55.021Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T12:14:55.021Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:14:55.022Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:14:55.023Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735295021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-05-11T12:14:55.123Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:14:55.124Z||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.
2021-05-11T12:14:55.124Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:14:55.134Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:14:55.134Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-11T12:14:56.023Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-05-11T12:14:56.024Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-05-11T12:14:56.024Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T12:14:56.025Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:14:56.026Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:14:56.026Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735296023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:14:56.127Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-11T12:14:56.127Z||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.
2021-05-11T12:14:56.127Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:14:56.141Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:14:56.142Z||pool-121-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:14:57.027Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4790f342-2fa8-4591-bcf9-78bb551f7440
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=?
2021-05-11T12:14:57.037Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4790f342-2fa8-4591-bcf9-78bb551f7440
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=?
2021-05-11T12:14:57.039Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-11T12:14:57.039Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-11T12:14:57.039Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-11T12:15:27.039Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4790f342-2fa8-4591-bcf9-78bb551f7440
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=?
2021-05-11T12:15:27.050Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4790f342-2fa8-4591-bcf9-78bb551f7440
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=?
2021-05-11T12:15:27.052Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-11T12:15:27.052Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-11T12:15:27.052Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-11T12:15:42.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:15:42.636Z||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.
2021-05-11T12:15:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:15:42.661Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:15:42.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735225047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:15:42.676Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:15:42.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735227560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:15:42.676Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:15:42.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735229840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:15:42.677Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:15:42.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735230927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-11T12:15:42.677Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:15:42.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735231932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-05-11T12:15:42.678Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:15:42.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735232936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-05-11T12:15:42.678Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:15:42.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735233939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:15:42.678Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:15:42.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620735255063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "cds",
  "timestamp": 1620735258464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735252336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "dcae-sch",
  "timestamp": 1620735252955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735258364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620735255063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "cds",
  "timestamp": 1620735258464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735252336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "dcae-sch",
  "timestamp": 1620735252955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735258364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-11T12:15:42.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620735255063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "cds",
  "timestamp": 1620735258464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735252336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "dcae-sch",
  "timestamp": 1620735252955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735258364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-11T12:15:42.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "policy-id",
  "timestamp": 1620735262860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620735255063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "cds",
  "timestamp": 1620735258464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735252336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "dcae-sch",
  "timestamp": 1620735252955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735258364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T12:15:42.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "policy-id",
  "timestamp": 1620735262860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735263946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620735255063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "cds",
  "timestamp": 1620735258464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735252336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "dcae-sch",
  "timestamp": 1620735252955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735258364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-11T12:15:42.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdd1329d-8cd8-4d18-8ce8-97ffe439f372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735265454,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-11T12:15:42.683Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:15:42.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "policy-id",
  "timestamp": 1620735262860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735263946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-11T12:15:42.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620735255063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "cds",
  "timestamp": 1620735258464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735252336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "dcae-sch",
  "timestamp": 1620735252955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735258364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "policy-id",
  "timestamp": 1620735262860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735263946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-11T12:15:42.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735265956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735266468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620735255063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "cds",
  "timestamp": 1620735258464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735252336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "dcae-sch",
  "timestamp": 1620735252955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735258364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-11T12:15:42.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "policy-id",
  "timestamp": 1620735262860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-11T12:15:42.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735265956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-11T12:15:42.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735263946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T12:15:42.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735266468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-11T12:15:42.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620735255063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "cds",
  "timestamp": 1620735258464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735252336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "dcae-sch",
  "timestamp": 1620735252955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735258364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "policy-id",
  "timestamp": 1620735262860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735265956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-11T12:15:42.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735263946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-11T12:15:42.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735266468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-11T12:15:42.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620735255063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "cds",
  "timestamp": 1620735258464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:15:42.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735252336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:15:42.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "dcae-sch",
  "timestamp": 1620735252955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735258364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:15:42.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "policy-id",
  "timestamp": 1620735262860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735265956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T12:15:42.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735263946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735266468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T12:15:42.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "policy-id",
  "timestamp": 1620735262860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735265956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-11T12:15:42.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735263946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-11T12:15:42.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735271052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:15:42.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:15:42.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735271060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:15:42.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:15:42.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735266468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-11T12:15:42.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "cds",
  "timestamp": 1620735271144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:15:42.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:15:42.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "policy-id",
  "timestamp": 1620735262860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:15:42.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735265956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735263946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735266468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "cds",
  "timestamp": 1620735272184,
  "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=?
2021-05-11T12:15:42.696Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4790f342-2fa8-4591-bcf9-78bb551f7440
2021-05-11T12:15:42.696Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4790f342-2fa8-4591-bcf9-78bb551f7440 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 (?, ?, ?, ?, ?)
2021-05-11T12:15:42.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735263946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:15:42.705Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735265956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-11T12:15:42.705Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735272853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:15:42.705Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:15:42.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735273042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:15:42.705Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:15:42.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "policy-id",
  "timestamp": 1620735273032,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:15:42.706Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:15:42.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735266468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-11T12:15:42.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735265956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735273790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:15:42.706Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:15:42.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620735274046,
  "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=?
2021-05-11T12:15:42.710Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4790f342-2fa8-4591-bcf9-78bb551f7440
2021-05-11T12:15:42.710Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4790f342-2fa8-4591-bcf9-78bb551f7440 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 (?, ?, ?, ?, ?)
2021-05-11T12:15:42.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "policy-id",
  "timestamp": 1620735274035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:15:42.717Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:15:42.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735266468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735274125,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:15:42.718Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:15:42.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "aai-ml",
  "timestamp": 1620735273560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "clamp",
  "timestamp": 1620735273562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735265956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:15:42.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735274976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:15:42.718Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:15:42.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "policy-id",
  "timestamp": 1620735275037,
  "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=?
2021-05-11T12:15:42.722Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4790f342-2fa8-4591-bcf9-78bb551f7440
2021-05-11T12:15:42.722Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4790f342-2fa8-4591-bcf9-78bb551f7440 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 (?, ?, ?, ?, ?)
2021-05-11T12:15:42.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735266468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:15:42.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "aai-ml",
  "timestamp": 1620735273560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "clamp",
  "timestamp": 1620735273562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.730Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735275302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:15:42.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:15:42.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735275783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:15:42.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:15:42.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735276157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:15:42.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:15:42.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "aai-ml",
  "timestamp": 1620735273560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.730Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "clamp",
  "timestamp": 1620735273562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.730Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735276309,
  "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=?
2021-05-11T12:15:42.734Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4790f342-2fa8-4591-bcf9-78bb551f7440
2021-05-11T12:15:42.734Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4790f342-2fa8-4591-bcf9-78bb551f7440 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-11T12:15:42.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735276363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:15:42.739Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:15:42.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735276958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:15:42.739Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:15:42.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "aai-ml",
  "timestamp": 1620735273560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "clamp",
  "timestamp": 1620735273562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-11T12:15:42.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620735277336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-11T12:15:42.740Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:15:42.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735277397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:15:42.740Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:15:42.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "aai-ml",
  "timestamp": 1620735273560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "clamp",
  "timestamp": 1620735273562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735278400,
  "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=?
2021-05-11T12:15:42.743Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4790f342-2fa8-4591-bcf9-78bb551f7440
2021-05-11T12:15:42.743Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4790f342-2fa8-4591-bcf9-78bb551f7440 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-11T12:15:42.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735278748,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:15:42.749Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:15:42.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735278962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:15:42.749Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:15:42.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "aai-ml",
  "timestamp": 1620735273560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "clamp",
  "timestamp": 1620735273562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620735279402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-11T12:15:42.750Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:15:42.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "aai-ml",
  "timestamp": 1620735273560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "clamp",
  "timestamp": 1620735273562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735280870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:15:42.750Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:15:42.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "aai-ml",
  "timestamp": 1620735273560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "clamp",
  "timestamp": 1620735273562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-11T12:15:42.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735281247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:15:42.752Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:15:42.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735281933,
  "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=?
2021-05-11T12:15:42.757Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4790f342-2fa8-4591-bcf9-78bb551f7440
2021-05-11T12:15:42.758Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4790f342-2fa8-4591-bcf9-78bb551f7440 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-11T12:15:42.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "aai-ml",
  "timestamp": 1620735273560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:15:42.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:42.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:15:42.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "clamp",
  "timestamp": 1620735273562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-11T12:15:42.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-11T12:15:57.052Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4790f342-2fa8-4591-bcf9-78bb551f7440
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=?
2021-05-11T12:15:57.061Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4790f342-2fa8-4591-bcf9-78bb551f7440
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=?
2021-05-11T12:15:57.063Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-11T12:15:57.063Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-11T12:15:57.063Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-11T12:16:27.063Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4790f342-2fa8-4591-bcf9-78bb551f7440
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=?
2021-05-11T12:16:27.071Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4790f342-2fa8-4591-bcf9-78bb551f7440
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=?
2021-05-11T12:16:27.072Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-11T12:16:27.073Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-11T12:16:27.073Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-11T12:16:42.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:16:42.636Z||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.
2021-05-11T12:16:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:16:42.660Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:16:42.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:16:42.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620735282935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-11T12:16:42.661Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:16:57.073Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4790f342-2fa8-4591-bcf9-78bb551f7440
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=?
2021-05-11T12:16:57.087Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4790f342-2fa8-4591-bcf9-78bb551f7440
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=?
2021-05-11T12:16:57.090Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-11T12:16:57.090Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-11T12:16:57.090Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-11T12:17:27.091Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4790f342-2fa8-4591-bcf9-78bb551f7440
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=?
2021-05-11T12:17:27.104Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4790f342-2fa8-4591-bcf9-78bb551f7440
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=?
2021-05-11T12:17:27.108Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-11T12:17:27.108Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-11T12:17:27.108Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-11T12:17:42.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:17:42.636Z||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.
2021-05-11T12:17:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:17:43.173Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:17:43.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:17:43.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735284123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:17:43.175Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:17:43.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:17:43.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "aai-ml",
  "timestamp": 1620735286251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:17:43.175Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:17:43.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:17:43.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735287721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:17:43.176Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:17:43.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:17:43.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "clamp",
  "timestamp": 1620735289725,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:17:43.176Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:17:43.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:17:43.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735289921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-11T12:17:43.176Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:17:43.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:17:43.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735291006,
  "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"
}
2021-05-11T12:17:43.177Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:17:43.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:17:43.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735292009,
  "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"
}
2021-05-11T12:17:43.177Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:17:43.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:17:43.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "clamp",
  "timestamp": 1620735292727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:17:43.178Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:17:43.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:17:43.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735293014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-11T12:17:43.178Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:17:43.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:17:43.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "aai-ml",
  "timestamp": 1620735293127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:17:43.179Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:17:43.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:17:43.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "clamp",
  "timestamp": 1620735293730,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
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=?
2021-05-11T12:17:43.186Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4790f342-2fa8-4591-bcf9-78bb551f7440
2021-05-11T12:17:43.186Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4790f342-2fa8-4591-bcf9-78bb551f7440 and ComponentName clamp
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 (?, ?, ?, ?, ?)
2021-05-11T12:17:43.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:17:43.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735294017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-05-11T12:17:43.194Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:17:43.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:17:43.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "aai-ml",
  "timestamp": 1620735294130,
  "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=?
2021-05-11T12:17:43.198Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4790f342-2fa8-4591-bcf9-78bb551f7440
2021-05-11T12:17:43.198Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4790f342-2fa8-4591-bcf9-78bb551f7440 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 (?, ?, ?, ?, ?)
2021-05-11T12:17:43.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:17:43.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735295021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-05-11T12:17:43.208Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:17:43.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-11T12:17:43.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735296023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-11T12:17:43.208Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:17:57.108Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4790f342-2fa8-4591-bcf9-78bb551f7440
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=?
2021-05-11T12:17:57.120Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4790f342-2fa8-4591-bcf9-78bb551f7440
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=?
2021-05-11T12:17:57.122Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-11T12:17:57.123Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-11T12:17:57.123Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-11T12:17:57.123Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-11T12:17:57.123Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:17:57.123Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:17:57.123Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:17:57.123Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:17:57.123Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:17:57.123Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-11T12:17:57.123Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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=?
2021-05-11T12:17:57.127Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-11T12:18:27.127Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4790f342-2fa8-4591-bcf9-78bb551f7440 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=?
2021-05-11T12:18:27.135Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4790f342-2fa8-4591-bcf9-78bb551f7440 and serviceModelVersionId: b7567c39-6551-4307-8b2a-9705b04f0c2c
2021-05-11T12:18:27.135Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eec599ea-127c-49ce-b6c4-5cab57627f64
2021-05-11T12:18:27.136Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eec599ea-127c-49ce-b6c4-5cab57627f64/model-vers/model-ver/b7567c39-6551-4307-8b2a-9705b04f0c2c?depth=0
2021-05-11T12:18:27.143Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-05-11T12:18:27.168Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eec599ea-127c-49ce-b6c4-5cab57627f64/model-vers/model-ver/b7567c39-6551-4307-8b2a-9705b04f0c2c?depth=0|INFO|500||Invoke
2021-05-11T12:18:27.168Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eec599ea-127c-49ce-b6c4-5cab57627f64/model-vers/model-ver/b7567c39-6551-4307-8b2a-9705b04f0c2c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eec599ea-127c-49ce-b6c4-5cab57627f64/model-vers/model-ver/b7567c39-6551-4307-8b2a-9705b04f0c2c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4790f342-2fa8-4591-bcf9-78bb551f7440], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ba6b29ce-cb22-45fc-88a6-3dfc7172da50], X-ECOMP-RequestID=[4790f342-2fa8-4591-bcf9-78bb551f7440], X-TransactionId=[], X-ONAP-RequestID=[4790f342-2fa8-4591-bcf9-78bb551f7440], Content-Type=[application/merge-patch+json]}
2021-05-11T12:18:27.181Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eec599ea-127c-49ce-b6c4-5cab57627f64/model-vers/model-ver/b7567c39-6551-4307-8b2a-9705b04f0c2c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-11T12:18:27.840Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eec599ea-127c-49ce-b6c4-5cab57627f64/model-vers/model-ver/b7567c39-6551-4307-8b2a-9705b04f0c2c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eec599ea-127c-49ce-b6c4-5cab57627f64/model-vers/model-ver/b7567c39-6551-4307-8b2a-9705b04f0c2c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210511-12:18:27:188-24661], vertex-id=[258264], Content-Length=[0], Date=[Tue, 11 May 2021 12:18:27 GMT], Content-Type=[application/json]}
2021-05-11T12:18:27.841Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eec599ea-127c-49ce-b6c4-5cab57627f64/model-vers/model-ver/b7567c39-6551-4307-8b2a-9705b04f0c2c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-11T12:18:27.842Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eec599ea-127c-49ce-b6c4-5cab57627f64/model-vers/model-ver/b7567c39-6551-4307-8b2a-9705b04f0c2c?depth=0|INFO|500||InvokeReturn
2021-05-11T12:18:27.842Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-11T12:18:27.842Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:18:27.846Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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)
2021-05-11T12:18:27.847Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4790f342-2fa8-4591-bcf9-78bb551f7440 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-11T12:18:27.847Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-11T12:18:27.847Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:18:27.848Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:18:27.848Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735507847,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-11T12:18:27.949Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-11T12:18:27.949Z||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.
2021-05-11T12:18:27.950Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:18:27.961Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:18:27.962Z||pool-122-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=?
2021-05-11T12:18:28.859Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:18:28.859Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:18:28.859Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:18:39.066Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:18:39.067Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:18:39.067Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:18:39.067Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:18:42.636Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:18:42.636Z||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.
2021-05-11T12:18:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:18:43.264Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:18:43.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-11T12:18:43.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4790f342-2fa8-4591-bcf9-78bb551f7440",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620735507847,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-11T12:18:43.266Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:18:48.609Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:18:48.609Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:18:48.609Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:18:48.609Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:18:58.150Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:18:58.151Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:18:58.151Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:18:58.151Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:19:07.686Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:19:07.686Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:19:07.687Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:19:07.687Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:19:17.224Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:19:17.224Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:19:17.224Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:19:17.225Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:19:26.771Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:19:42.633Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:19:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:19:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:19:42.636Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:19:42.636Z||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.
2021-05-11T12:19:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:19:52.180Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:19:52.182Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:20:42.633Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:20:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:20:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:20:42.636Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:20:42.636Z||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.
2021-05-11T12:20:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:20:52.179Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:20:52.182Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:21:42.633Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:21:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:21:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:21:42.636Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:21:42.636Z||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.
2021-05-11T12:21:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:21:52.181Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:21:52.185Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:22:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:22:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:22:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:22:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:22:42.636Z||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.
2021-05-11T12:22:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:22:52.180Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:22:52.184Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:23:42.633Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:23:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:23:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:23:42.636Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:23:42.636Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|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.
2021-05-11T12:23:42.636Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:23:52.187Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:23:52.190Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:24:42.633Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:24:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:24:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:24:42.636Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:24:42.636Z||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.
2021-05-11T12:24:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:24:52.178Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:24:52.183Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:25:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:25:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:25:42.635Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:25:42.636Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:25:42.636Z||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.
2021-05-11T12:25:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:25:52.207Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:25:52.210Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:26:42.633Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:26:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:26:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:26:42.636Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:26:42.636Z||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.
2021-05-11T12:26:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:26:52.184Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:26:52.187Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:27:42.633Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:27:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:27:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:27:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:27:42.636Z||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.
2021-05-11T12:27:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:27:52.182Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:27:52.183Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:28:42.633Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:28:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:28:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:28:42.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:28:42.636Z||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.
2021-05-11T12:28:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:28:52.179Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:28:52.181Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:29:42.633Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:29:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:29:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:29:42.636Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:29:42.636Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|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.
2021-05-11T12:29:42.636Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:29:52.214Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:29:52.215Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:30:42.633Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:30:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:30:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:30:42.636Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:30:42.636Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|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.
2021-05-11T12:30:42.636Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:30:52.183Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:30:52.186Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:31:42.633Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:31:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:31:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:31:42.636Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:31:42.636Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|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.
2021-05-11T12:31:42.636Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:31:52.183Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:31:52.185Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:32:42.633Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:32:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:32:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:32:42.636Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:32:42.636Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|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.
2021-05-11T12:32:42.636Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:32:52.182Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:32:52.189Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:33:42.633Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:33:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:33:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:33:42.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:33:42.636Z||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.
2021-05-11T12:33:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:33:52.191Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:33:52.191Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:34:42.633Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:34:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:34:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:34:42.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:34:42.636Z||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.
2021-05-11T12:34:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:34:52.205Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:34:52.206Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:35:42.633Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:35:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:35:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:35:42.636Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:35:42.636Z||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.
2021-05-11T12:35:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:35:52.187Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:35:52.189Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:36:42.633Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:36:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:36:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:36:42.636Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:36:42.636Z||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.
2021-05-11T12:36:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:36:52.185Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:36:52.191Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:37:42.633Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:37:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:37:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:37:42.636Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:37:42.636Z||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.
2021-05-11T12:37:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:37:52.180Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:37:52.183Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:38:42.633Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:38:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:38:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:38:42.635Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:38:42.636Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|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.
2021-05-11T12:38:42.636Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:38:52.183Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:38:52.186Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:39:42.633Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:39:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:39:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:39:42.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:39:42.636Z||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.
2021-05-11T12:39:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:39:52.180Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:39:52.182Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:40:42.633Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:40:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:40:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:40:42.636Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:40:42.636Z||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.
2021-05-11T12:40:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:40:52.181Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:40:52.185Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:41:42.633Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:41:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:41:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:41:42.636Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:41:42.636Z||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.
2021-05-11T12:41:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:41:52.178Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:41:52.180Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:42:42.633Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:42:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:42:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:42:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:42:42.636Z||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.
2021-05-11T12:42:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:42:52.190Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:42:52.190Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:43:42.633Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:43:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:43:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:43:42.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:43:42.636Z||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.
2021-05-11T12:43:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:43:52.184Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:43:52.191Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:44:42.633Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:44:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:44:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:44:42.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:44:42.636Z||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.
2021-05-11T12:44:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:44:52.199Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:44:52.199Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:45:42.633Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:45:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:45:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:45:42.636Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:45:42.636Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|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.
2021-05-11T12:45:42.636Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:45:52.184Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:45:52.186Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:46:42.633Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:46:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:46:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:46:42.635Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:46:42.636Z||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.
2021-05-11T12:46:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:46:52.182Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:46:52.183Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:47:42.633Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:47:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:47:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:47:42.636Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:47:42.636Z||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.
2021-05-11T12:47:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:47:52.176Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:47:52.186Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:48:42.633Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:48:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:48:42.635Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:48:42.635Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:48:42.636Z||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.
2021-05-11T12:48:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:48:52.182Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:48:52.183Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:49:42.633Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:49:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:49:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:49:42.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:49:42.636Z||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.
2021-05-11T12:49:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:49:52.184Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:49:52.185Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:50:42.633Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:50:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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.
2021-05-11T12:50:42.634Z|4790f342-2fa8-4591-bcf9-78bb551f7440|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:50:42.635Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:50:42.636Z||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.
2021-05-11T12:50:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:50:52.185Z|4790f342-2fa8-4591-bcf9-78bb551f7440|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-11T12:50:52.188Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK