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-15T04:23:32.097Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-99mhb with PID 14 (/app/app.jar started by so in /app)
2021-05-15T04:23:32.125Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-05-15T04:23:32.125Z||main|||||INFO|500||The following profiles are active: basic
2021-05-15T04:23:39.809Z||main|||||INFO|500||Starting service [Tomcat]
2021-05-15T04:23:39.810Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-05-15T04:23:39.926Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-05-15T04:23:41.435Z||main|||||INFO|500||catdb-pool - Starting...
2021-05-15T04:23:41.615Z||main|||||INFO|500||catdb-pool - Start completed.
2021-05-15T04:23:41.934Z||main|||||INFO|500||reqdb-pool - Starting...
2021-05-15T04:23:41.942Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-05-15T04:23:42.057Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-05-15T04:23:42.187Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-05-15T04:23:42.631Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-05-15T04:23:43.744Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-15T04:23:45.696Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-15T04:23:45.735Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-05-15T04:23:46.233Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-15T04:23:46.369Z||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-15T04:23:47.562Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-15T04:23:48.476Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-05-15T04:23:48.497Z||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$$d32fc91.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-15T04:23:48.498Z||main|||||WARN|500||The sdc end point is not alive
2021-05-15T04:23:50.699Z||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-15T04:23:52.944Z||main|||||WARN|500||---
2021-05-15T04:23:52.945Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-05-15T04:23:52.945Z||main|||||WARN|500||---
2021-05-15T04:23:53.252Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-05-15T04:23:56.526Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-15T04:23:56.527Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-15T04:23:56.528Z||main|||||INFO|500||Started Application in 26.694 seconds (JVM running for 28.407)
2021-05-15T04:23:56.538Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-15T04:23:56.629Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-15T04:23:56.677Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3e6b4694-f03e-401d-8d8a-b9eb594ac69a url= /sdc/v1/artifactTypes
2021-05-15T04:23:56.678Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-15T04:23:57.788Z||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.58.156] 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-15T04:23:57.794Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3f59b932
2021-05-15T04:23:57.794Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-15T04:23:57.803Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-15T04:23:57.805Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-15T04:23:57.807Z||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-15T04:24:46.506Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-15T04:24:46.507Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-15T04:24:46.508Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-15T04:24:46.525Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-15T04:24:46.531Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9a95457c-f5d3-47aa-b166-7067185cb268 url= /sdc/v1/artifactTypes
2021-05-15T04:24:46.532Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-15T04:24:47.547Z||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.58.156] 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-15T04:24:47.549Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7f66d2dc
2021-05-15T04:24:47.549Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-15T04:24:47.550Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-15T04:24:47.550Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-15T04:24:47.551Z||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-15T04:25:36.506Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-15T04:25:36.507Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-15T04:25:36.507Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-15T04:25:36.511Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-15T04:25:36.517Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b10fd314-f86c-445e-89ab-6f6cd9ea8ceb url= /sdc/v1/artifactTypes
2021-05-15T04:25:36.517Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-15T04:25:37.534Z||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.58.156] 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-15T04:25:37.535Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2838a1d
2021-05-15T04:25:37.535Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-15T04:25:37.535Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-15T04:25:37.536Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-15T04:25:37.536Z||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-15T04:26:26.506Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-15T04:26:26.507Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-15T04:26:26.507Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-15T04:26:26.511Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-15T04:26:26.516Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 78464194-b857-4922-a112-44cce88b69b7 url= /sdc/v1/artifactTypes
2021-05-15T04:26:26.516Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-15T04:26:27.556Z||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.58.156] 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-15T04:26:27.559Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3b2f3057
2021-05-15T04:26:27.559Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-15T04:26:27.559Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-15T04:26:27.560Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-15T04:26:27.562Z||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-15T04:27:16.508Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-15T04:27:16.509Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-15T04:27:16.509Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-15T04:27:16.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-15T04:27:16.519Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9d5c7e16-e248-4cad-9f99-23ea651c5ae8 url= /sdc/v1/artifactTypes
2021-05-15T04:27:16.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-15T04:27:17.531Z||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.58.156] 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-15T04:27:17.532Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1877f65
2021-05-15T04:27:17.532Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-15T04:27:17.532Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-15T04:27:17.533Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-15T04:27:17.533Z||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-15T04:28:06.506Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-15T04:28:06.506Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-15T04:28:06.506Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-15T04:28:06.510Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-15T04:28:06.515Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 88fe12c8-875f-4124-be72-c751ae9c44db url= /sdc/v1/artifactTypes
2021-05-15T04:28:06.515Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-15T04:28:07.547Z||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.58.156] 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-15T04:28:07.548Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@55881ccb
2021-05-15T04:28:07.548Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-15T04:28:07.549Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-15T04:28:07.549Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-15T04:28:07.549Z||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-15T04:28:56.506Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-15T04:28:56.507Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-15T04:28:56.507Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-15T04:28:56.510Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-15T04:28:56.516Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bc3a6f23-b49d-4962-a15b-0d34402ed811 url= /sdc/v1/artifactTypes
2021-05-15T04:28:56.516Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-15T04:28:56.760Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-05-15T04:28:56.769Z||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-15T04:28:56.837Z||scheduling-1|||||DEBUG|500||create keys
2021-05-15T04:28:56.845Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-05-15T04:28:56.866Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:28:56.882Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8db031a6-a611-4d16-b8a9-b63de5a9539d url= /sdc/v1/registerForDistribution
2021-05-15T04:28:57.053Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8db031a6-a611-4d16-b8a9-b63de5a9539d url= /sdc/v1/registerForDistribution
2021-05-15T04:28:57.053Z||scheduling-1|||||INFO|500||start DistributionClient
2021-05-15T04:28:57.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:28:57.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:28:57.177Z||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-15T04:28:57.177Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:28:57.178Z||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-15T04:28:57.178Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:28:57.181Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-05-15T04:29:07.397Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:29:07.397Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:29:57.169Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:29:57.170Z||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-15T04:29:57.171Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:29:57.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:29:57.172Z||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-15T04:29:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:30:06.715Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:30:06.716Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:30:57.169Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:30:57.170Z||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-15T04:30:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:30:57.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:30:57.173Z||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-15T04:30:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:31:06.718Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:31:06.742Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:31:57.169Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:31:57.170Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T04:31:57.170Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xdUxXKAUw93lGuNL) ...
2021-05-15T04:31:57.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:31:57.172Z||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-15T04:31:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:32:06.712Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:32:06.716Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:32:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:32:57.171Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:32:57.172Z||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-15T04:32:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:32:57.172Z||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-15T04:32:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:33:06.715Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:33:06.718Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:33:51.524Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-15T04:33:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:33:57.170Z||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-15T04:33:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:33:57.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:33:57.173Z||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-15T04:33:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:34:06.713Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:34:06.714Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:34:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:34:57.170Z||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-15T04:34:57.171Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:34:57.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:34:57.172Z||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-15T04:34:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:35:06.711Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:35:06.711Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:35:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:35:57.170Z||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-15T04:35:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:35:57.172Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:35:57.173Z||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-15T04:35:57.174Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:36:06.712Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:36:06.714Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:36:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:36:57.170Z||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-15T04:36:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:36:57.172Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:36:57.172Z||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-15T04:36:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:37:06.710Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:37:06.712Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:37:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:37:57.170Z||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-15T04:37:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:37:57.172Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:37:57.172Z||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-15T04:37:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:38:06.709Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:38:06.709Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:38:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:38:57.170Z||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-15T04:38:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:38:57.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:38:57.173Z||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-15T04:38:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:39:06.713Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:39:06.714Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:39:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:39:57.170Z||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-15T04:39:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:39:57.171Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:39:57.172Z||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-15T04:39:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:40:06.709Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:40:06.716Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:40:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:40:57.170Z||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-15T04:40:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:40:57.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:40:57.172Z||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-15T04:40:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:41:06.708Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:41:06.714Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:41:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:41:57.170Z||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-15T04:41:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:41:57.172Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:41:57.172Z||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-15T04:41:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:42:06.709Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:42:06.710Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:42:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:42:57.170Z||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-15T04:42:57.171Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:42:57.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:42:57.172Z||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-15T04:42:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:43:06.711Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:43:06.717Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:43:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:43:57.170Z||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-15T04:43:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:43:57.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:43:57.173Z||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-15T04:43:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:44:06.710Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:44:06.711Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:44:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:44:57.170Z||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-15T04:44:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:44:57.172Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:44:57.172Z||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-15T04:44:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:45:06.711Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:45:06.711Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:45:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:45:57.170Z||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-15T04:45:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:45:57.172Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:45:57.172Z||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-15T04:45:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:46:06.710Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:46:06.712Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:46:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:46:57.170Z||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-15T04:46:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:46:57.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:46:57.172Z||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-15T04:46:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:47:06.709Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:47:06.712Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:47:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:47:57.170Z||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-15T04:47:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:47:57.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:47:57.172Z||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-15T04:47:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:48:06.709Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:48:06.710Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:48:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:48:57.170Z||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-15T04:48:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:48:57.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:48:57.172Z||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-15T04:48:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:49:06.710Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:49:06.718Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:49:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:49:57.170Z||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-15T04:49:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:49:57.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:49:57.173Z||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-15T04:49:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:50:06.734Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:50:06.737Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:50:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:50:57.170Z||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-15T04:50:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:50:57.171Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:50:57.172Z||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-15T04:50:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:51:06.716Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:51:06.726Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:51:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:51:57.170Z||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-15T04:51:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:51:57.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:51:57.172Z||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-15T04:51:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:52:06.710Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:52:06.712Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:52:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:52:57.170Z||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-15T04:52:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:52:57.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:52:57.172Z||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-15T04:52:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:53:06.708Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:53:06.709Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:53:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:53:57.170Z||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-15T04:53:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:53:57.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:53:57.172Z||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-15T04:53:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:54:06.709Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:54:06.711Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:54:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:54:57.170Z||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-15T04:54:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:54:57.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:54:57.172Z||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-15T04:54:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:55:06.711Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:55:06.711Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:55:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:55:57.170Z||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-15T04:55:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:55:57.172Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:55:57.172Z||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-15T04:55:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:56:06.707Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:56:06.707Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:56:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:56:57.170Z||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-15T04:56:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:56:57.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:56:57.172Z||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-15T04:56:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:57:06.709Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:57:06.709Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:57:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:57:57.170Z||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-15T04:57:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:57:57.172Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:57:57.172Z||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-15T04:57:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:58:06.709Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:58:06.711Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:58:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:58:57.170Z||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-15T04:58:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:58:57.171Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:58:57.172Z||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-15T04:58:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:59:06.710Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:59:06.710Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T04:59:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:59:57.170Z||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-15T04:59:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:59:57.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:59:57.172Z||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-15T04:59:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:00:06.709Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:00:06.711Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:00:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:00:57.170Z||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-15T05:00:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:00:57.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:00:57.172Z||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-15T05:00:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:01:06.707Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:01:06.710Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:01:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:01:57.170Z||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-15T05:01:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:01:57.171Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:01:57.172Z||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-15T05:01:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:02:06.706Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:02:06.710Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:02:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:02:57.170Z||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-15T05:02:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:02:57.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:02:57.172Z||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-15T05:02:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:03:06.709Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:03:06.710Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:03:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:03:57.170Z||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-15T05:03:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:03:57.171Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:03:57.172Z||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-15T05:03:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:04:06.710Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:04:06.711Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:04:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:04:57.170Z||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-15T05:04:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:04:57.172Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:04:57.172Z||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-15T05:04:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:05:06.707Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:05:06.708Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:05:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:05:57.170Z||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-15T05:05:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:05:57.171Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:05:57.172Z||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-15T05:05:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:06:06.710Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:06:06.711Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:06:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:06:57.170Z||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-15T05:06:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:06:57.172Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:06:57.172Z||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-15T05:06:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:07:06.709Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:07:06.709Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:07:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:07:57.170Z||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-15T05:07:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:07:57.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:07:57.172Z||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-15T05:07:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:08:06.713Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:08:06.713Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:08:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:08:57.169Z||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-15T05:08:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:08:57.171Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:08:57.172Z||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-15T05:08:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:09:06.709Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:09:06.709Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:09:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:09:57.170Z||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-15T05:09:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:09:57.171Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:09:57.172Z||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-15T05:09:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:10:06.710Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:10:06.710Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:10:57.171Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:10:57.171Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:10:57.172Z||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-15T05:10:57.172Z||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-15T05:10:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:10:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:11:06.709Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:11:06.710Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:11:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:11:57.170Z||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-15T05:11:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:11:57.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:11:57.172Z||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-15T05:11:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:11:57.793Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:11:57.795Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.795Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"1960e1cc-a769-465b-913d-fc7f80b60695","serviceName":"basic_onboard_NTuRCE","serviceVersion":"1.0","serviceUUID":"b102dc5b-1012-41e9-a57a-254c32ba963c","serviceDescription":"service","serviceInvariantUUID":"41908bcb-1865-4fcd-8e3b-aca57aadc7bb","resources":[{"resourceInstanceName":"basic_onboard_NTuRCE 0","resourceName":"basic_onboard_NTuRCE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5c95aa24-cd20-4769-82ab-7fe7ff3c47ee","resourceInvariantUUID":"785760ae-a298-4531-bc6e-d651e0e6b837","resourceCustomizationUUID":"7bee6086-3b1d-4a08-96ca-b21e413a270f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vf-license-model.xml","artifactChecksum":"MDk5Mzc3NmEzZDJjNDhkYTVmNGU0NTEzMTM0MzY1NGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"149ba7b0-d247-40c6-9f7d-b4f44205273f","artifactVersion":"1"},{"artifactName":"basic_onboard_nturce0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json","artifactChecksum":"NThjMjc0ZjliYzZhZjY2OTlhNjE0N2U0NWJkZWNjOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c10468c9-00cb-497a-baf2-9dbac6e30fc5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"acaadd6e-bb35-45ce-a539-0aa488a9e7c1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e6b53ff8-10fa-48d0-a815-aa5ba64fb9eb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a467ecd8-73b2-4fd2-9578-47bf4d93035b","artifactVersion":"2","generatedFromUUID":"acaadd6e-bb35-45ce-a539-0aa488a9e7c1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNturce-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-template.yml","artifactChecksum":"NDU2NmYyNzkxYzc1NDU4NTU5NmFiMTZlNzVhZjc0NWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3c88fe4a-2144-48a8-b799-83b48c0ccc80","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNturce-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar","artifactChecksum":"MjU5NDM0MmJkMTIxZDdjOWEyYWQwMTFhMDY5OTMxNzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3dc962ea-854f-4e23-be26-57c534996768","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-15T05:11:57.796Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:11:57.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621055467869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.804Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:11:57.809Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:11:57.820Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621055472862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.820Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621055465671,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.821Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:11:57.821Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.821Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055517169,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "dcae-sch",
  "timestamp": 1621055475425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.821Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621055467869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.821Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621055472862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:11:57.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621055465671,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:11:57.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "dcae-sch",
  "timestamp": 1621055475425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621055467869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621055472862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:11:57.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621055465671,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:11:57.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "dcae-sch",
  "timestamp": 1621055475425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621055467869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621055472862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621055465671,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.825Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "dcae-sch",
  "timestamp": 1621055475425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.825Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621055467869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621055472862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-15T05:11:57.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621055465671,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-15T05:11:57.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "cds",
  "timestamp": 1621055479329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.827Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "dcae-sch",
  "timestamp": 1621055475425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.828Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621055467869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.828Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621055472862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621055465671,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "cds",
  "timestamp": 1621055479329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "dcae-sch",
  "timestamp": 1621055475425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621055467869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:11:57.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621055472862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:11:57.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621055465671,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:11:57.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "cds",
  "timestamp": 1621055479329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "dcae-sch",
  "timestamp": 1621055475425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "cds",
  "timestamp": 1621055479329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.832Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621055483680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:11:57.832Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:57.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621055483683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:11:57.832Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:57.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621055483782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:11:57.833Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:57.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "cds",
  "timestamp": 1621055479329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621055483383,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621055484084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "policy-id",
  "timestamp": 1621055484198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "cds",
  "timestamp": 1621055479329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621055483383,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:11:57.835Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621055484084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.835Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621055485766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:11:57.835Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:57.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621055485866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:11:57.836Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:57.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "policy-id",
  "timestamp": 1621055484198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.836Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "cds",
  "timestamp": 1621055479329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:11:57.836Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621055483383,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:11:57.837Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621055484084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.837Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "policy-id",
  "timestamp": 1621055484198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:11:57.837Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621055483383,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.838Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621055487291,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:11:57.838Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:57.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621055487387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:11:57.838Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:57.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "cds",
  "timestamp": 1621055487513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:11:57.838Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:57.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621055484084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621055487869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:11:57.839Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:57.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "policy-id",
  "timestamp": 1621055484198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621055483383,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-15T05:11:57.840Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:57.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621055488297,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2021-05-15T05:11:58.010Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 0 ms
2021-05-15T05:11:58.074Z||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-15T05:11:58.075Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:11:58.085Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:11:58.086Z||pool-3-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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:11:58.840Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1960e1cc-a769-465b-913d-fc7f80b60695
2021-05-15T05:11:58.864Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1960e1cc-a769-465b-913d-fc7f80b60695 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-15T05:11:58.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "cds",
  "timestamp": 1621055488528,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-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-15T05:11:58.905Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1960e1cc-a769-465b-913d-fc7f80b60695
2021-05-15T05:11:58.906Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1960e1cc-a769-465b-913d-fc7f80b60695 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-15T05:11:58.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "clamp",
  "timestamp": 1621055488058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.914Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:58.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621055484084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.915Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:58.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "policy-id",
  "timestamp": 1621055484198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.915Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:58.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621055488876,
  "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-15T05:11:58.919Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1960e1cc-a769-465b-913d-fc7f80b60695
2021-05-15T05:11:58.920Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1960e1cc-a769-465b-913d-fc7f80b60695 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-15T05:11:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621055488920,
  "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-15T05:11:58.931Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1960e1cc-a769-465b-913d-fc7f80b60695
2021-05-15T05:11:58.931Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1960e1cc-a769-465b-913d-fc7f80b60695 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-15T05:11:58.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "aai-ml",
  "timestamp": 1621055488331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:58.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621055483383,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.942Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:58.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621055489301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T05:11:58.942Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:58.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "clamp",
  "timestamp": 1621055488058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:11:58.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:58.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621055484084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:58.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "policy-id",
  "timestamp": 1621055484198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.944Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:58.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621055489923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T05:11:58.945Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:58.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "aai-ml",
  "timestamp": 1621055488331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:58.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621055483383,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:11:58.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:58.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "clamp",
  "timestamp": 1621055488058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:58.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621055484084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:58.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "policy-id",
  "timestamp": 1621055484198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:11:58.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:58.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "aai-ml",
  "timestamp": 1621055488331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:58.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "clamp",
  "timestamp": 1621055488058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:58.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "aai-ml",
  "timestamp": 1621055488331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:58.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621055492246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:11:58.950Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:58.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "policy-id",
  "timestamp": 1621055492668,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:11:58.951Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:58.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "clamp",
  "timestamp": 1621055488058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.951Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:58.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "aai-ml",
  "timestamp": 1621055488331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:58.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "policy-id",
  "timestamp": 1621055493675,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:11:58.952Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:58.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "clamp",
  "timestamp": 1621055488058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.953Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:58.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621055493746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:11:58.954Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:58.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "aai-ml",
  "timestamp": 1621055488331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.954Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:58.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "policy-id",
  "timestamp": 1621055494679,
  "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-15T05:11:58.960Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1960e1cc-a769-465b-913d-fc7f80b60695
2021-05-15T05:11:58.960Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1960e1cc-a769-465b-913d-fc7f80b60695 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-15T05:11:58.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "clamp",
  "timestamp": 1621055488058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:11:58.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:58.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "aai-ml",
  "timestamp": 1621055488331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:11:58.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:11:58.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621055495750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:11:58.969Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:58.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621055496768,
  "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-15T05:11:58.975Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1960e1cc-a769-465b-913d-fc7f80b60695
2021-05-15T05:11:58.975Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1960e1cc-a769-465b-913d-fc7f80b60695 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-15T05:11:58.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "aai-ml",
  "timestamp": 1621055497572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:11:58.982Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:58.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621055497772,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T05:11:58.982Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:58.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "aai-ml",
  "timestamp": 1621055507769,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:11:58.983Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:58.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "aai-ml",
  "timestamp": 1621055508774,
  "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-15T05:11:58.989Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1960e1cc-a769-465b-913d-fc7f80b60695
2021-05-15T05:11:58.989Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1960e1cc-a769-465b-913d-fc7f80b60695 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-15T05:11:58.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "clamp",
  "timestamp": 1621055510018,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:11:58.997Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:58.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "clamp",
  "timestamp": 1621055512026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:11:58.998Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:58.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "clamp",
  "timestamp": 1621055513031,
  "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-15T05:11:59.002Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1960e1cc-a769-465b-913d-fc7f80b60695
2021-05-15T05:11:59.003Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1960e1cc-a769-465b-913d-fc7f80b60695 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-15T05:11:59.011Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:11:59.012Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:11:59.013Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:11:59.013Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055517169,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:11:59.114Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-15T05:11:59.115Z||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-15T05:11:59.115Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:11:59.125Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:11:59.126Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:12:00.014Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:12:00.015Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:12:00.017Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:12:00.017Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055517169,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:12:00.117Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:12:00.118Z||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-15T05:12:00.118Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:12:00.128Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:12:00.128Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:12:01.017Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:12:01.018Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:12:01.021Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:12:01.021Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055517169,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:12:01.121Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:12:01.122Z||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-15T05:12:01.122Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:12:01.131Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:12:01.132Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:12:02.022Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:12:02.023Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:12:02.025Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:12:02.025Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055517169,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-15T05:12:02.126Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:12:02.127Z||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-15T05:12:02.127Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:12:02.136Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:12:02.137Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:12:03.026Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:12:03.027Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:12:03.028Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:12:03.029Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055517169,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:12:03.129Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:12:03.130Z||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-15T05:12:03.130Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:12:03.139Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:12:03.139Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:12:04.029Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:12:04.030Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:12:04.032Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:12:04.032Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055517169,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:12:04.132Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:12:04.133Z||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-15T05:12:04.133Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:12:04.143Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:12:04.143Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:12:05.034Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "serviceName": "basic_onboard_NTuRCE",
  "serviceVersion": "1.0",
  "serviceUUID": "b102dc5b-1012-41e9-a57a-254c32ba963c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "41908bcb-1865-4fcd-8e3b-aca57aadc7bb",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_NTuRCE 0",
      "resourceCustomizationUUID": "7bee6086-3b1d-4a08-96ca-b21e413a270f",
      "resourceName": "basic_onboard_NTuRCE",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5c95aa24-cd20-4769-82ab-7fe7ff3c47ee",
      "resourceInvariantUUID": "785760ae-a298-4531-bc6e-d651e0e6b837",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_nturce0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
          "artifactChecksum": "NThjMjc0ZjliYzZhZjY2OTlhNjE0N2U0NWJkZWNjOTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c10468c9-00cb-497a-baf2-9dbac6e30fc5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "acaadd6e-bb35-45ce-a539-0aa488a9e7c1",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a467ecd8-73b2-4fd2-9578-47bf4d93035b",
            "generatedFromUUID": "acaadd6e-bb35-45ce-a539-0aa488a9e7c1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a467ecd8-73b2-4fd2-9578-47bf4d93035b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNturce-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
      "artifactChecksum": "MjU5NDM0MmJkMTIxZDdjOWEyYWQwMTFhMDY5OTMxNzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3dc962ea-854f-4e23-be26-57c534996768"
    }
  ],
  "workloadContext": "Production"
}
2021-05-15T05:12:05.035Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-15T05:12:05.036Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b102dc5b-1012-41e9-a57a-254c32ba963c ASDC
2021-05-15T05:12:05.173Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:1960e1cc-a769-465b-913d-fc7f80b60695
ServiceName:basic_onboard_NTuRCE
ServiceVersion:1.0
ServiceUUID:b102dc5b-1012-41e9-a57a-254c32ba963c
ServiceInvariantUUID:41908bcb-1865-4fcd-8e3b-aca57aadc7bb
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNturce-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar
ArtifactUUID:3dc962ea-854f-4e23-be26-57c534996768
ArtifactChecksum:MjU5NDM0MmJkMTIxZDdjOWEyYWQwMTFhMDY5OTMxNzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NTuRCE 0
ResourceCustomizationUUID:7bee6086-3b1d-4a08-96ca-b21e413a270f
ResourceInvariantUUID:785760ae-a298-4531-bc6e-d651e0e6b837
ResourceName:basic_onboard_NTuRCE
ResourceType:VF
ResourceUUID:5c95aa24-cd20-4769-82ab-7fe7ff3c47ee
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nturce0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json
ArtifactUUID:c10468c9-00cb-497a-baf2-9dbac6e30fc5
ArtifactChecksum:NThjMjc0ZjliYzZhZjY2OTlhNjE0N2U0NWJkZWNjOTE=
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/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml
ArtifactUUID:acaadd6e-bb35-45ce-a539-0aa488a9e7c1
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/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env
ArtifactUUID:a467ecd8-73b2-4fd2-9578-47bf4d93035b
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/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env
ArtifactUUID:a467ecd8-73b2-4fd2-9578-47bf4d93035b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-15T05:12:05.174Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b102dc5b-1012-41e9-a57a-254c32ba963c 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-15T05:12:05.251Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T05:12:05.253Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-15T05:12:05.253Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-15T05:12:05.254Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3dc962ea-854f-4e23-be26-57c534996768 from URL: /sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar
2021-05-15T05:12:05.254Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-15T05:12:05.255Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar
2021-05-15T05:12:06.014Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-15T05:12:06.090Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar 3dc962ea-854f-4e23-be26-57c534996768 74786
2021-05-15T05:12:06.091Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar ASDC sendASDCNotification
2021-05-15T05:12:06.091Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar
2021-05-15T05:12:06.149Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:12:06.150Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:12:06.152Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:12:06.152Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055526091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:12:06.252Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:12:06.253Z||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-15T05:12:06.253Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:12:06.264Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:12:06.264Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:12:07.153Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T05:12:07.154Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-15T05:12:07.154Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3dc962ea-854f-4e23-be26-57c534996768, URL: /sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar to file: /app/ASDC/1/service-BasicOnboardNturce-csar.csar
2021-05-15T05:12:07.155Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNturce-csar.csar
2021-05-15T05:12:07.981Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNturce-csar.csar
2021-05-15T05:12:07.982Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNturce-csar.csar
2021-05-15T05:12:08.448Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5997837581687969771/Definitions/service-BasicOnboardNturce-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-15T05:12:09.988Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-15T05:12:09.993Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-15T05:12:09.993Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNturce-csar.csar
2021-05-15T05:12:09.993Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-15T05:12:09.993Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_NTuRCE 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNturce-csar.csar
2021-05-15T05:12:09.993Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardNturce-csar.csar
2021-05-15T05:12:09.993Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNturce-csar.csar
2021-05-15T05:12:09.993Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNturce-csar.csar
2021-05-15T05:12:09.993Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNturce-csar.csar
2021-05-15T05:12:09.994Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNturce-csar.csar
2021-05-15T05:12:09.994Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNturce-csar.csar
2021-05-15T05:12:09.994Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNturce-csar.csar
2021-05-15T05:12:09.994Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardNturce-csar.csar
2021-05-15T05:12:09.994Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_NTuRCE 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-BasicOnboardNturce-csar.csar
2021-05-15T05:12:09.994Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-15T05:12:10.000Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:12:10.002Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:12:10.005Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NTuRCE 0 is matching search criteria
2021-05-15T05:12:10.005Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-15T05:12:10.007Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NTuRCE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T05:12:10.008Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:12:10.008Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:12:10.009Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NTuRCE 0 is matching search criteria
2021-05-15T05:12:10.009Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-15T05:12:10.009Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NTuRCE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T05:12:10.009Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:12:10.009Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:12:10.012Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:12:10.013Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NTuRCE 0 is not matching search criteria
2021-05-15T05:12:10.013Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-05-15T05:12:10.013Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-05-15T05:12:10.013Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-05-15T05:12:10.013Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-15T05:12:10.013Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-15T05:12:10.014Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:12:10.014Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T05:12:10.015Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:12:10.015Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NTuRCE 0 is matching search criteria
2021-05-15T05:12:10.015Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NTuRCE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:12:10.015Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:12:10.016Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NTuRCE 0 is matching search criteria
2021-05-15T05:12:10.016Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NTuRCE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:12:10.016Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:12:10.016Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NTuRCE 0 is matching search criteria
2021-05-15T05:12:10.016Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NTuRCE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:12:10.017Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:12:10.017Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NTuRCE 0 is not matching search criteria
2021-05-15T05:12:10.017Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-15T05:12:10.017Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-15T05:12:10.017Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8b451baa-3a9a-44e9-a7af-fa6a62eff62e
2021-05-15T05:12:10.017Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:12:10.017Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:12:10.017Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:12:10.018Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:12:10.018Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:12:10.018Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:12:10.018Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:12:10.018Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:12:10.018Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_NTuRCE
Description:service
Model UUID:b102dc5b-1012-41e9-a57a-254c32ba963c
Model Version:NULL
Model InvariantUuid:41908bcb-1865-4fcd-8e3b-aca57aadc7bb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_NTuRCE
Model UUID:161739c0-34de-487a-af8f-b140f77395ba
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:785760ae-a298-4531-bc6e-d651e0e6b837
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7bee6086-3b1d-4a08-96ca-b21e413a270f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ec63b565-125e-4103-af91-ee3e8a268b8c
ModelName:BasicOnboardNturce..base_ubuntu18..module-0
ModelUuid:abf1c6fe-aece-45b8-b1a5-6f6285480b76
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8b451baa-3a9a-44e9-a7af-fa6a62eff62e
ModelInvariantUuid:682674af-eb09-46dd-b619-53e10db1c8c3
ModelName:basic_onboard_NTuRCE-nodes.ubuntu18Cvfc
ModelUuid:3d0fc005-b8da-4242-80cb-28520ad49099
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:96299650-f9c8-4f6d-aa2e-c826bca8a99a
ModelInvariantUuid:922519a9-9ee8-47e2-af03-ff95c0c78b93
ModelName:BasicOnboardNturce.compute.nodes.heat.ubuntu18
ModelUuid:71ff5cdc-2dfa-493d-ad01-1557c828f858
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-15T05:12:10.034Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 5c95aa24-cd20-4769-82ab-7fe7ff3c47ee
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-15T05:12:10.432Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||basic_onboard_NTuRCE 0
2021-05-15T05:12:10.438Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5c95aa24-cd20-4769-82ab-7fe7ff3c47ee
2021-05-15T05:12:10.438Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c10468c9-00cb-497a-baf2-9dbac6e30fc5 from URL: /sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json
2021-05-15T05:12:10.438Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-15T05:12:10.438Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json
2021-05-15T05:12:11.220Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-15T05:12:11.221Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json c10468c9-00cb-497a-baf2-9dbac6e30fc5 798
2021-05-15T05:12:11.221Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json ASDC sendASDCNotification
2021-05-15T05:12:11.221Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json
2021-05-15T05:12:11.221Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:12:11.221Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:12:11.223Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:12:11.223Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055531221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:12:11.324Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:12:11.325Z||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-15T05:12:11.325Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:12:11.334Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:12:11.335Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:12:12.225Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNturce..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ec63b565-125e-4103-af91-ee3e8a268b8c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "abf1c6fe-aece-45b8-b1a5-6f6285480b76",
    "vfModuleModelCustomizationUUID": "82826cf6-b1df-464c-b8d3-f85e08570606",
    "isBase": true,
    "artifacts": [
      "acaadd6e-bb35-45ce-a539-0aa488a9e7c1",
      "a467ecd8-73b2-4fd2-9578-47bf4d93035b"
    ],
    "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-15T05:12:12.267Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNturce..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:abf1c6fe-aece-45b8-b1a5-6f6285480b76
VfModuleModelInvariantUUID:ec63b565-125e-4103-af91-ee3e8a268b8c
VfModuleModelDescription:NULL
Artifacts UUID List:{
acaadd6e-bb35-45ce-a539-0aa488a9e7c1
,
a467ecd8-73b2-4fd2-9578-47bf4d93035b

}
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-15T05:12:12.270Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNturce..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ec63b565-125e-4103-af91-ee3e8a268b8c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "abf1c6fe-aece-45b8-b1a5-6f6285480b76",
    "vfModuleModelCustomizationUUID": "82826cf6-b1df-464c-b8d3-f85e08570606",
    "isBase": true,
    "artifacts": [
      "acaadd6e-bb35-45ce-a539-0aa488a9e7c1",
      "a467ecd8-73b2-4fd2-9578-47bf4d93035b"
    ],
    "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-15T05:12:12.270Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNturce..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:abf1c6fe-aece-45b8-b1a5-6f6285480b76
VfModuleModelInvariantUUID:ec63b565-125e-4103-af91-ee3e8a268b8c
VfModuleModelDescription:NULL
Artifacts UUID List:{
acaadd6e-bb35-45ce-a539-0aa488a9e7c1
,
a467ecd8-73b2-4fd2-9578-47bf4d93035b

}
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-15T05:12:12.270Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: acaadd6e-bb35-45ce-a539-0aa488a9e7c1 from URL: /sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml
2021-05-15T05:12:12.270Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-15T05:12:12.270Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml
2021-05-15T05:12:13.106Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-15T05:12:13.107Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml acaadd6e-bb35-45ce-a539-0aa488a9e7c1 5033
2021-05-15T05:12:13.107Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-15T05:12:13.107Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml
2021-05-15T05:12:13.108Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:12:13.108Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:12:13.110Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:12:13.110Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055533107,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:12:13.210Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:12:13.211Z||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-15T05:12:13.211Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:12:13.221Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:12:13.221Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:12:14.111Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a467ecd8-73b2-4fd2-9578-47bf4d93035b from URL: /sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env
2021-05-15T05:12:14.111Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-15T05:12:14.111Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env
2021-05-15T05:12:15.114Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-15T05:12:15.114Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env a467ecd8-73b2-4fd2-9578-47bf4d93035b 909
2021-05-15T05:12:15.114Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-15T05:12:15.115Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env
2021-05-15T05:12:15.115Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:12:15.115Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:12:15.117Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:12:15.117Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055535114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:12:15.217Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:12:15.218Z||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-15T05:12:15.218Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:12:15.228Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:12:15.229Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-15T05:12:16.117Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: b102dc5b-1012-41e9-a57a-254c32ba963c
2021-05-15T05:12:16.118Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_NTuRCE 0 5c95aa24-cd20-4769-82ab-7fe7ff3c47ee 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-15T05:12:16.145Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:12:16.145Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:12:16.146Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-05-15T05:12:16.146Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 7bee6086-3b1d-4a08-96ca-b21e413a270f
2021-05-15T05:12:16.146Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7bee6086-3b1d-4a08-96ca-b21e413a270f matches Tosca VF Customization UUID: 7bee6086-3b1d-4a08-96ca-b21e413a270f
2021-05-15T05:12:16.146Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 7bee6086-3b1d-4a08-96ca-b21e413a270f  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-15T05:12:16.151Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:12:16.152Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:12:16.153Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 7bee6086-3b1d-4a08-96ca-b21e413a270f: {\"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-15T05:12:16.153Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d5169be
2021-05-15T05:12:16.153Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:12:16.153Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T05:12:16.154Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 82826cf6-b1df-464c-b8d3-f85e08570606
2021-05-15T05:12:16.155Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 82826cf6-b1df-464c-b8d3-f85e08570606
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-15T05:12:16.160Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:12:16.160Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NTuRCE 0 is matching search criteria
2021-05-15T05:12:16.160Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NTuRCE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:12:16.161Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:12:16.161Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NTuRCE 0 is matching search criteria
2021-05-15T05:12:16.161Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NTuRCE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:12:16.161Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:12:16.162Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NTuRCE 0 is not matching search criteria
2021-05-15T05:12:16.162Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-15T05:12:16.162Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-15T05:12:16.162Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8b451baa-3a9a-44e9-a7af-fa6a62eff62e
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-15T05:12:16.169Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:12:16.169Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NTuRCE 0 is matching search criteria
2021-05-15T05:12:16.169Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NTuRCE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:12:16.169Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:12:16.169Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NTuRCE 0 is matching search criteria
2021-05-15T05:12:16.170Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NTuRCE 0] matching following query criteria: sdcType=VF, customizationUUID=7bee6086-3b1d-4a08-96ca-b21e413a270f
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-15T05:12:16.172Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:12:16.172Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:12:16.172Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid b102dc5b-1012-41e9-a57a-254c32ba963c: basic_onboard_NTuRCE
2021-05-15T05:12:16.172Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:12:16.172Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:12:16.173Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:12:16.173Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:12:16.173Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:12:16.173Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:12:16.173Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:12:16.173Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:12:16.174Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:12:16.174Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:12:16.174Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_NTuRCE 
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-15T05:12:16.351Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_NTuRCE 5c95aa24-cd20-4769-82ab-7fe7ff3c47ee 1 ASDC deployResourceStructure
2021-05-15T05:12:16.351Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json ASDC sendASDCNotification
2021-05-15T05:12:16.351Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json
2021-05-15T05:12:16.352Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:12:16.352Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:12:16.353Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:12:16.354Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055536351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T05:12:16.458Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-05-15T05:12:16.459Z||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-15T05:12:16.459Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:12:16.469Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:12:16.470Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:12:17.355Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-15T05:12:17.355Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml
2021-05-15T05:12:17.355Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:12:17.355Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:12:17.357Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:12:17.357Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055537355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-05-15T05:12:17.457Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:12:17.458Z||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-15T05:12:17.458Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:12:17.469Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:12:17.469Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:12:18.358Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-15T05:12:18.358Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env
2021-05-15T05:12:18.358Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:12:18.358Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:12:18.360Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:12:18.360Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055538357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-05-15T05:12:18.460Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:12:18.461Z||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-15T05:12:18.462Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:12:18.471Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:12:18.471Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:12:19.361Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar ASDC sendASDCNotification
2021-05-15T05:12:19.361Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar
2021-05-15T05:12:19.361Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:12:19.362Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:12:19.363Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:12:19.364Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055539361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:12:19.464Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:12:19.465Z||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-15T05:12:19.465Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:12:19.474Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:12:19.475Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:12:20.365Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1960e1cc-a769-465b-913d-fc7f80b60695
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:12:20.379Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1960e1cc-a769-465b-913d-fc7f80b60695
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-15T05:12:20.383Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T05:12:20.383Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-15T05:12:20.383Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-15T05:12:20.383Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-15T05:12:20.383Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:12:20.383Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:12:20.383Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:12:20.384Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:12:20.384Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:12:20.384Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:12:20.384Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T05:12:20.388Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-15T05:12:50.389Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1960e1cc-a769-465b-913d-fc7f80b60695 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-15T05:12:50.397Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1960e1cc-a769-465b-913d-fc7f80b60695 and serviceModelVersionId: b102dc5b-1012-41e9-a57a-254c32ba963c
2021-05-15T05:12:50.398Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 41908bcb-1865-4fcd-8e3b-aca57aadc7bb
2021-05-15T05:12:57.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:12:57.172Z||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-15T05:12:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:12:57.293Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:12:57.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:12:57.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055517169,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:12:57.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:08.185Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/41908bcb-1865-4fcd-8e3b-aca57aadc7bb/model-vers/model-ver/b102dc5b-1012-41e9-a57a-254c32ba963c?depth=0
2021-05-15T05:13:08.306Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-05-15T05:13:09.089Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41908bcb-1865-4fcd-8e3b-aca57aadc7bb/model-vers/model-ver/b102dc5b-1012-41e9-a57a-254c32ba963c?depth=0|INFO|500||Invoke
2021-05-15T05:13:09.097Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41908bcb-1865-4fcd-8e3b-aca57aadc7bb/model-vers/model-ver/b102dc5b-1012-41e9-a57a-254c32ba963c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41908bcb-1865-4fcd-8e3b-aca57aadc7bb/model-vers/model-ver/b102dc5b-1012-41e9-a57a-254c32ba963c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1960e1cc-a769-465b-913d-fc7f80b60695], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e94d4564-c481-453c-a11e-76fd9f8c0dc7], X-ECOMP-RequestID=[1960e1cc-a769-465b-913d-fc7f80b60695], X-TransactionId=[], X-ONAP-RequestID=[1960e1cc-a769-465b-913d-fc7f80b60695], Content-Type=[application/merge-patch+json]}
2021-05-15T05:13:09.263Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41908bcb-1865-4fcd-8e3b-aca57aadc7bb/model-vers/model-ver/b102dc5b-1012-41e9-a57a-254c32ba963c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-15T05:13:09.420Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41908bcb-1865-4fcd-8e3b-aca57aadc7bb/model-vers/model-ver/b102dc5b-1012-41e9-a57a-254c32ba963c?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/41908bcb-1865-4fcd-8e3b-aca57aadc7bb/model-vers/model-ver/b102dc5b-1012-41e9-a57a-254c32ba963c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210515-05:13:09:272-73981], vertex-id=[188488], Content-Length=[0], Date=[Sat, 15 May 2021 05:13:09 GMT], Content-Type=[application/json]}
2021-05-15T05:13:09.421Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41908bcb-1865-4fcd-8e3b-aca57aadc7bb/model-vers/model-ver/b102dc5b-1012-41e9-a57a-254c32ba963c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-15T05:13:09.422Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41908bcb-1865-4fcd-8e3b-aca57aadc7bb/model-vers/model-ver/b102dc5b-1012-41e9-a57a-254c32ba963c?depth=0|INFO|500||InvokeReturn
2021-05-15T05:13:09.425Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-15T05:13:09.425Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||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-15T05:13:09.432Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-05-15T05:13:09.440Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1960e1cc-a769-465b-913d-fc7f80b60695 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-15T05:13:09.441Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-15T05:13:09.441Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:13:09.443Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:13:09.443Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055589440,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T05:13:09.544Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:13:09.545Z||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-15T05:13:09.545Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:09.554Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:13:09.555Z||pool-18-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-15T05:13:10.458Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:13:10.459Z|1960e1cc-a769-465b-913d-fc7f80b60695|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-15T05:13:10.459Z|1960e1cc-a769-465b-913d-fc7f80b60695|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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:11.088Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:13:11.089Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T05:13:11.089Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"9ed260b1-1fef-4bb3-a7d8-0149c16f58c6","serviceName":"vFW 2021-05-15 05-10-43","serviceVersion":"1.0","serviceUUID":"7dcaca60-635a-4a19-a9da-e625d981112f","serviceDescription":"catalog service description","serviceInvariantUUID":"ea31398f-661f-4e8f-b8f1-e3a961e9304f","resources":[{"resourceInstanceName":"vFW 106a4c0d-8abd 0","resourceName":"vFW 106a4c0d-8abd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"79058558-36bb-4dc8-a4a8-5d2e085bae77","resourceInvariantUUID":"df98fc2f-e2d7-4ce9-89ff-a939cb522469","resourceCustomizationUUID":"22e8943d-8b2e-4882-8ca0-c018116498bc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vf-license-model.xml","artifactChecksum":"ZWJiOWIwZjM3YzVmN2FjMThiYWIwMDNhZGJkODdkYzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d0e05bf4-2285-40f0-b740-0a1cf421cb01","artifactVersion":"1"},{"artifactName":"vfw106a4c0d8abd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json","artifactChecksum":"M2ExMjU5NjE2NGFjZTQ2YTFjN2JhZDg0MDI2YmI0NDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"637a9cb4-4b51-4269-afe0-e545871227d1","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cab91fb7-a4d8-4ad5-8b9f-94e0b3a28b68","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vendor-license-model.xml","artifactChecksum":"YzliODJmYTAxNjdmZmMxMDYyYTZiNTgyZTU2MmVlYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1d88d914-9775-4051-b2f8-846bc95d6133","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0d00a05b-cf9e-43f5-b99d-f396bd16b26a","artifactVersion":"2","generatedFromUUID":"cab91fb7-a4d8-4ad5-8b9f-94e0b3a28b68"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210515051043-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-template.yml","artifactChecksum":"NTk3NWMwNGM5ZWEyYjgyODY3M2Q4MWFiYjk5NWI1YzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dbad7fd8-0970-480e-ad79-f5721f2623a3","artifactVersion":"1"},{"artifactName":"service-Vfw20210515051043-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar","artifactChecksum":"NzRmOGE1N2Q2NzE2NTc5ZmZkYTEzNzllNjFjYjUzNjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3d4dbfa0-a312-4cd9-9f59-69737b91c451","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-15T05:13:11.093Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:13:11.094Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:13:11.096Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:13:11.096Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055590458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:11.196Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:13:11.197Z||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-15T05:13:11.197Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:11.208Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:13:11.208Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:13:12.096Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:13:12.097Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:13:12.099Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:13:12.099Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055590458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:13:12.199Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:13:12.200Z||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-15T05:13:12.201Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:12.213Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:13:12.214Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:13:13.100Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:13:13.101Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:13:13.102Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:13:13.102Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055590458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:13:13.203Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:13:13.203Z||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-15T05:13:13.204Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:13.214Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:13:13.215Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:13:14.103Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:13:14.104Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:13:14.106Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:13:14.107Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055590458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:14.207Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:13:14.208Z||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-15T05:13:14.208Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:14.219Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:13:14.219Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:13:15.107Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:13:15.108Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:13:15.110Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:13:15.110Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055590458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-15T05:13:15.210Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:13:15.211Z||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-15T05:13:15.211Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:15.221Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:13:15.221Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-15T05:13:16.110Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:13:16.111Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:13:16.113Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:13:16.113Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055590458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:16.213Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:13:16.215Z||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-15T05:13:16.215Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:16.226Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:13:16.226Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:13:17.113Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:13:17.114Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:13:17.116Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:13:17.116Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055590458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:13:17.216Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:13:17.217Z||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-15T05:13:17.218Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:17.228Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:13:17.229Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-15T05:13:18.118Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "serviceName": "vFW 2021-05-15 05-10-43",
  "serviceVersion": "1.0",
  "serviceUUID": "7dcaca60-635a-4a19-a9da-e625d981112f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ea31398f-661f-4e8f-b8f1-e3a961e9304f",
  "resources": [
    {
      "resourceInstanceName": "vFW 106a4c0d-8abd 0",
      "resourceCustomizationUUID": "22e8943d-8b2e-4882-8ca0-c018116498bc",
      "resourceName": "vFW 106a4c0d-8abd",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "79058558-36bb-4dc8-a4a8-5d2e085bae77",
      "resourceInvariantUUID": "df98fc2f-e2d7-4ce9-89ff-a939cb522469",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw106a4c0d8abd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
          "artifactChecksum": "M2ExMjU5NjE2NGFjZTQ2YTFjN2JhZDg0MDI2YmI0NDc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "637a9cb4-4b51-4269-afe0-e545871227d1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cab91fb7-a4d8-4ad5-8b9f-94e0b3a28b68",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0d00a05b-cf9e-43f5-b99d-f396bd16b26a",
            "generatedFromUUID": "cab91fb7-a4d8-4ad5-8b9f-94e0b3a28b68"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0d00a05b-cf9e-43f5-b99d-f396bd16b26a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210515051043-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
      "artifactChecksum": "NzRmOGE1N2Q2NzE2NTc5ZmZkYTEzNzllNjFjYjUzNjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3d4dbfa0-a312-4cd9-9f59-69737b91c451"
    }
  ],
  "workloadContext": "Production"
}
2021-05-15T05:13:18.118Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-15T05:13:18.118Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7dcaca60-635a-4a19-a9da-e625d981112f ASDC
2021-05-15T05:13:18.118Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
ServiceName:vFW 2021-05-15 05-10-43
ServiceVersion:1.0
ServiceUUID:7dcaca60-635a-4a19-a9da-e625d981112f
ServiceInvariantUUID:ea31398f-661f-4e8f-b8f1-e3a961e9304f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210515051043-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar
ArtifactUUID:3d4dbfa0-a312-4cd9-9f59-69737b91c451
ArtifactChecksum:NzRmOGE1N2Q2NzE2NTc5ZmZkYTEzNzllNjFjYjUzNjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 106a4c0d-8abd 0
ResourceCustomizationUUID:22e8943d-8b2e-4882-8ca0-c018116498bc
ResourceInvariantUUID:df98fc2f-e2d7-4ce9-89ff-a939cb522469
ResourceName:vFW 106a4c0d-8abd
ResourceType:VF
ResourceUUID:79058558-36bb-4dc8-a4a8-5d2e085bae77
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw106a4c0d8abd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json
ArtifactUUID:637a9cb4-4b51-4269-afe0-e545871227d1
ArtifactChecksum:M2ExMjU5NjE2NGFjZTQ2YTFjN2JhZDg0MDI2YmI0NDc=
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/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml
ArtifactUUID:cab91fb7-a4d8-4ad5-8b9f-94e0b3a28b68
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/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env
ArtifactUUID:0d00a05b-cf9e-43f5-b99d-f396bd16b26a
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/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env
ArtifactUUID:0d00a05b-cf9e-43f5-b99d-f396bd16b26a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-15T05:13:18.119Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7dcaca60-635a-4a19-a9da-e625d981112f 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-15T05:13:18.148Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T05:13:18.149Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-15T05:13:18.149Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-15T05:13:18.149Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3d4dbfa0-a312-4cd9-9f59-69737b91c451 from URL: /sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:18.149Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-15T05:13:18.149Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:19.416Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-15T05:13:19.423Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar 3d4dbfa0-a312-4cd9-9f59-69737b91c451 110003
2021-05-15T05:13:19.423Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar ASDC sendASDCNotification
2021-05-15T05:13:19.423Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:19.423Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:13:19.424Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:13:19.427Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:13:19.428Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055599423,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:13:19.528Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:13:19.529Z||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-15T05:13:19.529Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:19.539Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:13:19.540Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:13:20.428Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T05:13:20.429Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-15T05:13:20.430Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3d4dbfa0-a312-4cd9-9f59-69737b91c451, URL: /sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar to file: /app/ASDC/1/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:20.430Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210515051043-csar.csar
2021-05-15T05:13:20.430Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:20.430Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:20.613Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14992820993694824124/Definitions/service-Vfw20210515051043-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_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
2021-05-15T05:13:22.812Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-15T05:13:22.813Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-15T05:13:22.813Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:22.813Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-05-15T05:13:22.813Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:22.813Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:22.813Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:22.813Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:22.814Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:22.814Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:22.814Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:22.814Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:22.814Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:22.814Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:22.814Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 106a4c0d-8abd 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-Vfw20210515051043-csar.csar
2021-05-15T05:13:22.814Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:22.814Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:22.814Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 106a4c0d-8abd 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:22.814Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-15T05:13:22.815Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:22.815Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:13:22.815Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is matching search criteria
2021-05-15T05:13:22.815Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-15T05:13:22.815Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 106a4c0d-8abd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T05:13:22.816Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:22.816Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:13:22.816Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is matching search criteria
2021-05-15T05:13:22.816Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-15T05:13:22.816Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 106a4c0d-8abd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T05:13:22.816Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:22.817Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:13:22.817Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:22.817Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is not matching search criteria
2021-05-15T05:13:22.817Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-15T05:13:22.817Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-15T05:13:22.817Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-15T05:13:22.818Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-15T05:13:22.818Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-15T05:13:22.818Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-15T05:13:22.818Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T05:13:22.818Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-15T05:13:22.818Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-15T05:13:22.818Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-15T05:13:22.818Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-15T05:13:22.819Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-15T05:13:22.819Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-15T05:13:22.819Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-15T05:13:22.819Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T05:13:22.819Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-15T05:13:22.819Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:22.819Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T05:13:22.820Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:22.820Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is matching search criteria
2021-05-15T05:13:22.820Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 106a4c0d-8abd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:13:22.820Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:22.820Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is matching search criteria
2021-05-15T05:13:22.820Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 106a4c0d-8abd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:13:22.821Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:22.821Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is matching search criteria
2021-05-15T05:13:22.821Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 106a4c0d-8abd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:13:22.821Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:22.821Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is not matching search criteria
2021-05-15T05:13:22.821Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-15T05:13:22.821Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-15T05:13:22.822Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-15T05:13:22.822Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-15T05:13:22.822Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-15T05:13:22.822Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-15T05:13:22.822Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-15T05:13:22.822Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-15T05:13:22.822Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-15T05:13:22.822Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-15T05:13:22.823Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T05:13:22.823Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54d00ea2-3926-4545-99ef-d16ad71d8f2d
2021-05-15T05:13:22.823Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:22.823Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is not matching search criteria
2021-05-15T05:13:22.823Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-15T05:13:22.823Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-15T05:13:22.823Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-15T05:13:22.824Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-15T05:13:22.824Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-15T05:13:22.824Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-15T05:13:22.824Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T05:13:22.824Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-15T05:13:22.824Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-15T05:13:22.824Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-15T05:13:22.825Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-15T05:13:22.825Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T05:13:22.825Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3e3a842c-6f7d-44ee-ba64-f41b91840f43
2021-05-15T05:13:22.825Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:22.825Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is not matching search criteria
2021-05-15T05:13:22.825Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-15T05:13:22.825Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-15T05:13:22.826Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-15T05:13:22.826Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-15T05:13:22.826Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-15T05:13:22.826Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-15T05:13:22.826Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T05:13:22.826Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-15T05:13:22.826Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-15T05:13:22.826Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-15T05:13:22.827Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-15T05:13:22.827Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-15T05:13:22.827Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=24505cb5-879b-4c73-93a0-4a1c7747694d
2021-05-15T05:13:22.827Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:22.827Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:13:22.827Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:22.827Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:13:22.828Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:22.828Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:13:22.828Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:22.828Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:13:22.828Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-05-15 05-10-43
Description:catalog service description
Model UUID:7dcaca60-635a-4a19-a9da-e625d981112f
Model Version:NULL
Model InvariantUuid:ea31398f-661f-4e8f-b8f1-e3a961e9304f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 106a4c0d-8abd
Model UUID:1a8c95db-cb0e-4fdc-80ca-d060eecc9cf1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:df98fc2f-e2d7-4ce9-89ff-a939cb522469
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:22e8943d-8b2e-4882-8ca0-c018116498bc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2718b59d-44b1-495d-b097-d76f1253e1a4
ModelName:Vfw106a4c0d8abd..base_vfw..module-0
ModelUuid:3b16040a-08de-430c-a1fc-6b70e0e4de74
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54d00ea2-3926-4545-99ef-d16ad71d8f2d
ModelInvariantUuid:50e57bb2-6448-40f5-b019-4543f7455bf0
ModelName:vFW 106a4c0d-8abd-nodes.vfwCvfc
ModelUuid:b62ab7a8-118b-481a-8bc8-d524750dd2f1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:5473b5de-e169-4aa8-bb40-452d87fa4dd7
ModelInvariantUuid:1ba10394-0820-4699-9ab9-6bce9bce2f24
ModelName:Vfw106a4c0d8abd.compute.nodes.heat.vfw
ModelUuid:564ba8b5-ab3e-497a-88a2-9ae8a76e3077
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3e3a842c-6f7d-44ee-ba64-f41b91840f43
ModelInvariantUuid:1c8fa54d-79eb-48fb-b46f-5c3f68223016
ModelName:vFW 106a4c0d-8abd-nodes.vsnCvfc
ModelUuid:7243c62a-2ad6-4ddc-8c9e-d3dc825075fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:cc18b9e8-f574-4e3a-afba-38663b6ace56
ModelInvariantUuid:059dfdea-806d-4ed4-a364-dacc0940be51
ModelName:Vfw106a4c0d8abd.compute.nodes.heat.vsn
ModelUuid:fbb0d560-5f51-4a93-93a1-6891f9fcf65b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:24505cb5-879b-4c73-93a0-4a1c7747694d
ModelInvariantUuid:d110cf70-1d9c-4801-a356-2ba4907ede30
ModelName:vFW 106a4c0d-8abd-nodes.vpgCvfc
ModelUuid:be0b40b7-5b24-40f2-8800-b4f1ec732868
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:32c5f070-4c81-4dda-a36a-727b41bfcfce
ModelInvariantUuid:73668386-5a7e-4dc3-bd06-80c597143a8e
ModelName:Vfw106a4c0d8abd.compute.nodes.heat.vpg
ModelUuid:7b9a8bce-3263-47bf-8ded-548c033b037a
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-15T05:13:22.834Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 79058558-36bb-4dc8-a4a8-5d2e085bae77
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-15T05:13:22.836Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||vFW 106a4c0d-8abd 0
2021-05-15T05:13:22.836Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 79058558-36bb-4dc8-a4a8-5d2e085bae77
2021-05-15T05:13:22.836Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 637a9cb4-4b51-4269-afe0-e545871227d1 from URL: /sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json
2021-05-15T05:13:22.836Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-15T05:13:22.837Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json
2021-05-15T05:13:23.657Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-15T05:13:23.658Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json 637a9cb4-4b51-4269-afe0-e545871227d1 785
2021-05-15T05:13:23.658Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json ASDC sendASDCNotification
2021-05-15T05:13:23.659Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json
2021-05-15T05:13:23.659Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:13:23.659Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:13:23.662Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:13:23.662Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055603658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:13:23.762Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:13:23.763Z||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-15T05:13:23.763Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:23.773Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:13:23.774Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-15T05:13:24.663Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw106a4c0d8abd..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2718b59d-44b1-495d-b097-d76f1253e1a4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3b16040a-08de-430c-a1fc-6b70e0e4de74",
    "vfModuleModelCustomizationUUID": "6a8d2593-581a-4c85-9c86-389777df4469",
    "isBase": true,
    "artifacts": [
      "cab91fb7-a4d8-4ad5-8b9f-94e0b3a28b68",
      "0d00a05b-cf9e-43f5-b99d-f396bd16b26a"
    ],
    "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-15T05:13:24.666Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw106a4c0d8abd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3b16040a-08de-430c-a1fc-6b70e0e4de74
VfModuleModelInvariantUUID:2718b59d-44b1-495d-b097-d76f1253e1a4
VfModuleModelDescription:NULL
Artifacts UUID List:{
cab91fb7-a4d8-4ad5-8b9f-94e0b3a28b68
,
0d00a05b-cf9e-43f5-b99d-f396bd16b26a

}
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-15T05:13:24.669Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw106a4c0d8abd..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2718b59d-44b1-495d-b097-d76f1253e1a4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3b16040a-08de-430c-a1fc-6b70e0e4de74",
    "vfModuleModelCustomizationUUID": "6a8d2593-581a-4c85-9c86-389777df4469",
    "isBase": true,
    "artifacts": [
      "cab91fb7-a4d8-4ad5-8b9f-94e0b3a28b68",
      "0d00a05b-cf9e-43f5-b99d-f396bd16b26a"
    ],
    "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-15T05:13:24.669Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw106a4c0d8abd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3b16040a-08de-430c-a1fc-6b70e0e4de74
VfModuleModelInvariantUUID:2718b59d-44b1-495d-b097-d76f1253e1a4
VfModuleModelDescription:NULL
Artifacts UUID List:{
cab91fb7-a4d8-4ad5-8b9f-94e0b3a28b68
,
0d00a05b-cf9e-43f5-b99d-f396bd16b26a

}
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-15T05:13:24.669Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cab91fb7-a4d8-4ad5-8b9f-94e0b3a28b68 from URL: /sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml
2021-05-15T05:13:24.669Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-15T05:13:24.669Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml
2021-05-15T05:13:25.316Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-15T05:13:25.317Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml cab91fb7-a4d8-4ad5-8b9f-94e0b3a28b68 20368
2021-05-15T05:13:25.317Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-15T05:13:25.317Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml
2021-05-15T05:13:25.318Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:13:25.318Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:13:25.320Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:13:25.320Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055605317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:13:25.420Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:13:25.421Z||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-15T05:13:25.421Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:25.432Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:13:25.432Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:13:26.321Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0d00a05b-cf9e-43f5-b99d-f396bd16b26a from URL: /sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env
2021-05-15T05:13:26.321Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-15T05:13:26.321Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env
2021-05-15T05:13:26.833Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-15T05:13:26.834Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env 0d00a05b-cf9e-43f5-b99d-f396bd16b26a 2098
2021-05-15T05:13:26.834Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-15T05:13:26.834Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env
2021-05-15T05:13:26.834Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:13:26.835Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:13:26.836Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:13:26.836Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055606834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:13:26.937Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-15T05:13:26.938Z||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-15T05:13:26.938Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:26.947Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:13:26.947Z||pool-29-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:13:27.837Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 7dcaca60-635a-4a19-a9da-e625d981112f
2021-05-15T05:13:27.838Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 106a4c0d-8abd 0 79058558-36bb-4dc8-a4a8-5d2e085bae77 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-15T05:13:27.854Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:27.854Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:13:27.854Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-05-15T05:13:27.854Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 22e8943d-8b2e-4882-8ca0-c018116498bc
2021-05-15T05:13:27.855Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 22e8943d-8b2e-4882-8ca0-c018116498bc matches Tosca VF Customization UUID: 22e8943d-8b2e-4882-8ca0-c018116498bc
2021-05-15T05:13:27.855Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 22e8943d-8b2e-4882-8ca0-c018116498bc  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-15T05:13:27.858Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:27.858Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:13:27.859Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 22e8943d-8b2e-4882-8ca0-c018116498bc: {\"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-15T05:13:27.859Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7633d41d
2021-05-15T05:13:27.859Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:27.860Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T05:13:27.860Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6a8d2593-581a-4c85-9c86-389777df4469
2021-05-15T05:13:27.860Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6a8d2593-581a-4c85-9c86-389777df4469
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-15T05:13:27.863Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:27.863Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is matching search criteria
2021-05-15T05:13:27.864Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 106a4c0d-8abd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:13:27.865Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:27.865Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is matching search criteria
2021-05-15T05:13:27.866Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 106a4c0d-8abd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:13:27.866Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:27.866Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is not matching search criteria
2021-05-15T05:13:27.866Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-15T05:13:27.867Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-15T05:13:27.867Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-15T05:13:27.867Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-15T05:13:27.867Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-15T05:13:27.868Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-15T05:13:27.868Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-15T05:13:27.868Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-15T05:13:27.869Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-15T05:13:27.869Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-15T05:13:27.869Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T05:13:27.869Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54d00ea2-3926-4545-99ef-d16ad71d8f2d
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-15T05:13:27.872Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:27.872Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is matching search criteria
2021-05-15T05:13:27.873Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 106a4c0d-8abd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:13:27.873Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:27.873Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is not matching search criteria
2021-05-15T05:13:27.874Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-15T05:13:27.874Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-15T05:13:27.874Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-15T05:13:27.874Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-15T05:13:27.875Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-15T05:13:27.875Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-15T05:13:27.875Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T05:13:27.875Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-15T05:13:27.876Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-15T05:13:27.876Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-15T05:13:27.876Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-15T05:13:27.876Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T05:13:27.877Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3e3a842c-6f7d-44ee-ba64-f41b91840f43
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-15T05:13:27.885Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:27.886Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is matching search criteria
2021-05-15T05:13:27.886Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 106a4c0d-8abd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:13:27.890Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:27.890Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is not matching search criteria
2021-05-15T05:13:27.890Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-15T05:13:27.890Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-15T05:13:27.891Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-15T05:13:27.891Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-15T05:13:27.891Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-15T05:13:27.892Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-15T05:13:27.892Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T05:13:27.892Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-15T05:13:27.893Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-15T05:13:27.893Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-15T05:13:27.893Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-15T05:13:27.893Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-15T05:13:27.894Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=24505cb5-879b-4c73-93a0-4a1c7747694d
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-15T05:13:27.896Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:27.897Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is matching search criteria
2021-05-15T05:13:27.897Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 106a4c0d-8abd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:13:27.897Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:27.898Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is matching search criteria
2021-05-15T05:13:27.898Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 106a4c0d-8abd 0] matching following query criteria: sdcType=VF, customizationUUID=22e8943d-8b2e-4882-8ca0-c018116498bc
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-15T05:13:27.900Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:27.900Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:13:27.900Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 7dcaca60-635a-4a19-a9da-e625d981112f: vFW 106a4c0d-8abd
2021-05-15T05:13:27.901Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:27.901Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:13:27.901Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:27.901Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:13:27.902Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:27.902Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:13:27.902Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:27.902Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:13:27.903Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:13:27.903Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:13:27.903Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-05-15 05-10-43 
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-15T05:13:28.043Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 106a4c0d-8abd 79058558-36bb-4dc8-a4a8-5d2e085bae77 1 ASDC deployResourceStructure
2021-05-15T05:13:28.043Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json ASDC sendASDCNotification
2021-05-15T05:13:28.043Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json
2021-05-15T05:13:28.043Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:13:28.044Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:13:28.045Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:13:28.046Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055608043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T05:13:28.146Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:13:28.147Z||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-15T05:13:28.147Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:28.160Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:13:28.160Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:13:29.047Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-15T05:13:29.047Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml
2021-05-15T05:13:29.047Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:13:29.048Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:13:29.050Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:13:29.051Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055609047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-05-15T05:13:29.151Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:13:29.152Z||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-15T05:13:29.152Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:29.162Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:13:29.163Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:13:30.052Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-15T05:13:30.052Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env
2021-05-15T05:13:30.052Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:13:30.052Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:13:30.054Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:13:30.054Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055610052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-05-15T05:13:30.154Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:13:30.156Z||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-15T05:13:30.156Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:30.166Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:13:30.166Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:13:31.055Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar ASDC sendASDCNotification
2021-05-15T05:13:31.056Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:31.056Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:13:31.056Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:13:31.058Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:13:31.058Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055611055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:13:31.158Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:13:31.159Z||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-15T05:13:31.160Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:31.170Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:13:31.170Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:13:32.059Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:13:32.069Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
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-15T05:13:32.071Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T05:13:32.071Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T05:13:32.071Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T05:13:57.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:13:57.173Z||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-15T05:13:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:57.190Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:13:57.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055517169,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:13:57.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055517169,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:13:57.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055517169,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055517169,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-15T05:13:57.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055517169,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055517169,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:13:57.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055526091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:13:57.194Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:13:57.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055531221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:13:57.194Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:13:57.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055533107,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:13:57.195Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:13:57.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055535114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:13:57.195Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:13:57.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055536351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T05:13:57.195Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:13:57.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055537355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-05-15T05:13:57.195Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:13:57.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055538357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-05-15T05:13:57.195Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:13:57.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055539361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:13:57.196Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:13:57.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621055565671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.197Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621055564084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.197Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621055563383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.197Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "cds",
  "timestamp": 1621055569329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "policy-id",
  "timestamp": 1621055564198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621055565671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:13:57.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621055564084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621055563383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:13:57.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "cds",
  "timestamp": 1621055569329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "policy-id",
  "timestamp": 1621055564198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621055564084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621055565671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:13:57.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621055563383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:13:57.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "cds",
  "timestamp": 1621055569329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "policy-id",
  "timestamp": 1621055564198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:13:57.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621055572861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621055565671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621055563383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621055564084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "cds",
  "timestamp": 1621055569329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "policy-id",
  "timestamp": 1621055564198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621055572861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:13:57.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621055563383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-15T05:13:57.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621055565671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-15T05:13:57.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "cds",
  "timestamp": 1621055569329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621055564084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "policy-id",
  "timestamp": 1621055564198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621055572861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:13:57.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621055565671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621055563383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621055564084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "cds",
  "timestamp": 1621055569329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "policy-id",
  "timestamp": 1621055564198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "dcae-sch",
  "timestamp": 1621055575425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621055572861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621055565671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:13:57.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621055564084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621055563383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:13:57.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "cds",
  "timestamp": 1621055569329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:13:57.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "policy-id",
  "timestamp": 1621055564198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:13:57.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:13:57.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "dcae-sch",
  "timestamp": 1621055575425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:14:02.071Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:14:02.082Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
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-15T05:14:02.084Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T05:14:02.085Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T05:14:02.085Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T05:14:32.085Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:14:32.097Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
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-15T05:14:32.099Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T05:14:32.099Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T05:14:32.099Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T05:14:57.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:14:57.172Z||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-15T05:14:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:14:57.189Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:14:57.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:14:57.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621055572861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-15T05:14:57.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:02.100Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:15:02.108Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
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-15T05:15:02.110Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T05:15:02.110Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T05:15:02.110Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T05:15:32.110Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:15:32.121Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
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-15T05:15:32.124Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T05:15:32.124Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T05:15:32.124Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T05:15:57.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:15:57.173Z||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-15T05:15:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:15:57.696Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:15:57.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "dcae-sch",
  "timestamp": 1621055575425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621055572861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "clamp",
  "timestamp": 1621055578058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "aai-ml",
  "timestamp": 1621055578331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "dcae-sch",
  "timestamp": 1621055575425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621055579120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.703Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "policy-id",
  "timestamp": 1621055579232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.704Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621055579457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.705Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621055572861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:15:57.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "cds",
  "timestamp": 1621055579565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.706Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "clamp",
  "timestamp": 1621055578058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:15:57.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "aai-ml",
  "timestamp": 1621055578331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "dcae-sch",
  "timestamp": 1621055575425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.707Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "policy-id",
  "timestamp": 1621055580239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:15:57.707Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "cds",
  "timestamp": 1621055580570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-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-15T05:15:57.714Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
2021-05-15T05:15:57.714Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6 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-15T05:15:57.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "clamp",
  "timestamp": 1621055578058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.725Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "aai-ml",
  "timestamp": 1621055578331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.725Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621055580966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.726Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "dcae-sch",
  "timestamp": 1621055575425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "policy-id",
  "timestamp": 1621055581241,
  "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-15T05:15:57.730Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
2021-05-15T05:15:57.730Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6 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-15T05:15:57.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621055581565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.738Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621055581664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.738Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "clamp",
  "timestamp": 1621055578058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "aai-ml",
  "timestamp": 1621055578331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "dcae-sch",
  "timestamp": 1621055575425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "clamp",
  "timestamp": 1621055578058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621055582722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.739Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "aai-ml",
  "timestamp": 1621055578331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621055583461,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.740Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621055583484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.740Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "clamp",
  "timestamp": 1621055578058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.741Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621055583726,
  "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-15T05:15:57.744Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
2021-05-15T05:15:57.744Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6 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-15T05:15:57.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "aai-ml",
  "timestamp": 1621055578331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.751Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621055584491,
  "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-15T05:15:57.755Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
2021-05-15T05:15:57.755Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6 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-15T05:15:57.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "clamp",
  "timestamp": 1621055578058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:15:57.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621055584729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T05:15:57.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "aai-ml",
  "timestamp": 1621055578331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:15:57.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621055585309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621055585494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T05:15:57.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621055586337,
  "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-15T05:15:57.767Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
2021-05-15T05:15:57.767Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6 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-15T05:15:57.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.772Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "aai-ml",
  "timestamp": 1621055586537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.773Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621055587339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T05:15:57.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.773Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621055587869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.773Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.773Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055589440,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T05:15:57.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.773Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621055587869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.774Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621055587869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.774Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055590458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.774Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621055587869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.774Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055590458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:15:57.775Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621055587869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.775Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055590458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:15:57.775Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621055587869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "clamp",
  "timestamp": 1621055594024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.776Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055590458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621055587869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:15:57.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "clamp",
  "timestamp": 1621055595043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:15:57.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055590458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-15T05:15:57.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "aai-ml",
  "timestamp": 1621055595253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:15:57.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "clamp",
  "timestamp": 1621055596046,
  "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-15T05:15:57.781Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
2021-05-15T05:15:57.781Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6 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-15T05:15:57.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055590458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "aai-ml",
  "timestamp": 1621055596256,
  "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-15T05:15:57.794Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
2021-05-15T05:15:57.795Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6 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-15T05:15:57.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621055597069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.801Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055590458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:15:57.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:15:57.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055599423,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.801Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621055600709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:15:57.802Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621055601713,
  "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-15T05:15:57.805Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
2021-05-15T05:15:57.805Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6 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-15T05:15:57.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055603658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.813Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055605317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.813Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055606834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.813Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055608043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T05:15:57.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055609047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-05-15T05:15:57.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055610052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-05-15T05:15:57.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055611055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:15:57.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:16:02.124Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:16:02.135Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
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-15T05:16:02.138Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T05:16:02.138Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-15T05:16:02.139Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-15T05:16:02.139Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-15T05:16:02.139Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:16:02.139Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:16:02.139Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:16:02.139Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:16:02.139Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:16:02.140Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:16:02.140Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T05:16:02.144Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-15T05:16:32.144Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6 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-15T05:16:32.151Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6 and serviceModelVersionId: 7dcaca60-635a-4a19-a9da-e625d981112f
2021-05-15T05:16:32.152Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea31398f-661f-4e8f-b8f1-e3a961e9304f
2021-05-15T05:16:32.153Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea31398f-661f-4e8f-b8f1-e3a961e9304f/model-vers/model-ver/7dcaca60-635a-4a19-a9da-e625d981112f?depth=0
2021-05-15T05:16:32.158Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-05-15T05:16:32.200Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ea31398f-661f-4e8f-b8f1-e3a961e9304f/model-vers/model-ver/7dcaca60-635a-4a19-a9da-e625d981112f?depth=0|INFO|500||Invoke
2021-05-15T05:16:32.201Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ea31398f-661f-4e8f-b8f1-e3a961e9304f/model-vers/model-ver/7dcaca60-635a-4a19-a9da-e625d981112f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ea31398f-661f-4e8f-b8f1-e3a961e9304f/model-vers/model-ver/7dcaca60-635a-4a19-a9da-e625d981112f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9ed260b1-1fef-4bb3-a7d8-0149c16f58c6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2b35cdc2-987b-4e90-ac34-0b628a2ae494], X-ECOMP-RequestID=[9ed260b1-1fef-4bb3-a7d8-0149c16f58c6], X-TransactionId=[], X-ONAP-RequestID=[9ed260b1-1fef-4bb3-a7d8-0149c16f58c6], Content-Type=[application/merge-patch+json]}
2021-05-15T05:16:32.223Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ea31398f-661f-4e8f-b8f1-e3a961e9304f/model-vers/model-ver/7dcaca60-635a-4a19-a9da-e625d981112f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-15T05:16:32.356Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ea31398f-661f-4e8f-b8f1-e3a961e9304f/model-vers/model-ver/7dcaca60-635a-4a19-a9da-e625d981112f?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/ea31398f-661f-4e8f-b8f1-e3a961e9304f/model-vers/model-ver/7dcaca60-635a-4a19-a9da-e625d981112f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210515-05:16:32:229-84250], vertex-id=[217192], Content-Length=[0], Date=[Sat, 15 May 2021 05:16:32 GMT], Content-Type=[application/json]}
2021-05-15T05:16:32.356Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ea31398f-661f-4e8f-b8f1-e3a961e9304f/model-vers/model-ver/7dcaca60-635a-4a19-a9da-e625d981112f?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-15T05:16:32.357Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ea31398f-661f-4e8f-b8f1-e3a961e9304f/model-vers/model-ver/7dcaca60-635a-4a19-a9da-e625d981112f?depth=0|INFO|500||InvokeReturn
2021-05-15T05:16:32.357Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-15T05:16:32.357Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||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-15T05:16:32.362Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-05-15T05:16:32.362Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-15T05:16:32.363Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-15T05:16:32.363Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:16:32.364Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:16:32.365Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055792362,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T05:16:32.465Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:16:32.466Z||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-15T05:16:32.466Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:16:32.479Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:16:32.479Z||pool-34-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-15T05:16:33.375Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:16:33.376Z||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-15T05:16:33.376Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:16:43.557Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:16:43.558Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:16:43.559Z||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-15T05:16:43.559Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:16:53.103Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:16:53.103Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:16:53.104Z||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-15T05:16:53.104Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:16:57.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:16:57.173Z||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-15T05:16:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:16:57.792Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:16:57.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-15T05:16:57.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055792362,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T05:16:57.793Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:17:02.639Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:17:02.639Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:17:02.640Z||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-15T05:17:02.640Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:17:12.179Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:17:57.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:17:57.170Z||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-15T05:17:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:17:57.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:17:57.172Z||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-15T05:17:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:18:06.710Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:18:06.710Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:18:57.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:18:57.170Z||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-15T05:18:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:18:57.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:18:57.172Z||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-15T05:18:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:19:06.707Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:19:06.710Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:19:57.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:19:57.169Z||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-15T05:19:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:19:57.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:19:57.172Z||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-15T05:19:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:19:57.792Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:19:57.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"15e872c7-44c8-443c-869a-03f7d6746cc4","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730","serviceDescription":"service","serviceInvariantUUID":"ad1a39d4-c7d5-42c4-a999-3e794f54ad14","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"12bc7645-6bf7-4df6-9994-688f67e676cf","resourceInvariantUUID":"5d25e5bf-5a9c-4a7b-ac53-0aeeff478645","resourceCustomizationUUID":"063954d4-bd01-4d16-8524-dc51d4bdca02","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":"ODA0NDQ5YmIwZDk0YTE4NDE2NDc0YjRlN2EwYjUwYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9e036082-0fb4-4274-9edb-4251ce450dc9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzhjNDQ1YjEyNTdhNTAyMDNmMmJiZjZmNDRkNTNjMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa9e899c-6af9-45e5-80e6-f8cde200a2fd","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-15T05:19:57.793Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:19:57.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621055952862,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:19:57.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:19:57.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "cds",
  "timestamp": 1621055959329,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:19:57.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:19:57.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.795Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:19:57.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "dcae-sch",
  "timestamp": 1621055955425,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:19:57.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:19:57.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.795Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:19:57.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621055952862,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:19:57.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:19:57.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "cds",
  "timestamp": 1621055959329,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:19:57.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:19:57.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "dcae-sch",
  "timestamp": 1621055955425,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:19:57.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:19:57.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621055963383,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:19:57.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:19:57.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "cds",
  "timestamp": 1621055964567,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:19:57.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:19:57.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621055964084,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:19:57.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:19:57.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "policy-id",
  "timestamp": 1621055964198,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:19:57.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:19:57.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621055963383,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:19:57.797Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:19:57.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:19:57.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.798Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055997169,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:19:57.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "cds",
  "timestamp": 1621055965572,
  "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-15T05:19:57.811Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 15e872c7-44c8-443c-869a-03f7d6746cc4
2021-05-15T05:19:57.811Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15e872c7-44c8-443c-869a-03f7d6746cc4 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-15T05:19:57.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621055964084,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:19:57.818Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:19:57.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "policy-id",
  "timestamp": 1621055964198,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:19:57.818Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:19:57.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621055965671,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:19:57.818Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:19:57.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621055965671,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:19:57.819Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:19:57.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "policy-id",
  "timestamp": 1621055967367,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:19:57.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:19:57.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "policy-id",
  "timestamp": 1621055968371,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:19:57.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:19:57.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "clamp",
  "timestamp": 1621055968058,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:19:57.820Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:19:57.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "aai-ml",
  "timestamp": 1621055968331,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:19:57.820Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:19:57.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "policy-id",
  "timestamp": 1621055969373,
  "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-15T05:19:57.824Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15e872c7-44c8-443c-869a-03f7d6746cc4
2021-05-15T05:19:57.824Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15e872c7-44c8-443c-869a-03f7d6746cc4 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-15T05:19:57.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "clamp",
  "timestamp": 1621055968058,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:19:57.832Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:19:57.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "aai-ml",
  "timestamp": 1621055968331,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:19:57.832Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:19:57.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "aai-ml",
  "timestamp": 1621055971725,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:19:57.833Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:19:57.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "aai-ml",
  "timestamp": 1621055975753,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:19:57.833Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:19:57.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "aai-ml",
  "timestamp": 1621055976757,
  "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-15T05:19:57.837Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 15e872c7-44c8-443c-869a-03f7d6746cc4
2021-05-15T05:19:57.837Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15e872c7-44c8-443c-869a-03f7d6746cc4 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-15T05:19:57.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.843Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621055977869,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:19:57.843Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:19:57.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.843Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621055977869,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:19:57.844Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:19:57.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621055982362,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:19:57.844Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:19:57.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "clamp",
  "timestamp": 1621055983091,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:19:57.844Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:19:57.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621055983926,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:19:57.844Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:19:57.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621055984932,
  "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-15T05:19:57.847Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 15e872c7-44c8-443c-869a-03f7d6746cc4
2021-05-15T05:19:57.848Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15e872c7-44c8-443c-869a-03f7d6746cc4 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-15T05:19:57.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "clamp",
  "timestamp": 1621055985100,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:19:57.854Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:19:57.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "clamp",
  "timestamp": 1621055986104,
  "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-15T05:19:57.857Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 15e872c7-44c8-443c-869a-03f7d6746cc4
2021-05-15T05:19:57.857Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15e872c7-44c8-443c-869a-03f7d6746cc4 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-15T05:19:57.898Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:19:57.898Z||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-15T05:19:57.899Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:19:57.909Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:19:57.910Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:19:58.798Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:19:58.799Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:19:58.800Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:19:58.800Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055997169,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:19:58.901Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:19:58.901Z||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-15T05:19:58.901Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:19:58.911Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:19:58.911Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:19:59.802Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ad1a39d4-c7d5-42c4-a999-3e794f54ad14",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "063954d4-bd01-4d16-8524-dc51d4bdca02",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "12bc7645-6bf7-4df6-9994-688f67e676cf",
      "resourceInvariantUUID": "5d25e5bf-5a9c-4a7b-ac53-0aeeff478645",
      "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": "NzhjNDQ1YjEyNTdhNTAyMDNmMmJiZjZmNDRkNTNjMGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fa9e899c-6af9-45e5-80e6-f8cde200a2fd"
    }
  ],
  "workloadContext": "Production"
}
2021-05-15T05:19:59.802Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-15T05:19:59.802Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730 ASDC
2021-05-15T05:19:59.802Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:15e872c7-44c8-443c-869a-03f7d6746cc4
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730
ServiceInvariantUUID:ad1a39d4-c7d5-42c4-a999-3e794f54ad14
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:fa9e899c-6af9-45e5-80e6-f8cde200a2fd
ArtifactChecksum:NzhjNDQ1YjEyNTdhNTAyMDNmMmJiZjZmNDRkNTNjMGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:063954d4-bd01-4d16-8524-dc51d4bdca02
ResourceInvariantUUID:5d25e5bf-5a9c-4a7b-ac53-0aeeff478645
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:12bc7645-6bf7-4df6-9994-688f67e676cf
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-05-15T05:19:59.802Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730 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-15T05:19:59.823Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T05:19:59.824Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T05:19:59.824Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T05:19:59.824Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fa9e899c-6af9-45e5-80e6-f8cde200a2fd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-15T05:19:59.825Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T05:19:59.825Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-15T05:20:00.664Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T05:20:00.666Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar fa9e899c-6af9-45e5-80e6-f8cde200a2fd 52219
2021-05-15T05:20:00.666Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||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-15T05:20:00.667Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||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-15T05:20:00.667Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:20:00.667Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:20:00.668Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:20:00.669Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056000666,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:20:00.769Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:20:00.770Z||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-15T05:20:00.770Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:20:00.780Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:20:00.780Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:20:01.669Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T05:20:01.670Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T05:20:01.670Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: fa9e899c-6af9-45e5-80e6-f8cde200a2fd, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-15T05:20:01.671Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-05-15T05:20:01.671Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-15T05:20:01.671Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-15T05:20:01.756Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP246443693940766450/Definitions/service-BasicNetwork-template.yml
2021-05-15T05:20:02.131Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-15T05:20:02.131Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-15T05:20:02.132Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-15T05:20:02.132Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-15T05:20:02.132Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||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-15T05:20:02.132Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||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-15T05:20:02.132Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||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-15T05:20:02.132Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||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-15T05:20:02.132Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||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-15T05:20:02.132Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||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-15T05:20:02.132Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||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-15T05:20:02.132Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||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-15T05:20:02.132Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-15T05:20:02.133Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:20:02.133Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:20:02.133Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-15T05:20:02.133Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-15T05:20:02.133Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T05:20:02.133Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:20:02.133Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:20:02.133Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-15T05:20:02.134Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-15T05:20:02.134Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T05:20:02.134Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:20:02.134Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:20:02.134Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:20:02.134Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:20:02.134Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:20:02.134Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:20:02.134Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:20:02.135Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:20:02.135Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:20:02.135Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:20:02.135Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730
Model Version:NULL
Model InvariantUuid:ad1a39d4-c7d5-42c4-a999-3e794f54ad14
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:5d25e5bf-5a9c-4a7b-ac53-0aeeff478645
Model UUID:f33508cc-2f25-4061-aebd-1cfe3d1eab17
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:063954d4-bd01-4d16-8524-dc51d4bdca02
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-15T05:20:02.140Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 12bc7645-6bf7-4df6-9994-688f67e676cf
2021-05-15T05:20:02.140Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||No resources found for Service: 763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730
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-15T05:20:02.144Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||
2021-05-15T05:20:02.144Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-05-15T05:20:02.145Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730
2021-05-15T05:20:02.145Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730
2021-05-15T05:20:02.145Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-05-15T05:20:02.145Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||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-15T05:20:02.151Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:20:02.151Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:20:02.151Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:20:02.152Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:20:02.152Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730: Generic NeutronNet
2021-05-15T05:20:02.152Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:20:02.152Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:20:02.152Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:20:02.152Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||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-15T05:20:02.182Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:20:02.182Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:20:02.182Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:20:02.182Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:20:02.183Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:20:02.183Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:20:02.183Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||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-15T05:20:02.234Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-05-15T05:20:02.234Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||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-15T05:20:02.234Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||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-15T05:20:02.235Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:20:02.235Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:20:02.237Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:20:02.237Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056002234,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:20:02.337Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:20:02.338Z||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-15T05:20:02.338Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:20:02.346Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:20:02.347Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:20:03.238Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15e872c7-44c8-443c-869a-03f7d6746cc4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:20:03.247Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15e872c7-44c8-443c-869a-03f7d6746cc4
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-15T05:20:03.249Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T05:20:03.249Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-15T05:20:03.249Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-15T05:20:03.250Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-15T05:20:03.250Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:20:03.250Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:20:03.250Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:20:03.250Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:20:03.250Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:20:03.250Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:20:03.250Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||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-15T05:20:03.254Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-15T05:20:33.254Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 15e872c7-44c8-443c-869a-03f7d6746cc4 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-15T05:20:33.258Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 15e872c7-44c8-443c-869a-03f7d6746cc4 and serviceModelVersionId: 763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730
2021-05-15T05:20:33.258Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ad1a39d4-c7d5-42c4-a999-3e794f54ad14
2021-05-15T05:20:33.259Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ad1a39d4-c7d5-42c4-a999-3e794f54ad14/model-vers/model-ver/763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730?depth=0
2021-05-15T05:20:33.263Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-05-15T05:20:33.314Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ad1a39d4-c7d5-42c4-a999-3e794f54ad14/model-vers/model-ver/763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730?depth=0|INFO|500||Invoke
2021-05-15T05:20:33.314Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ad1a39d4-c7d5-42c4-a999-3e794f54ad14/model-vers/model-ver/763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ad1a39d4-c7d5-42c4-a999-3e794f54ad14/model-vers/model-ver/763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[15e872c7-44c8-443c-869a-03f7d6746cc4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e1c78f3c-c9b8-418d-8952-bf7292d000ee], X-ECOMP-RequestID=[15e872c7-44c8-443c-869a-03f7d6746cc4], X-TransactionId=[], X-ONAP-RequestID=[15e872c7-44c8-443c-869a-03f7d6746cc4], Content-Type=[application/merge-patch+json]}
2021-05-15T05:20:33.334Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ad1a39d4-c7d5-42c4-a999-3e794f54ad14/model-vers/model-ver/763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-15T05:20:33.533Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ad1a39d4-c7d5-42c4-a999-3e794f54ad14/model-vers/model-ver/763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730?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/ad1a39d4-c7d5-42c4-a999-3e794f54ad14/model-vers/model-ver/763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210515-05:20:33:340-92509], vertex-id=[205024], Content-Length=[0], Date=[Sat, 15 May 2021 05:20:33 GMT], Content-Type=[application/json]}
2021-05-15T05:20:33.534Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ad1a39d4-c7d5-42c4-a999-3e794f54ad14/model-vers/model-ver/763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-15T05:20:33.534Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ad1a39d4-c7d5-42c4-a999-3e794f54ad14/model-vers/model-ver/763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730?depth=0|INFO|500||InvokeReturn
2021-05-15T05:20:33.535Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-15T05:20:33.535Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||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-15T05:20:33.539Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||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-15T05:20:33.539Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 15e872c7-44c8-443c-869a-03f7d6746cc4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-15T05:20:33.539Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-15T05:20:33.539Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:20:33.541Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:20:33.541Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056033539,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T05:20:33.641Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:20:33.642Z||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-15T05:20:33.642Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:20:33.654Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:20:33.654Z||pool-39-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-15T05:20:57.169Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:20:57.169Z|15e872c7-44c8-443c-869a-03f7d6746cc4|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-15T05:20:57.169Z|15e872c7-44c8-443c-869a-03f7d6746cc4|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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:20:57.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:20:57.172Z||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-15T05:20:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:20:57.289Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:20:57.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:20:57.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055997169,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:20:57.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:20:57.789Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:20:57.790Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-15T05:20:57.790Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"3d789f6c-84e3-45b4-8172-10fd6adff187","serviceName":"Demo_pNF_v1n8kcuCtLFPABxRkITc","serviceVersion":"1.0","serviceUUID":"6d1fb6df-d320-4f77-a777-28da90d17b6e","serviceDescription":"catalog service description","serviceInvariantUUID":"d43a0490-cc8c-40af-82d7-225b9af3305f","resources":[{"resourceInstanceName":"pNF 616c81a5-c551 0","resourceName":"pNF 616c81a5-c551","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"dd94ee32-1236-46a0-9dfc-5796c36c6f88","resourceInvariantUUID":"c8146302-fc05-4309-892b-d6941913dec7","resourceCustomizationUUID":"6a7e1857-7d01-43e9-8d20-be13bf7d9b5f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/vf-license-model.xml","artifactChecksum":"NzIwNzc2NmIyMTY5YzZlMjI2MWQwNzIwN2VmZjc0MmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"087b1375-cfdb-4e08-9e2b-9544cf48bec9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/pNF.csar","artifactChecksum":"ZTkxMzY1NjBhMjc2ZDcxNDAxN2UxOTMyZTVlZWYyMmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ddbbcbb1-cd64-4513-9ccf-516d0cf6ac21","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fa0597eb-9443-41b7-91cb-55c0c18f2a98","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/vendor-license-model.xml","artifactChecksum":"MjY5Y2NjMzM2OTM4MTkwZDE2ZjE1Y2ExMjhlNGI5ZDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1b068de0-478f-4335-8898-335fc47e38ea","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c570b3b3-23b0-4652-97ed-81ffc2783b26","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aa98505c-1b04-4559-85d4-f9987ae30db6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfV1n8kcuctlfpabxrkitc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-template.yml","artifactChecksum":"YTZhZWJhMTc4MjZmYjY3YTNhZDFhMTM1MDAzNmNmMzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c86dd94b-9a52-458d-8a1a-fa2b366b8e66","artifactVersion":"1"},{"artifactName":"service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar","artifactChecksum":"NjljY2E1N2QzMGY4YzA5YTc5YzM5ZjhmZTY0OWE3Yzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ee045849-6c97-4e36-a63b-c67bc234e63a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-15T05:20:57.792Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:20:57.793Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:20:57.794Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:20:57.794Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056057169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:20:57.894Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:20:57.895Z||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-15T05:20:57.895Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:20:57.906Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:20:57.906Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:20:58.795Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:20:58.795Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:20:58.797Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:20:58.797Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056057169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:20:58.897Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:20:58.898Z||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-15T05:20:58.899Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:20:58.910Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:20:58.910Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:20:59.798Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:20:59.798Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:20:59.800Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:20:59.800Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056057169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:20:59.900Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:20:59.901Z||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-15T05:20:59.901Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:20:59.911Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:20:59.912Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:21:00.801Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:21:00.801Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:21:00.803Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:21:00.803Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056057169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:00.903Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:21:00.904Z||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-15T05:21:00.905Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:21:00.914Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:21:00.915Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:21:01.804Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:21:01.804Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:21:01.806Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:21:01.806Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056057169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:01.906Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:21:01.907Z||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-15T05:21:01.907Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:21:01.918Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:21:01.918Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:21:02.806Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:21:02.807Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:21:02.809Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:21:02.809Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056057169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:02.909Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:21:02.910Z||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-15T05:21:02.910Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:21:02.920Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:21:02.920Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:21:03.810Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:21:03.810Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:21:03.812Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:21:03.812Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056057169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:03.913Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-15T05:21:03.913Z||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-15T05:21:03.913Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:21:03.925Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:21:03.926Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-15T05:21:04.813Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:21:04.814Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:21:04.816Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:21:04.816Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056057169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:21:04.917Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:21:04.918Z||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-15T05:21:04.918Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:21:04.928Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:21:04.928Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:21:05.817Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "serviceName": "Demo_pNF_v1n8kcuCtLFPABxRkITc",
  "serviceVersion": "1.0",
  "serviceUUID": "6d1fb6df-d320-4f77-a777-28da90d17b6e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d43a0490-cc8c-40af-82d7-225b9af3305f",
  "resources": [
    {
      "resourceInstanceName": "pNF 616c81a5-c551 0",
      "resourceCustomizationUUID": "6a7e1857-7d01-43e9-8d20-be13bf7d9b5f",
      "resourceName": "pNF 616c81a5-c551",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "dd94ee32-1236-46a0-9dfc-5796c36c6f88",
      "resourceInvariantUUID": "c8146302-fc05-4309-892b-d6941913dec7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar",
      "artifactChecksum": "NjljY2E1N2QzMGY4YzA5YTc5YzM5ZjhmZTY0OWE3Yzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ee045849-6c97-4e36-a63b-c67bc234e63a"
    }
  ],
  "workloadContext": "Production"
}
2021-05-15T05:21:05.818Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-15T05:21:05.818Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6d1fb6df-d320-4f77-a777-28da90d17b6e ASDC
2021-05-15T05:21:05.818Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:3d789f6c-84e3-45b4-8172-10fd6adff187
ServiceName:Demo_pNF_v1n8kcuCtLFPABxRkITc
ServiceVersion:1.0
ServiceUUID:6d1fb6df-d320-4f77-a777-28da90d17b6e
ServiceInvariantUUID:d43a0490-cc8c-40af-82d7-225b9af3305f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
ArtifactUUID:ee045849-6c97-4e36-a63b-c67bc234e63a
ArtifactChecksum:NjljY2E1N2QzMGY4YzA5YTc5YzM5ZjhmZTY0OWE3Yzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 616c81a5-c551 0
ResourceCustomizationUUID:6a7e1857-7d01-43e9-8d20-be13bf7d9b5f
ResourceInvariantUUID:c8146302-fc05-4309-892b-d6941913dec7
ResourceName:pNF 616c81a5-c551
ResourceType:PNF
ResourceUUID:dd94ee32-1236-46a0-9dfc-5796c36c6f88
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-05-15T05:21:05.818Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d1fb6df-d320-4f77-a777-28da90d17b6e 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-15T05:21:05.840Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T05:21:05.840Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T05:21:05.840Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T05:21:05.840Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ee045849-6c97-4e36-a63b-c67bc234e63a from URL: /sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:05.840Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T05:21:05.841Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:06.574Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T05:21:06.577Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar ee045849-6c97-4e36-a63b-c67bc234e63a 83309
2021-05-15T05:21:06.578Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar ASDC sendASDCNotification
2021-05-15T05:21:06.578Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:06.578Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:21:06.578Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:21:06.579Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:21:06.580Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056066578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:21:06.680Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:21:06.681Z||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-15T05:21:06.681Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:21:06.691Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:21:06.692Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:21:07.580Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T05:21:07.581Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T05:21:07.581Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ee045849-6c97-4e36-a63b-c67bc234e63a, URL: /sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar to file: /app/ASDC/1/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:07.582Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:07.582Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:07.582Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:07.669Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8510164577613021169/Definitions/service-DemoPnfV1n8kcuctlfpabxrkitc-template.yml
2021-05-15T05:21:08.287Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-15T05:21:08.287Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-15T05:21:08.287Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:08.287Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-15T05:21:08.287Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||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-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:08.287Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:08.287Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||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-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:08.288Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||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-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:08.288Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||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-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:08.288Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 616c81a5-c551 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:08.288Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 616c81a5-c551 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-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:08.288Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||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-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:08.288Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-15T05:21:08.288Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:21:08.288Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_v1n8kcuCtLFPABxRkITc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:21:08.288Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Node template pNF 616c81a5-c551 0 is matching search criteria
2021-05-15T05:21:08.288Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-15T05:21:08.288Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 616c81a5-c551 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T05:21:08.289Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:21:08.289Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_v1n8kcuCtLFPABxRkITc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:21:08.289Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Node template pNF 616c81a5-c551 0 is matching search criteria
2021-05-15T05:21:08.289Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-15T05:21:08.289Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 616c81a5-c551 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T05:21:08.289Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:21:08.289Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_v1n8kcuCtLFPABxRkITc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:21:08.289Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:21:08.289Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_v1n8kcuCtLFPABxRkITc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:21:08.289Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:21:08.290Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_v1n8kcuCtLFPABxRkITc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:21:08.290Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:21:08.290Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_v1n8kcuCtLFPABxRkITc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:21:08.290Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:21:08.290Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_v1n8kcuCtLFPABxRkITc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:21:08.290Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_v1n8kcuCtLFPABxRkITc
Description:catalog service description
Model UUID:6d1fb6df-d320-4f77-a777-28da90d17b6e
Model Version:NULL
Model InvariantUuid:d43a0490-cc8c-40af-82d7-225b9af3305f
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-15T05:21:08.296Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: dd94ee32-1236-46a0-9dfc-5796c36c6f88
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-15T05:21:08.298Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||pNF 616c81a5-c551 0
2021-05-15T05:21:08.298Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: dd94ee32-1236-46a0-9dfc-5796c36c6f88
2021-05-15T05:21:08.298Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 6d1fb6df-d320-4f77-a777-28da90d17b6e
2021-05-15T05:21:08.298Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 6d1fb6df-d320-4f77-a777-28da90d17b6e
2021-05-15T05:21:08.298Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 616c81a5-c551 0 dd94ee32-1236-46a0-9dfc-5796c36c6f88 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-15T05:21:08.304Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:21:08.305Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_v1n8kcuCtLFPABxRkITc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:21:08.305Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 6d1fb6df-d320-4f77-a777-28da90d17b6e: pNF 616c81a5-c551
2021-05-15T05:21:08.305Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||Processing PNF resource: dd94ee32-1236-46a0-9dfc-5796c36c6f88
2021-05-15T05:21:08.306Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:21:08.306Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_v1n8kcuCtLFPABxRkITc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:21:08.306Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||Resource customization UUID: 6a7e1857-7d01-43e9-8d20-be13bf7d9b5f is the same as notified resource customizationUUID: 6a7e1857-7d01-43e9-8d20-be13bf7d9b5f
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-15T05:21:08.357Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 616c81a5-c551 dd94ee32-1236-46a0-9dfc-5796c36c6f88 0 ASDC deployResourceStructure
2021-05-15T05:21:08.358Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar ASDC sendASDCNotification
2021-05-15T05:21:08.358Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:08.358Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:21:08.358Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:21:08.360Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:21:08.360Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056068358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:21:08.460Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:21:08.461Z||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-15T05:21:08.461Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:21:08.471Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:21:08.472Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:21:09.361Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d789f6c-84e3-45b4-8172-10fd6adff187
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:21:09.371Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d789f6c-84e3-45b4-8172-10fd6adff187
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-15T05:21:09.373Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T05:21:09.373Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T05:21:09.373Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T05:21:39.374Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d789f6c-84e3-45b4-8172-10fd6adff187
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:21:39.387Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d789f6c-84e3-45b4-8172-10fd6adff187
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-15T05:21:39.389Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T05:21:39.389Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T05:21:39.389Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T05:21:57.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:21:57.173Z||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-15T05:21:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:21:57.198Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:21:57.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621055997169,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:21:57.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056000666,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:21:57.201Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:21:57.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056002234,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:21:57.202Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:21:57.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056012861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "dcae-sch",
  "timestamp": 1621056015425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "cds",
  "timestamp": 1621056019329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056012861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "dcae-sch",
  "timestamp": 1621056015425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "cds",
  "timestamp": 1621056019329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056023383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056024084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "policy-id",
  "timestamp": 1621056024198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056012861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "dcae-sch",
  "timestamp": 1621056015425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "cds",
  "timestamp": 1621056019329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056023383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056024084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "policy-id",
  "timestamp": 1621056024198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056012861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "dcae-sch",
  "timestamp": 1621056015425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "cds",
  "timestamp": 1621056019329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056023383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056025671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056024084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "policy-id",
  "timestamp": 1621056024198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056012861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "dcae-sch",
  "timestamp": 1621056015425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "cds",
  "timestamp": 1621056019329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056023383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056025671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056024084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "policy-id",
  "timestamp": 1621056024198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056012861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "dcae-sch",
  "timestamp": 1621056015425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "cds",
  "timestamp": 1621056019329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056023383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056025671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "clamp",
  "timestamp": 1621056028058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056024084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "policy-id",
  "timestamp": 1621056024198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056012861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "dcae-sch",
  "timestamp": 1621056015425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "aai-ml",
  "timestamp": 1621056028331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.210Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "cds",
  "timestamp": 1621056019329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.210Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056023383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.210Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056025671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.210Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "clamp",
  "timestamp": 1621056028058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.210Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056024084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:21:57.210Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "policy-id",
  "timestamp": 1621056024198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.211Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056012861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:21:57.211Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "dcae-sch",
  "timestamp": 1621056015425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.211Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "aai-ml",
  "timestamp": 1621056028331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.211Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "cds",
  "timestamp": 1621056019329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:21:57.212Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056023383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.212Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056025671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.212Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "clamp",
  "timestamp": 1621056028058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.212Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056024084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.212Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "policy-id",
  "timestamp": 1621056024198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.213Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "aai-ml",
  "timestamp": 1621056028331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.213Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056023383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:21:57.213Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056025671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.213Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "clamp",
  "timestamp": 1621056028058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.213Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.214Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056024084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.214Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.214Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "cds",
  "timestamp": 1621056031821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:21:57.214Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:21:57.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.214Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "policy-id",
  "timestamp": 1621056024198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:21:57.214Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.214Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "aai-ml",
  "timestamp": 1621056028331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.214Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.214Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056025671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.214Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "clamp",
  "timestamp": 1621056028058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.215Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "cds",
  "timestamp": 1621056032826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-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-15T05:21:57.221Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3d789f6c-84e3-45b4-8172-10fd6adff187
2021-05-15T05:21:57.221Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d789f6c-84e3-45b4-8172-10fd6adff187 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-15T05:21:57.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "aai-ml",
  "timestamp": 1621056028331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.228Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056033252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:21:57.228Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:21:57.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056025671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:21:57.228Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "policy-id",
  "timestamp": 1621056033433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:21:57.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:21:57.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056033539,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T05:21:57.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:21:57.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "clamp",
  "timestamp": 1621056028058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.229Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "aai-ml",
  "timestamp": 1621056028331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.229Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "policy-id",
  "timestamp": 1621056034436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:21:57.230Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:21:57.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.230Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056034470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-05-15T05:21:57.230Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:21:57.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.230Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "clamp",
  "timestamp": 1621056028058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.230Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.230Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "aai-ml",
  "timestamp": 1621056028331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.230Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.230Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "policy-id",
  "timestamp": 1621056035439,
  "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-15T05:21:57.233Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3d789f6c-84e3-45b4-8172-10fd6adff187
2021-05-15T05:21:57.233Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d789f6c-84e3-45b4-8172-10fd6adff187 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-15T05:21:57.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056035474,
  "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-15T05:21:57.242Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3d789f6c-84e3-45b4-8172-10fd6adff187
2021-05-15T05:21:57.242Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d789f6c-84e3-45b4-8172-10fd6adff187 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-15T05:21:57.247Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.247Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "clamp",
  "timestamp": 1621056028058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:21:57.247Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.247Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.247Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "aai-ml",
  "timestamp": 1621056028331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:21:57.247Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.247Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.248Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056037869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.248Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.248Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.248Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "aai-ml",
  "timestamp": 1621056038839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:21:57.248Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:21:57.248Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.248Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056037869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.248Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.248Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.248Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056037869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.248Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.248Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.248Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056037869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.249Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056037869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.249Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "aai-ml",
  "timestamp": 1621056043161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:21:57.249Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:21:57.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056037869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.249Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "aai-ml",
  "timestamp": 1621056044164,
  "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-15T05:21:57.252Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3d789f6c-84e3-45b4-8172-10fd6adff187
2021-05-15T05:21:57.253Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d789f6c-84e3-45b4-8172-10fd6adff187 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-15T05:21:57.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056037869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:21:57.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056037869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:21:57.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:21:57.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056047289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:21:57.258Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:21:57.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "clamp",
  "timestamp": 1621056048102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:21:57.258Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:21:57.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056049309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:21:57.259Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:21:57.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "clamp",
  "timestamp": 1621056050111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:21:57.259Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:21:57.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056050313,
  "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-15T05:21:57.262Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3d789f6c-84e3-45b4-8172-10fd6adff187
2021-05-15T05:21:57.262Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d789f6c-84e3-45b4-8172-10fd6adff187 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-15T05:21:57.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:21:57.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "clamp",
  "timestamp": 1621056051114,
  "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-15T05:21:57.270Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3d789f6c-84e3-45b4-8172-10fd6adff187
2021-05-15T05:21:57.270Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d789f6c-84e3-45b4-8172-10fd6adff187 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-15T05:22:09.389Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d789f6c-84e3-45b4-8172-10fd6adff187
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:22:09.397Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d789f6c-84e3-45b4-8172-10fd6adff187
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-15T05:22:09.402Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T05:22:09.403Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-15T05:22:09.403Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-15T05:22:09.403Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-15T05:22:09.403Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:22:09.403Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:22:09.403Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:22:09.404Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:22:09.404Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:22:09.404Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:22:09.404Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:22:09.404Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||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-15T05:22:09.407Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-15T05:22:39.408Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3d789f6c-84e3-45b4-8172-10fd6adff187 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-15T05:22:39.412Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3d789f6c-84e3-45b4-8172-10fd6adff187 and serviceModelVersionId: 6d1fb6df-d320-4f77-a777-28da90d17b6e
2021-05-15T05:22:39.413Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d43a0490-cc8c-40af-82d7-225b9af3305f
2021-05-15T05:22:39.413Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d43a0490-cc8c-40af-82d7-225b9af3305f/model-vers/model-ver/6d1fb6df-d320-4f77-a777-28da90d17b6e?depth=0
2021-05-15T05:22:39.419Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-05-15T05:22:39.462Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d43a0490-cc8c-40af-82d7-225b9af3305f/model-vers/model-ver/6d1fb6df-d320-4f77-a777-28da90d17b6e?depth=0|INFO|500||Invoke
2021-05-15T05:22:39.463Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d43a0490-cc8c-40af-82d7-225b9af3305f/model-vers/model-ver/6d1fb6df-d320-4f77-a777-28da90d17b6e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d43a0490-cc8c-40af-82d7-225b9af3305f/model-vers/model-ver/6d1fb6df-d320-4f77-a777-28da90d17b6e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3d789f6c-84e3-45b4-8172-10fd6adff187], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bd03294e-14cc-40bf-9b32-50d10a6d92d3], X-ECOMP-RequestID=[3d789f6c-84e3-45b4-8172-10fd6adff187], X-TransactionId=[], X-ONAP-RequestID=[3d789f6c-84e3-45b4-8172-10fd6adff187], Content-Type=[application/merge-patch+json]}
2021-05-15T05:22:39.483Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d43a0490-cc8c-40af-82d7-225b9af3305f/model-vers/model-ver/6d1fb6df-d320-4f77-a777-28da90d17b6e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-15T05:22:40.022Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d43a0490-cc8c-40af-82d7-225b9af3305f/model-vers/model-ver/6d1fb6df-d320-4f77-a777-28da90d17b6e?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/d43a0490-cc8c-40af-82d7-225b9af3305f/model-vers/model-ver/6d1fb6df-d320-4f77-a777-28da90d17b6e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210515-05:22:39:489-85031], vertex-id=[168152], Content-Length=[0], Date=[Sat, 15 May 2021 05:22:39 GMT], Content-Type=[application/json]}
2021-05-15T05:22:40.023Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d43a0490-cc8c-40af-82d7-225b9af3305f/model-vers/model-ver/6d1fb6df-d320-4f77-a777-28da90d17b6e?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-15T05:22:40.023Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d43a0490-cc8c-40af-82d7-225b9af3305f/model-vers/model-ver/6d1fb6df-d320-4f77-a777-28da90d17b6e?depth=0|INFO|500||InvokeReturn
2021-05-15T05:22:40.024Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-15T05:22:40.024Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||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-15T05:22:40.029Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||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-15T05:22:40.030Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3d789f6c-84e3-45b4-8172-10fd6adff187 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-15T05:22:40.030Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-15T05:22:40.031Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:22:40.034Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:22:40.034Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056160030,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T05:22:40.134Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:22:40.135Z||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-15T05:22:40.135Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:22:40.149Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:22:40.149Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-15T05:22:41.046Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:22:41.047Z|3d789f6c-84e3-45b4-8172-10fd6adff187|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-15T05:22:41.047Z|3d789f6c-84e3-45b4-8172-10fd6adff187|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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:22:50.590Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:22:57.169Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:22:57.170Z|3d789f6c-84e3-45b4-8172-10fd6adff187|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-15T05:22:57.170Z|3d789f6c-84e3-45b4-8172-10fd6adff187|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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:22:57.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:22:57.172Z||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-15T05:22:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:22:57.192Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:22:57.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:22:57.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056057169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:22:57.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:22:57.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:22:57.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056057169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:22:57.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:22:57.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:22:57.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056057169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:22:57.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:22:57.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:22:57.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056057169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:22:57.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:22:57.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:22:57.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056057169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:22:57.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:22:57.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:22:57.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056057169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:22:57.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:22:57.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:22:57.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056057169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:22:57.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:22:57.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:22:57.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056057169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:22:57.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:22:57.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:22:57.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056066578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:22:57.195Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:22:57.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:22:57.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056068358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:22:57.196Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:23:06.709Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:23:57.169Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:23:57.170Z|3d789f6c-84e3-45b4-8172-10fd6adff187|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-15T05:23:57.170Z|3d789f6c-84e3-45b4-8172-10fd6adff187|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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:23:57.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:23:57.172Z||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-15T05:23:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:23:57.192Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:23:57.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:23:57.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056160030,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T05:23:57.194Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:23:57.795Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:23:57.796Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-15T05:23:57.796Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"43d34abf-b75b-4198-8bca-23b119e529c7","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"676f614f-2459-4c72-be15-c8d705892868","serviceDescription":"service","serviceInvariantUUID":"e9fa531b-523a-4bfd-903a-03be0a8c8cb2","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4c50fda9-ded9-468f-a1dd-e4874eadda8a","resourceInvariantUUID":"b19abe0b-34a6-43a7-aa87-fd0b8fa0d6a4","resourceCustomizationUUID":"27bd324d-b933-4f28-963b-b9f11ce23bc8","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":"MmI0ZjNmN2YxNWIzYWQ5MjA3NThlNjk5ODM3OTM3ZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"52762f6c-85d0-4c94-8cd4-d5a3e5295dd6","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":"NzFhYzFjYzc1NzI0NjM3Zjk2NzY4MDlkYTI3OWM3NjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"35c9f387-ad1c-43d3-8a85-629bed8afd9a","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":"76d9836c-89d4-4268-886d-9a759fb4fbd0","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":"e4cfe098-a35f-4709-835d-6ef999fad47c","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":"50eba887-ba5d-4d4c-90a3-7be101870796","artifactVersion":"2","generatedFromUUID":"76d9836c-89d4-4268-886d-9a759fb4fbd0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzNhZmIzN2JlOGU3NWQzMDcyNzM2YWYxZTE1NzdjM2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d3afeeab-6a10-4995-8c07-242529e05264","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzU2M2JjOTA5M2EzMzVmZjg2MmNjMzZlZjhlNjQzM2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5e089515-3a80-47e3-b380-f2f13c29890f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-15T05:23:57.798Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:23:57.798Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:23:57.802Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:23:57.803Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056237169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:23:57.900Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-05-15T05:23:57.901Z||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-15T05:23:57.901Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:23:57.911Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:23:57.911Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:23:58.803Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:23:58.805Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:23:58.806Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:23:58.807Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056237169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:23:58.907Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:23:58.908Z||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-15T05:23:58.908Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:23:58.917Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:23:58.917Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:23:59.807Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:23:59.808Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:23:59.809Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:23:59.809Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056237169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:23:59.910Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-15T05:23:59.911Z||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-15T05:23:59.911Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:23:59.920Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:23:59.921Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:24:00.810Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:24:00.811Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:24:00.812Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:24:00.812Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056237169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:00.913Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:24:00.913Z||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-15T05:24:00.914Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:24:00.924Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:24:00.924Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:24:01.813Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:24:01.814Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:24:01.815Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:24:01.815Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056237169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-15T05:24:01.916Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:24:01.917Z||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-15T05:24:01.917Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:24:01.927Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:24:01.927Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:24:02.816Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:24:02.817Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:24:02.819Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:24:02.819Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056237169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:02.919Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:24:02.920Z||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-15T05:24:02.920Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:24:02.930Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:24:02.930Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-15T05:24:03.819Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:24:03.820Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:24:03.822Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:24:03.822Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056237169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:24:03.922Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:24:03.923Z||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-15T05:24:03.923Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:24:03.932Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:24:03.933Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-15T05:24:04.824Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "676f614f-2459-4c72-be15-c8d705892868",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e9fa531b-523a-4bfd-903a-03be0a8c8cb2",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "27bd324d-b933-4f28-963b-b9f11ce23bc8",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4c50fda9-ded9-468f-a1dd-e4874eadda8a",
      "resourceInvariantUUID": "b19abe0b-34a6-43a7-aa87-fd0b8fa0d6a4",
      "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": "NzFhYzFjYzc1NzI0NjM3Zjk2NzY4MDlkYTI3OWM3NjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "35c9f387-ad1c-43d3-8a85-629bed8afd9a",
          "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": "76d9836c-89d4-4268-886d-9a759fb4fbd0",
          "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": "50eba887-ba5d-4d4c-90a3-7be101870796",
            "generatedFromUUID": "76d9836c-89d4-4268-886d-9a759fb4fbd0"
          },
          "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": "50eba887-ba5d-4d4c-90a3-7be101870796",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MzU2M2JjOTA5M2EzMzVmZjg2MmNjMzZlZjhlNjQzM2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5e089515-3a80-47e3-b380-f2f13c29890f"
    }
  ],
  "workloadContext": "Production"
}
2021-05-15T05:24:04.824Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-15T05:24:04.824Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 676f614f-2459-4c72-be15-c8d705892868 ASDC
2021-05-15T05:24:04.825Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:43d34abf-b75b-4198-8bca-23b119e529c7
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:676f614f-2459-4c72-be15-c8d705892868
ServiceInvariantUUID:e9fa531b-523a-4bfd-903a-03be0a8c8cb2
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:5e089515-3a80-47e3-b380-f2f13c29890f
ArtifactChecksum:MzU2M2JjOTA5M2EzMzVmZjg2MmNjMzZlZjhlNjQzM2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:27bd324d-b933-4f28-963b-b9f11ce23bc8
ResourceInvariantUUID:b19abe0b-34a6-43a7-aa87-fd0b8fa0d6a4
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:4c50fda9-ded9-468f-a1dd-e4874eadda8a
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:35c9f387-ad1c-43d3-8a85-629bed8afd9a
ArtifactChecksum:NzFhYzFjYzc1NzI0NjM3Zjk2NzY4MDlkYTI3OWM3NjI=
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:76d9836c-89d4-4268-886d-9a759fb4fbd0
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:50eba887-ba5d-4d4c-90a3-7be101870796
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:50eba887-ba5d-4d4c-90a3-7be101870796
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-15T05:24:04.825Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 676f614f-2459-4c72-be15-c8d705892868 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-15T05:24:04.851Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T05:24:04.851Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T05:24:04.851Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T05:24:04.851Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5e089515-3a80-47e3-b380-f2f13c29890f from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-05-15T05:24:04.851Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T05:24:04.852Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-05-15T05:24:05.677Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T05:24:05.680Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 5e089515-3a80-47e3-b380-f2f13c29890f 74274
2021-05-15T05:24:05.680Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:24:05.680Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:24:05.681Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:24:05.681Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:24:05.682Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:24:05.682Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056245680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:24:05.782Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:24:05.783Z||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-15T05:24:05.784Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:24:05.793Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:24:05.793Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:24:06.683Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T05:24:06.684Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T05:24:06.684Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 5e089515-3a80-47e3-b380-f2f13c29890f, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-05-15T05:24:06.684Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-05-15T05:24:06.684Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-05-15T05:24:06.685Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-05-15T05:24:07.040Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8910420160513463620/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-15T05:24:08.119Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-15T05:24:08.119Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-15T05:24:08.119Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-15T05:24:08.119Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-15T05:24:08.119Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:24:08.119Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:24:08.119Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:24:08.119Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:24:08.120Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:24:08.120Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:24:08.120Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:24:08.120Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:24:08.123Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:24:08.123Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:24:08.123Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-15T05:24:08.124Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:24:08.124Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:24:08.124Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-15T05:24:08.124Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-15T05:24:08.124Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T05:24:08.125Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:24:08.125Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:24:08.125Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-15T05:24:08.125Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-15T05:24:08.125Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T05:24:08.126Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:24:08.126Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:24:08.126Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:24:08.126Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-15T05:24:08.127Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-15T05:24:08.127Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-05-15T05:24:08.127Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-05-15T05:24:08.127Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-05-15T05:24:08.128Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-15T05:24:08.128Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:24:08.128Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T05:24:08.128Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:24:08.129Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-15T05:24:08.129Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:24:08.129Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:24:08.130Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-15T05:24:08.130Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:24:08.130Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:24:08.130Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-15T05:24:08.130Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:24:08.131Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:24:08.131Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-15T05:24:08.131Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-15T05:24:08.131Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-15T05:24:08.131Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1d1fb20a-323f-4b54-b4c5-d39cff201097
2021-05-15T05:24:08.132Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:24:08.132Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:24:08.132Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:24:08.132Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:24:08.132Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:24:08.132Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:24:08.133Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:24:08.133Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:24:08.133Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:676f614f-2459-4c72-be15-c8d705892868
Model Version:NULL
Model InvariantUuid:e9fa531b-523a-4bfd-903a-03be0a8c8cb2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:f082b133-df5c-466e-ac89-2953c57b74de
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b19abe0b-34a6-43a7-aa87-fd0b8fa0d6a4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:27bd324d-b933-4f28-963b-b9f11ce23bc8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:26c7143c-569e-4cb9-aa5c-4d83762e1352
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:2c743ef5-f90b-49a0-9fe3-a720b51e25ba
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1d1fb20a-323f-4b54-b4c5-d39cff201097
ModelInvariantUuid:eb755d29-3828-47f3-ba6b-d00b2f22d26d
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:ede13c6c-11ae-498d-affc-29af7003a82d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:1038402d-9f70-4200-a010-9cd0e9c8bc49
ModelInvariantUuid:368dc1bd-fcbf-4469-8562-9daa173dc001
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:1adffdf2-f808-4118-bbf7-7e350eaca7f7
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-15T05:24:08.138Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 4c50fda9-ded9-468f-a1dd-e4874eadda8a
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-15T05:24:08.140Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||basic_vm 0
2021-05-15T05:24:08.141Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4c50fda9-ded9-468f-a1dd-e4874eadda8a
2021-05-15T05:24:08.141Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 35c9f387-ad1c-43d3-8a85-629bed8afd9a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-05-15T05:24:08.141Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T05:24:08.141Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:24:08.759Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T05:24:08.760Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 35c9f387-ad1c-43d3-8a85-629bed8afd9a 787
2021-05-15T05:24:08.760Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:24:08.760Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:24:08.761Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:24:08.761Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:24:08.763Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:24:08.763Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056248760,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:24:08.863Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:24:08.864Z||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-15T05:24:08.864Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:24:08.874Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:24:08.874Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:24:09.764Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "26c7143c-569e-4cb9-aa5c-4d83762e1352",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2c743ef5-f90b-49a0-9fe3-a720b51e25ba",
    "vfModuleModelCustomizationUUID": "485e7409-ee7e-4623-b7d6-c28255d5bb43",
    "isBase": true,
    "artifacts": [
      "76d9836c-89d4-4268-886d-9a759fb4fbd0",
      "50eba887-ba5d-4d4c-90a3-7be101870796"
    ],
    "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-15T05:24:09.767Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2c743ef5-f90b-49a0-9fe3-a720b51e25ba
VfModuleModelInvariantUUID:26c7143c-569e-4cb9-aa5c-4d83762e1352
VfModuleModelDescription:NULL
Artifacts UUID List:{
76d9836c-89d4-4268-886d-9a759fb4fbd0
,
50eba887-ba5d-4d4c-90a3-7be101870796

}
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-15T05:24:09.769Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "26c7143c-569e-4cb9-aa5c-4d83762e1352",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2c743ef5-f90b-49a0-9fe3-a720b51e25ba",
    "vfModuleModelCustomizationUUID": "485e7409-ee7e-4623-b7d6-c28255d5bb43",
    "isBase": true,
    "artifacts": [
      "76d9836c-89d4-4268-886d-9a759fb4fbd0",
      "50eba887-ba5d-4d4c-90a3-7be101870796"
    ],
    "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-15T05:24:09.769Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2c743ef5-f90b-49a0-9fe3-a720b51e25ba
VfModuleModelInvariantUUID:26c7143c-569e-4cb9-aa5c-4d83762e1352
VfModuleModelDescription:NULL
Artifacts UUID List:{
76d9836c-89d4-4268-886d-9a759fb4fbd0
,
50eba887-ba5d-4d4c-90a3-7be101870796

}
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-15T05:24:09.769Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 76d9836c-89d4-4268-886d-9a759fb4fbd0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-05-15T05:24:09.769Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T05:24:09.769Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:24:10.418Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T05:24:10.419Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 76d9836c-89d4-4268-886d-9a759fb4fbd0 5033
2021-05-15T05:24:10.419Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:24:10.419Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:24:10.419Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:24:10.419Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:24:10.421Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:24:10.421Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056250419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:24:10.521Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:24:10.522Z||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-15T05:24:10.522Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:24:10.534Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:24:10.534Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-15T05:24:11.422Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 50eba887-ba5d-4d4c-90a3-7be101870796 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-05-15T05:24:11.422Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T05:24:11.422Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:24:12.037Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T05:24:12.037Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 50eba887-ba5d-4d4c-90a3-7be101870796 903
2021-05-15T05:24:12.037Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:24:12.038Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:24:12.038Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:24:12.038Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:24:12.039Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:24:12.040Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056252037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:24:12.140Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:24:12.141Z||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-15T05:24:12.141Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:24:12.152Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:24:12.153Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:24:13.040Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 676f614f-2459-4c72-be15-c8d705892868
2021-05-15T05:24:13.041Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 4c50fda9-ded9-468f-a1dd-e4874eadda8a 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-15T05:24:13.053Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:24:13.053Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:24:13.054Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-05-15T05:24:13.054Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 27bd324d-b933-4f28-963b-b9f11ce23bc8
2021-05-15T05:24:13.054Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 27bd324d-b933-4f28-963b-b9f11ce23bc8 matches Tosca VF Customization UUID: 27bd324d-b933-4f28-963b-b9f11ce23bc8
2021-05-15T05:24:13.054Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 27bd324d-b933-4f28-963b-b9f11ce23bc8  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-15T05:24:13.056Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:24:13.056Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:24:13.057Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 27bd324d-b933-4f28-963b-b9f11ce23bc8: {\"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-15T05:24:13.057Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@51e90651
2021-05-15T05:24:13.057Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:24:13.058Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T05:24:13.058Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 485e7409-ee7e-4623-b7d6-c28255d5bb43
2021-05-15T05:24:13.058Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 485e7409-ee7e-4623-b7d6-c28255d5bb43
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-15T05:24:13.060Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:24:13.060Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-15T05:24:13.060Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:24:13.060Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:24:13.060Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-15T05:24:13.061Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:24:13.061Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:24:13.061Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-15T05:24:13.061Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-15T05:24:13.061Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-15T05:24:13.061Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1d1fb20a-323f-4b54-b4c5-d39cff201097
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-15T05:24:13.063Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:24:13.063Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-15T05:24:13.063Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:24:13.063Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:24:13.064Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-15T05:24:13.064Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=27bd324d-b933-4f28-963b-b9f11ce23bc8
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-15T05:24:13.065Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:24:13.066Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:24:13.066Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 676f614f-2459-4c72-be15-c8d705892868: basic_vm
2021-05-15T05:24:13.066Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:24:13.066Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:24:13.066Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:24:13.066Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:24:13.067Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:24:13.067Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:24:13.067Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:24:13.067Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:24:13.067Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:24:13.067Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:24:13.068Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:24:13.142Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 4c50fda9-ded9-468f-a1dd-e4874eadda8a 1 ASDC deployResourceStructure
2021-05-15T05:24:13.142Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:24:13.142Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:24:13.143Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:24:13.143Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:24:13.145Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:24:13.145Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056253142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T05:24:13.245Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:24:13.246Z||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-15T05:24:13.246Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:24:13.256Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:24:13.256Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:24:14.146Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:24:14.147Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:24:14.147Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:24:14.147Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:24:14.149Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:24:14.149Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056254146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-05-15T05:24:14.249Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:24:14.250Z||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-15T05:24:14.250Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:24:14.260Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:24:14.260Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:24:15.150Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:24:15.150Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:24:15.151Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:24:15.151Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:24:15.153Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:24:15.153Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056255150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-05-15T05:24:15.253Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:24:15.254Z||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-15T05:24:15.254Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:24:15.264Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:24:15.278Z||pool-64-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:24:16.153Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:24:16.155Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:24:16.155Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:24:16.155Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:24:16.157Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:24:16.157Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056256153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:24:16.257Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:24:16.258Z||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-15T05:24:16.258Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:24:16.266Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:24:16.267Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:24:17.157Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43d34abf-b75b-4198-8bca-23b119e529c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:24:17.166Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43d34abf-b75b-4198-8bca-23b119e529c7
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-15T05:24:17.168Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T05:24:17.168Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T05:24:17.168Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T05:24:47.168Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43d34abf-b75b-4198-8bca-23b119e529c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:24:47.180Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43d34abf-b75b-4198-8bca-23b119e529c7
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-15T05:24:47.182Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T05:24:47.183Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T05:24:47.183Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T05:24:57.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:24:57.172Z||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-15T05:24:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:24:57.194Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:24:57.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "cds",
  "timestamp": 1621056214329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.196Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056217869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.196Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "dcae-sch",
  "timestamp": 1621056215426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.196Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056223383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.197Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "cds",
  "timestamp": 1621056214329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.197Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056217869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.197Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "dcae-sch",
  "timestamp": 1621056215426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.197Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056224084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "policy-id",
  "timestamp": 1621056224198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056223383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:24:57.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "cds",
  "timestamp": 1621056214329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056217869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "dcae-sch",
  "timestamp": 1621056215426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056224084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "policy-id",
  "timestamp": 1621056224198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056223383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:24:57.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "cds",
  "timestamp": 1621056214329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056217869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "dcae-sch",
  "timestamp": 1621056215426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056225671,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056224084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "policy-id",
  "timestamp": 1621056224198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:24:57.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056223383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "cds",
  "timestamp": 1621056214329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056217869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "dcae-sch",
  "timestamp": 1621056215426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056225671,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:24:57.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056224084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "policy-id",
  "timestamp": 1621056224198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056223383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-15T05:24:57.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "cds",
  "timestamp": 1621056214329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056217869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "dcae-sch",
  "timestamp": 1621056215426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056225671,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:24:57.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056224084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "policy-id",
  "timestamp": 1621056224198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056223383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "cds",
  "timestamp": 1621056214329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:24:57.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056217869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:24:57.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "dcae-sch",
  "timestamp": 1621056215426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056225671,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056224084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "policy-id",
  "timestamp": 1621056224198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056223383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:24:57.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056225671,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-15T05:24:57.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056224084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "cds",
  "timestamp": 1621056230723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:24:57.205Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:24:57.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056230830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:24:57.205Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:24:57.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "policy-id",
  "timestamp": 1621056224198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:24:57.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056225671,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "cds",
  "timestamp": 1621056231728,
  "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-15T05:24:57.212Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 43d34abf-b75b-4198-8bca-23b119e529c7
2021-05-15T05:24:57.212Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43d34abf-b75b-4198-8bca-23b119e529c7 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-15T05:24:57.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056231738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:24:57.220Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:24:57.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056225671,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:24:57.220Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "policy-id",
  "timestamp": 1621056232640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:24:57.220Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:24:57.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056233125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:24:57.221Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:24:57.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056232861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056233633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:24:57.221Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:24:57.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "policy-id",
  "timestamp": 1621056233644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:24:57.221Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:24:57.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056234034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:24:57.221Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:24:57.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056234129,
  "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-15T05:24:57.226Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 43d34abf-b75b-4198-8bca-23b119e529c7
2021-05-15T05:24:57.226Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43d34abf-b75b-4198-8bca-23b119e529c7 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-15T05:24:57.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056232861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:24:57.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "policy-id",
  "timestamp": 1621056234646,
  "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-15T05:24:57.238Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 43d34abf-b75b-4198-8bca-23b119e529c7
2021-05-15T05:24:57.238Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43d34abf-b75b-4198-8bca-23b119e529c7 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-15T05:24:57.246Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056232861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:24:57.246Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.246Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.247Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "cds",
  "timestamp": 1621056232732,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.247Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.247Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.247Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "dcae-sch",
  "timestamp": 1621056235425,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:24:57.247Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.247Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.247Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056232861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.247Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.247Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.247Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "cds",
  "timestamp": 1621056232732,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.248Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:24:57.248Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.248Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056236722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:24:57.248Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:24:57.248Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.248Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056236852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:24:57.248Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:24:57.248Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:24:57.248Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "dcae-sch",
  "timestamp": 1621056235425,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:24:57.248Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:25:17.183Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43d34abf-b75b-4198-8bca-23b119e529c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:25:17.192Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43d34abf-b75b-4198-8bca-23b119e529c7
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-15T05:25:17.193Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T05:25:17.194Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T05:25:17.194Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T05:25:47.194Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43d34abf-b75b-4198-8bca-23b119e529c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:25:47.202Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43d34abf-b75b-4198-8bca-23b119e529c7
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-15T05:25:47.204Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T05:25:47.204Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T05:25:47.204Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T05:25:57.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:25:57.173Z||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-15T05:25:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:25:57.193Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:25:57.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:25:57.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056232861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-15T05:25:57.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:17.204Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43d34abf-b75b-4198-8bca-23b119e529c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:26:17.214Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43d34abf-b75b-4198-8bca-23b119e529c7
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-15T05:26:17.217Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T05:26:17.217Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T05:26:17.217Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T05:26:47.218Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43d34abf-b75b-4198-8bca-23b119e529c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:26:47.227Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43d34abf-b75b-4198-8bca-23b119e529c7
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-15T05:26:47.229Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T05:26:47.229Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T05:26:47.229Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T05:26:57.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:26:57.173Z||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-15T05:26:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:26:57.189Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:26:57.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "cds",
  "timestamp": 1621056232732,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056237728,
  "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-15T05:26:57.210Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 43d34abf-b75b-4198-8bca-23b119e529c7
2021-05-15T05:26:57.210Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43d34abf-b75b-4198-8bca-23b119e529c7 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-15T05:26:57.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056237169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.217Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "dcae-sch",
  "timestamp": 1621056235425,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.217Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056232861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.218Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "cds",
  "timestamp": 1621056232732,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.218Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "clamp",
  "timestamp": 1621056238058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.218Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056238732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T05:26:57.219Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056237169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "aai-ml",
  "timestamp": 1621056238331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "dcae-sch",
  "timestamp": 1621056235425,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.220Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056239465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.220Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056232861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "cds",
  "timestamp": 1621056232732,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "clamp",
  "timestamp": 1621056238058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056237169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "aai-ml",
  "timestamp": 1621056238331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "dcae-sch",
  "timestamp": 1621056235425,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056240468,
  "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-15T05:26:57.227Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 43d34abf-b75b-4198-8bca-23b119e529c7
2021-05-15T05:26:57.227Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43d34abf-b75b-4198-8bca-23b119e529c7 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-15T05:26:57.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "cds",
  "timestamp": 1621056232732,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "clamp",
  "timestamp": 1621056238058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056237169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "aai-ml",
  "timestamp": 1621056238331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "dcae-sch",
  "timestamp": 1621056235425,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.235Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056241471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T05:26:57.235Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "cds",
  "timestamp": 1621056232732,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "clamp",
  "timestamp": 1621056238058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056237169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "aai-ml",
  "timestamp": 1621056238331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.237Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "dcae-sch",
  "timestamp": 1621056235425,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.237Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "cds",
  "timestamp": 1621056232732,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "clamp",
  "timestamp": 1621056238058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056242764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.238Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056237169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "aai-ml",
  "timestamp": 1621056238331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "dcae-sch",
  "timestamp": 1621056235425,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "clamp",
  "timestamp": 1621056238058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.240Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056237169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.240Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "aai-ml",
  "timestamp": 1621056238331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.240Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056243383,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.240Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "clamp",
  "timestamp": 1621056238058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.241Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056244084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.241Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "cds",
  "timestamp": 1621056244776,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.241Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "policy-id",
  "timestamp": 1621056244198,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.241Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "aai-ml",
  "timestamp": 1621056238331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.241Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056243383,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.242Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056245058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.242Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056245680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.242Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056244084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.242Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "cds",
  "timestamp": 1621056245780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-15T05:26:57.251Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 81642861-ae80-4ab8-98a8-3bf8f0034a2c
2021-05-15T05:26:57.252Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81642861-ae80-4ab8-98a8-3bf8f0034a2c 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-15T05:26:57.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "policy-id",
  "timestamp": 1621056244198,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.257Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056243383,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056245671,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056244084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "aai-ml",
  "timestamp": 1621056246765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.259Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "policy-id",
  "timestamp": 1621056244198,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.259Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056246876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.260Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "dcae-sch",
  "timestamp": 1621056247031,
  "artifactURL": "/sdc/v1/catalog/services/0648d8d7-a2d5-48ba-818e-ec7939e7c60e/resourceInstances/basicclamp0/artifacts/6f337709-15fb-4c34-a339-7e29a6d30773",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.260Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056243383,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056245671,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056244084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "policy-id",
  "timestamp": 1621056244198,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056247906,
  "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-15T05:26:57.265Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 43d34abf-b75b-4198-8bca-23b119e529c7
2021-05-15T05:26:57.265Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43d34abf-b75b-4198-8bca-23b119e529c7 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-15T05:26:57.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.270Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056243383,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.270Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.270Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.270Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "dcae-sch",
  "timestamp": 1621056248278,
  "artifactURL": "/sdc/v1/catalog/services/0648d8d7-a2d5-48ba-818e-ec7939e7c60e/resourceInstances/basicclamp0/artifacts/6f337709-15fb-4c34-a339-7e29a6d30773",
  "status": "DEPLOY_OK"
}
2021-05-15T05:26:57.270Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.270Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.270Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056245671,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.270Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.270Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.271Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056247869,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.271Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.271Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056244084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.271Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.271Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056248760,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.271Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.272Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "policy-id",
  "timestamp": 1621056244198,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.272Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.272Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056248910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T05:26:57.272Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.272Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056243383,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.273Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.273Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "dcae-sch",
  "timestamp": 1621056249282,
  "artifactURL": "/sdc/v1/catalog/services/0648d8d7-a2d5-48ba-818e-ec7939e7c60e/resourceInstances/basicclamp0/artifacts/6f337709-15fb-4c34-a339-7e29a6d30773",
  "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=?
2021-05-15T05:26:57.276Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 81642861-ae80-4ab8-98a8-3bf8f0034a2c
2021-05-15T05:26:57.276Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81642861-ae80-4ab8-98a8-3bf8f0034a2c 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-15T05:26:57.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056245671,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.283Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056247869,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.283Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056244084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.283Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "policy-id",
  "timestamp": 1621056244198,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.284Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056243383,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.284Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056245671,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.285Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056250419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.285Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056247869,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.285Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056244084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.286Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "policy-id",
  "timestamp": 1621056244198,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.286Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056243383,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.286Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "clamp",
  "timestamp": 1621056251137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.287Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056245671,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.287Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056247869,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.287Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056244084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "policy-id",
  "timestamp": 1621056244198,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056252037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.288Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056245671,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056247869,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056252641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.289Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "clamp",
  "timestamp": 1621056253144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:26:57.290Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056253142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T05:26:57.290Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "aai-ml",
  "timestamp": 1621056253151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:26:57.290Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056245671,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056252861,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056247869,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "policy-id",
  "timestamp": 1621056253722,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "clamp",
  "timestamp": 1621056254147,
  "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-15T05:26:57.296Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 43d34abf-b75b-4198-8bca-23b119e529c7
2021-05-15T05:26:57.296Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43d34abf-b75b-4198-8bca-23b119e529c7 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-15T05:26:57.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056254146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-05-15T05:26:57.302Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "aai-ml",
  "timestamp": 1621056254154,
  "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-15T05:26:57.306Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 43d34abf-b75b-4198-8bca-23b119e529c7
2021-05-15T05:26:57.306Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43d34abf-b75b-4198-8bca-23b119e529c7 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-15T05:26:57.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056254275,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.312Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056252861,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056247869,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "policy-id",
  "timestamp": 1621056254725,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:26:57.313Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "clamp",
  "timestamp": 1621056238058,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056255150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-05-15T05:26:57.314Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "aai-ml",
  "timestamp": 1621056238331,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056255453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.314Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056252861,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056247869,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "policy-id",
  "timestamp": 1621056255728,
  "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-15T05:26:57.318Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81642861-ae80-4ab8-98a8-3bf8f0034a2c
2021-05-15T05:26:57.318Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81642861-ae80-4ab8-98a8-3bf8f0034a2c 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-15T05:26:57.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "clamp",
  "timestamp": 1621056238058,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056256153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:26:57.325Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "aai-ml",
  "timestamp": 1621056238331,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056252861,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056256750,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.326Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "clamp",
  "timestamp": 1621056238058,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "aai-ml",
  "timestamp": 1621056238331,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056252861,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056257755,
  "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-15T05:26:57.330Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81642861-ae80-4ab8-98a8-3bf8f0034a2c
2021-05-15T05:26:57.330Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81642861-ae80-4ab8-98a8-3bf8f0034a2c 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-15T05:26:57.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056258054,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.334Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056258061,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.335Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "clamp",
  "timestamp": 1621056238058,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "aai-ml",
  "timestamp": 1621056238331,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056252861,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056258758,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T05:26:57.336Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "dcae-sch",
  "timestamp": 1621056255425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "clamp",
  "timestamp": 1621056238058,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "aai-ml",
  "timestamp": 1621056238331,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056252861,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "cds",
  "timestamp": 1621056259329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "dcae-sch",
  "timestamp": 1621056255425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "aai-ml",
  "timestamp": 1621056238331,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "clamp",
  "timestamp": 1621056238058,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056260207,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:26:57.339Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056252861,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "cds",
  "timestamp": 1621056259329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "dcae-sch",
  "timestamp": 1621056255425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056261169,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.340Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "aai-ml",
  "timestamp": 1621056238331,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "clamp",
  "timestamp": 1621056238058,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056261211,
  "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-15T05:26:57.345Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 81642861-ae80-4ab8-98a8-3bf8f0034a2c
2021-05-15T05:26:57.345Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81642861-ae80-4ab8-98a8-3bf8f0034a2c 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-15T05:26:57.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "cds",
  "timestamp": 1621056259329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.351Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "dcae-sch",
  "timestamp": 1621056255425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056262173,
  "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-15T05:26:57.355Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81642861-ae80-4ab8-98a8-3bf8f0034a2c
2021-05-15T05:26:57.355Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81642861-ae80-4ab8-98a8-3bf8f0034a2c 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-15T05:26:57.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "aai-ml",
  "timestamp": 1621056238331,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "clamp",
  "timestamp": 1621056238058,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056262276,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.361Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "cds",
  "timestamp": 1621056259329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "dcae-sch",
  "timestamp": 1621056255425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056263176,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T05:26:57.362Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "aai-ml",
  "timestamp": 1621056263888,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.362Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "cds",
  "timestamp": 1621056259329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056263383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "dcae-sch",
  "timestamp": 1621056255425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056264064,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.363Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056264084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "policy-id",
  "timestamp": 1621056264198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "cds",
  "timestamp": 1621056259329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056263383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "dcae-sch",
  "timestamp": 1621056255425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056264084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "policy-id",
  "timestamp": 1621056264198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "cds",
  "timestamp": 1621056259329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056263383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "dcae-sch",
  "timestamp": 1621056255425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056266067,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.367Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056265671,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056264084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "policy-id",
  "timestamp": 1621056264198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "cds",
  "timestamp": 1621056259329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056263383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056267092,
  "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-15T05:26:57.372Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81642861-ae80-4ab8-98a8-3bf8f0034a2c
2021-05-15T05:26:57.372Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81642861-ae80-4ab8-98a8-3bf8f0034a2c 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-15T05:26:57.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056265671,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056264084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "policy-id",
  "timestamp": 1621056264198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.378Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056263383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.378Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056268095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T05:26:57.378Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056265671,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.379Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056264084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.379Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "cds",
  "timestamp": 1621056268764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.380Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "policy-id",
  "timestamp": 1621056264198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056263383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056265671,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.381Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056264084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.381Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "aai-ml",
  "timestamp": 1621056269741,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:26:57.381Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "policy-id",
  "timestamp": 1621056264198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.382Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056263383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.382Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056265671,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.382Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056264084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "aai-ml",
  "timestamp": 1621056270745,
  "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-15T05:26:57.387Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 81642861-ae80-4ab8-98a8-3bf8f0034a2c
2021-05-15T05:26:57.387Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81642861-ae80-4ab8-98a8-3bf8f0034a2c 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-15T05:26:57.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "policy-id",
  "timestamp": 1621056264198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056263383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "cds",
  "timestamp": 1621056271063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-15T05:26:57.405Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8de94394-526a-4522-8b5a-8b996b11b34b
2021-05-15T05:26:57.405Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8de94394-526a-4522-8b5a-8b996b11b34b 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-15T05:26:57.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056265671,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.412Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056264084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.412Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "policy-id",
  "timestamp": 1621056264198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.412Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "clamp",
  "timestamp": 1621056272141,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.413Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056265671,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.413Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "aai-ml",
  "timestamp": 1621056271747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.413Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056272658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.413Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "clamp",
  "timestamp": 1621056273145,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.414Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056265671,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.414Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "aai-ml",
  "timestamp": 1621056271747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.414Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "policy-id",
  "timestamp": 1621056273445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.414Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056272861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.414Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056274237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.415Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "aai-ml",
  "timestamp": 1621056271747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "policy-id",
  "timestamp": 1621056274448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:26:57.415Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056272861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "aai-ml",
  "timestamp": 1621056271747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "policy-id",
  "timestamp": 1621056275451,
  "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-15T05:26:57.419Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8de94394-526a-4522-8b5a-8b996b11b34b
2021-05-15T05:26:57.419Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8de94394-526a-4522-8b5a-8b996b11b34b 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-15T05:26:57.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056272861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.425Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056276154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "aai-ml",
  "timestamp": 1621056271747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.425Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056272861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056276754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "clamp",
  "timestamp": 1621056277280,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:26:57.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "aai-ml",
  "timestamp": 1621056271747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056272861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056277759,
  "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-15T05:26:57.429Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8de94394-526a-4522-8b5a-8b996b11b34b
2021-05-15T05:26:57.430Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8de94394-526a-4522-8b5a-8b996b11b34b 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-15T05:26:57.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "clamp",
  "timestamp": 1621056278283,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T05:26:57.434Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "aai-ml",
  "timestamp": 1621056271747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.434Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056277869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.434Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056272861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.434Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056278761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T05:26:57.434Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056278855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.435Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "clamp",
  "timestamp": 1621056279286,
  "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-15T05:26:57.438Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 81642861-ae80-4ab8-98a8-3bf8f0034a2c
2021-05-15T05:26:57.438Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81642861-ae80-4ab8-98a8-3bf8f0034a2c 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-15T05:26:57.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "aai-ml",
  "timestamp": 1621056271747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056277869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056272861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056277869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056272861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "clamp",
  "timestamp": 1621056280289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.446Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056277869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.446Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "clamp",
  "timestamp": 1621056280289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.446Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056282172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.446Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "aai-ml",
  "timestamp": 1621056282465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.446Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056277869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.446Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "clamp",
  "timestamp": 1621056280289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.447Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056282955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.447Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056283174,
  "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-15T05:26:57.450Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8de94394-526a-4522-8b5a-8b996b11b34b
2021-05-15T05:26:57.451Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8de94394-526a-4522-8b5a-8b996b11b34b 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-15T05:26:57.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056277869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.456Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "clamp",
  "timestamp": 1621056280289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.456Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056284177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T05:26:57.456Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056277869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.456Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056284771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.457Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "clamp",
  "timestamp": 1621056280289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.457Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056277869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.457Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "clamp",
  "timestamp": 1621056280289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.457Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056286558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.457Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "clamp",
  "timestamp": 1621056280289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:26:57.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056287387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:26:57.458Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056287585,
  "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-15T05:26:57.461Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8de94394-526a-4522-8b5a-8b996b11b34b
2021-05-15T05:26:57.462Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8de94394-526a-4522-8b5a-8b996b11b34b 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-15T05:26:57.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "clamp",
  "timestamp": 1621056280289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:26:57.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:26:57.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056288589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T05:26:57.467Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "aai-ml",
  "timestamp": 1621056288962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:26:57.467Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056289485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:26:57.468Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:26:57.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "aai-ml",
  "timestamp": 1621056289965,
  "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-15T05:26:57.471Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8de94394-526a-4522-8b5a-8b996b11b34b
2021-05-15T05:26:57.472Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8de94394-526a-4522-8b5a-8b996b11b34b 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-15T05:26:57.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:26:57.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056290488,
  "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-15T05:26:57.482Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8de94394-526a-4522-8b5a-8b996b11b34b
2021-05-15T05:26:57.482Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8de94394-526a-4522-8b5a-8b996b11b34b 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-15T05:27:17.229Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43d34abf-b75b-4198-8bca-23b119e529c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:27:17.237Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43d34abf-b75b-4198-8bca-23b119e529c7
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-15T05:27:17.239Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T05:27:17.239Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-15T05:27:17.239Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-15T05:27:17.239Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-15T05:27:17.240Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:27:17.240Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:27:17.240Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:27:17.240Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:27:17.240Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:27:17.240Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:27:17.240Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:27:17.243Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-15T05:27:47.243Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 43d34abf-b75b-4198-8bca-23b119e529c7 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-15T05:27:47.247Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 43d34abf-b75b-4198-8bca-23b119e529c7 and serviceModelVersionId: 676f614f-2459-4c72-be15-c8d705892868
2021-05-15T05:27:47.247Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e9fa531b-523a-4bfd-903a-03be0a8c8cb2
2021-05-15T05:27:47.248Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e9fa531b-523a-4bfd-903a-03be0a8c8cb2/model-vers/model-ver/676f614f-2459-4c72-be15-c8d705892868?depth=0
2021-05-15T05:27:47.253Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-05-15T05:27:47.288Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9fa531b-523a-4bfd-903a-03be0a8c8cb2/model-vers/model-ver/676f614f-2459-4c72-be15-c8d705892868?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-15T05:27:47.289Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9fa531b-523a-4bfd-903a-03be0a8c8cb2/model-vers/model-ver/676f614f-2459-4c72-be15-c8d705892868?depth=0|INFO|500||Invoke
2021-05-15T05:27:47.306Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9fa531b-523a-4bfd-903a-03be0a8c8cb2/model-vers/model-ver/676f614f-2459-4c72-be15-c8d705892868?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-15T05:27:47.473Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9fa531b-523a-4bfd-903a-03be0a8c8cb2/model-vers/model-ver/676f614f-2459-4c72-be15-c8d705892868?depth=0|INFO|500||InvokeReturn
2021-05-15T05:27:47.474Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9fa531b-523a-4bfd-903a-03be0a8c8cb2/model-vers/model-ver/676f614f-2459-4c72-be15-c8d705892868?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210515-05:27:47:311-9753], vertex-id=[205008], Content-Length=[0], Date=[Sat, 15 May 2021 05:27:47 GMT], Content-Type=[application/json]}
2021-05-15T05:27:47.474Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-05-15T05:27:47.474Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-15T05:27:47.474Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:27:47.477Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||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-15T05:27:47.477Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 43d34abf-b75b-4198-8bca-23b119e529c7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-15T05:27:47.478Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-15T05:27:47.478Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:27:47.479Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:27:47.479Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056467478,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T05:27:47.580Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-15T05:27:47.581Z||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-15T05:27:47.581Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:27:47.593Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:27:47.593Z||pool-66-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-15T05:27:48.490Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-15T05:27:48.490Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"81642861-ae80-4ab8-98a8-3bf8f0034a2c","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"0648d8d7-a2d5-48ba-818e-ec7939e7c60e","serviceDescription":"service","serviceInvariantUUID":"33b60b69-e269-4c9c-9ab5-10af339f63f9","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"35ccfead-531a-4a43-b4b2-bbfd7e2df19a","resourceInvariantUUID":"8af0c7f6-130c-4b37-8f65-bee62700dbc7","resourceCustomizationUUID":"99405226-c5d1-49ec-95cf-651b9882161b","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":"6f337709-15fb-4c34-a339-7e29a6d30773","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":"YWJjNWQ1M2QwMWQ4NDhjYzdjMjM3OGU0NjQwMzdlN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a2b630db-429f-4f05-8eac-2adc528e6c11","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":"NTU5ZjYyM2Q3YmJhNzE0ZTJhYWJkYjgxODM1NzI3Mzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c9134d61-d019-4511-b41e-3b55d83e30dd","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":"a266e1b8-cbf3-4e75-af60-4d0d8e09e060","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":"b8b9474c-3f4c-47d6-a9a7-c60139b3f06b","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":"189f3dcf-eefd-4a19-8f67-70bd815a1a79","artifactVersion":"2","generatedFromUUID":"a266e1b8-cbf3-4e75-af60-4d0d8e09e060"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NGM2Yzc4YWUzZGM1MDFlMmEyNDBhODA3NDI0NzdkZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9a47dedd-2b27-4d0c-8fb5-32570270ce1a","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZDg2Nzg2YTRiNWQ5ZDE2YmY3MjFlODBmNzAyMWIwYTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f88c0318-c243-4dc4-8bf0-d9d1a6e9f360","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-15T05:27:48.491Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:27:48.491Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:27:48.493Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:27:48.493Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056237169,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:27:48.593Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:27:48.594Z||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-15T05:27:48.594Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:27:48.605Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:27:48.605Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:27:49.495Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:27:49.496Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:27:49.497Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:27:49.497Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056237169,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:27:49.598Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:27:49.598Z||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-15T05:27:49.598Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:27:49.609Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:27:49.609Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:27:50.498Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:27:50.499Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:27:50.501Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:27:50.501Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056237169,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:27:50.601Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:27:50.602Z||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-15T05:27:50.602Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:27:50.612Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:27:50.613Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:27:51.501Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:27:51.502Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:27:51.503Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:27:51.504Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056237169,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:27:51.604Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:27:51.604Z||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-15T05:27:51.604Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:27:51.614Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:27:51.614Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:27:52.504Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:27:52.505Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:27:52.506Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:27:52.507Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056237169,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:27:52.607Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:27:52.607Z||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-15T05:27:52.607Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:27:52.617Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:27:52.618Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-15T05:27:53.507Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:27:53.508Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:27:53.509Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:27:53.509Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056237169,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-15T05:27:53.609Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:27:53.610Z||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-15T05:27:53.610Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:27:53.620Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:27:53.621Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:27:54.510Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:27:54.510Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:27:54.512Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:27:54.512Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056237169,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:27:54.612Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:27:54.613Z||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-15T05:27:54.613Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:27:54.624Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:27:54.624Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:27:55.512Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:27:55.513Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:27:55.515Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:27:55.515Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056237169,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:27:55.615Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:27:55.616Z||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-15T05:27:55.616Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:27:55.625Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:27:55.625Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:27:56.516Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "0648d8d7-a2d5-48ba-818e-ec7939e7c60e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "33b60b69-e269-4c9c-9ab5-10af339f63f9",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "99405226-c5d1-49ec-95cf-651b9882161b",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "35ccfead-531a-4a43-b4b2-bbfd7e2df19a",
      "resourceInvariantUUID": "8af0c7f6-130c-4b37-8f65-bee62700dbc7",
      "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": "NTU5ZjYyM2Q3YmJhNzE0ZTJhYWJkYjgxODM1NzI3Mzk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c9134d61-d019-4511-b41e-3b55d83e30dd",
          "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": "a266e1b8-cbf3-4e75-af60-4d0d8e09e060",
          "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": "189f3dcf-eefd-4a19-8f67-70bd815a1a79",
            "generatedFromUUID": "a266e1b8-cbf3-4e75-af60-4d0d8e09e060"
          },
          "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": "189f3dcf-eefd-4a19-8f67-70bd815a1a79",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ZDg2Nzg2YTRiNWQ5ZDE2YmY3MjFlODBmNzAyMWIwYTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f88c0318-c243-4dc4-8bf0-d9d1a6e9f360"
    }
  ],
  "workloadContext": "Production"
}
2021-05-15T05:27:56.516Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-15T05:27:56.516Z|43d34abf-b75b-4198-8bca-23b119e529c7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0648d8d7-a2d5-48ba-818e-ec7939e7c60e ASDC
2021-05-15T05:27:56.517Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:81642861-ae80-4ab8-98a8-3bf8f0034a2c
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:0648d8d7-a2d5-48ba-818e-ec7939e7c60e
ServiceInvariantUUID:33b60b69-e269-4c9c-9ab5-10af339f63f9
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:f88c0318-c243-4dc4-8bf0-d9d1a6e9f360
ArtifactChecksum:ZDg2Nzg2YTRiNWQ5ZDE2YmY3MjFlODBmNzAyMWIwYTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:99405226-c5d1-49ec-95cf-651b9882161b
ResourceInvariantUUID:8af0c7f6-130c-4b37-8f65-bee62700dbc7
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:35ccfead-531a-4a43-b4b2-bbfd7e2df19a
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:c9134d61-d019-4511-b41e-3b55d83e30dd
ArtifactChecksum:NTU5ZjYyM2Q3YmJhNzE0ZTJhYWJkYjgxODM1NzI3Mzk=
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:a266e1b8-cbf3-4e75-af60-4d0d8e09e060
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:189f3dcf-eefd-4a19-8f67-70bd815a1a79
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:189f3dcf-eefd-4a19-8f67-70bd815a1a79
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-15T05:27:56.517Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0648d8d7-a2d5-48ba-818e-ec7939e7c60e 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-15T05:27:56.547Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T05:27:56.547Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T05:27:56.548Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T05:27:56.548Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f88c0318-c243-4dc4-8bf0-d9d1a6e9f360 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-05-15T05:27:56.548Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T05:27:56.548Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-05-15T05:27:57.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:27:57.174Z||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-15T05:27:57.174Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:27:57.193Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:27:57.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:27:57.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "clamp",
  "timestamp": 1621056297145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:27:57.194Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:27:57.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:27:57.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "clamp",
  "timestamp": 1621056299149,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:27:57.194Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:27:57.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:27:57.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "clamp",
  "timestamp": 1621056300152,
  "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-15T05:27:57.198Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8de94394-526a-4522-8b5a-8b996b11b34b
2021-05-15T05:27:57.198Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8de94394-526a-4522-8b5a-8b996b11b34b 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-15T05:27:57.750Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T05:27:57.754Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar f88c0318-c243-4dc4-8bf0-d9d1a6e9f360 76828
2021-05-15T05:27:57.754Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:27:57.754Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:27:57.754Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:27:57.754Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:27:57.756Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:27:57.756Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056477754,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:27:57.856Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:27:57.857Z||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-15T05:27:57.857Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:27:57.865Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:27:57.866Z||pool-75-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-05-15T05:27:58.757Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T05:27:58.758Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T05:27:58.758Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f88c0318-c243-4dc4-8bf0-d9d1a6e9f360, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-15T05:27:58.758Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-05-15T05:27:58.758Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-15T05:27:58.759Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-15T05:27:58.890Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11679259244958963624/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-15T05:27:59.893Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-15T05:27:59.894Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-15T05:27:59.894Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-15T05:27:59.894Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-15T05:27:59.894Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:27:59.894Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:27:59.895Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:27:59.895Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:27:59.895Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:27:59.895Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:27:59.895Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:27:59.895Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:27:59.896Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:27:59.896Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:27:59.896Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-15T05:27:59.896Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:27:59.897Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:27:59.897Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-15T05:27:59.897Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-15T05:27:59.897Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T05:27:59.897Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:27:59.898Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:27:59.898Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-15T05:27:59.898Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-15T05:27:59.898Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T05:27:59.898Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:27:59.898Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:27:59.899Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:27:59.899Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-05-15T05:27:59.899Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-05-15T05:27:59.899Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-05-15T05:27:59.899Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-05-15T05:27:59.900Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-15T05:27:59.900Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-15T05:27:59.900Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:27:59.900Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T05:27:59.900Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:27:59.901Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-15T05:27:59.901Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:27:59.901Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:27:59.901Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-15T05:27:59.901Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:27:59.902Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:27:59.902Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-15T05:27:59.902Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:27:59.902Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:27:59.902Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-05-15T05:27:59.902Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-15T05:27:59.903Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-15T05:27:59.903Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7f1dc8b1-896a-4903-9471-406634e896c2
2021-05-15T05:27:59.903Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:27:59.903Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:27:59.903Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:27:59.903Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:27:59.904Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:27:59.904Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:27:59.904Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:27:59.904Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:27:59.904Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:0648d8d7-a2d5-48ba-818e-ec7939e7c60e
Model Version:NULL
Model InvariantUuid:33b60b69-e269-4c9c-9ab5-10af339f63f9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:c31fb8fc-3e72-4e76-aeff-5cee977eeaac
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8af0c7f6-130c-4b37-8f65-bee62700dbc7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:99405226-c5d1-49ec-95cf-651b9882161b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f55ac60c-6a85-4be6-956b-5082e0cfb8f9
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:e1917500-c452-4076-8f6c-1d532e7ed8fa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7f1dc8b1-896a-4903-9471-406634e896c2
ModelInvariantUuid:a76f9d16-3db0-49b6-b5fb-a78e3b740830
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:839a7452-a966-4d66-99af-d1aa88ce057f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:8ddcfbe6-58e8-4eaf-af0d-89a08dd5cf03
ModelInvariantUuid:6bffb7a6-e5f9-4daf-b523-1ce120dbb490
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:f0f38de2-8f15-4e7e-a2df-3010997c2cc0
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-15T05:27:59.909Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 35ccfead-531a-4a43-b4b2-bbfd7e2df19a
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-15T05:27:59.912Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||basicclamp 0
2021-05-15T05:27:59.912Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 35ccfead-531a-4a43-b4b2-bbfd7e2df19a
2021-05-15T05:27:59.912Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c9134d61-d019-4511-b41e-3b55d83e30dd from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-05-15T05:27:59.912Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T05:27:59.913Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:28:02.353Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T05:28:02.353Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json c9134d61-d019-4511-b41e-3b55d83e30dd 790
2021-05-15T05:28:02.354Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:28:02.354Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:28:02.354Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:28:02.354Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:28:02.356Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:28:02.356Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056482354,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:28:02.456Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:28:02.457Z||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-15T05:28:02.457Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:28:02.466Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:28:02.467Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:28:03.357Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f55ac60c-6a85-4be6-956b-5082e0cfb8f9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e1917500-c452-4076-8f6c-1d532e7ed8fa",
    "vfModuleModelCustomizationUUID": "2a9c820f-4fa6-47dc-a661-cfe4ac9ff84d",
    "isBase": true,
    "artifacts": [
      "a266e1b8-cbf3-4e75-af60-4d0d8e09e060",
      "189f3dcf-eefd-4a19-8f67-70bd815a1a79"
    ],
    "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-15T05:28:03.361Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e1917500-c452-4076-8f6c-1d532e7ed8fa
VfModuleModelInvariantUUID:f55ac60c-6a85-4be6-956b-5082e0cfb8f9
VfModuleModelDescription:NULL
Artifacts UUID List:{
a266e1b8-cbf3-4e75-af60-4d0d8e09e060
,
189f3dcf-eefd-4a19-8f67-70bd815a1a79

}
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-15T05:28:03.363Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f55ac60c-6a85-4be6-956b-5082e0cfb8f9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e1917500-c452-4076-8f6c-1d532e7ed8fa",
    "vfModuleModelCustomizationUUID": "2a9c820f-4fa6-47dc-a661-cfe4ac9ff84d",
    "isBase": true,
    "artifacts": [
      "a266e1b8-cbf3-4e75-af60-4d0d8e09e060",
      "189f3dcf-eefd-4a19-8f67-70bd815a1a79"
    ],
    "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-15T05:28:03.363Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e1917500-c452-4076-8f6c-1d532e7ed8fa
VfModuleModelInvariantUUID:f55ac60c-6a85-4be6-956b-5082e0cfb8f9
VfModuleModelDescription:NULL
Artifacts UUID List:{
a266e1b8-cbf3-4e75-af60-4d0d8e09e060
,
189f3dcf-eefd-4a19-8f67-70bd815a1a79

}
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-15T05:28:03.363Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a266e1b8-cbf3-4e75-af60-4d0d8e09e060 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-05-15T05:28:03.363Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T05:28:03.363Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:28:04.358Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T05:28:04.358Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml a266e1b8-cbf3-4e75-af60-4d0d8e09e060 5033
2021-05-15T05:28:04.358Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:28:04.359Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:28:04.359Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:28:04.359Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:28:04.361Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:28:04.361Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056484358,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:28:04.461Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:28:04.462Z||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-15T05:28:04.462Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:28:04.478Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:28:04.478Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:28:05.362Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 189f3dcf-eefd-4a19-8f67-70bd815a1a79 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-05-15T05:28:05.362Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T05:28:05.363Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:28:06.357Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T05:28:06.358Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 189f3dcf-eefd-4a19-8f67-70bd815a1a79 909
2021-05-15T05:28:06.358Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:28:06.358Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:28:06.358Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:28:06.359Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:28:06.361Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:28:06.361Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056486358,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:28:06.461Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:28:06.462Z||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-15T05:28:06.462Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:28:06.470Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:28:06.471Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:28:07.361Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 0648d8d7-a2d5-48ba-818e-ec7939e7c60e
2021-05-15T05:28:07.362Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 35ccfead-531a-4a43-b4b2-bbfd7e2df19a 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-15T05:28:07.372Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:28:07.372Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:28:07.372Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-05-15T05:28:07.372Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 99405226-c5d1-49ec-95cf-651b9882161b
2021-05-15T05:28:07.372Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 99405226-c5d1-49ec-95cf-651b9882161b matches Tosca VF Customization UUID: 99405226-c5d1-49ec-95cf-651b9882161b
2021-05-15T05:28:07.372Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 99405226-c5d1-49ec-95cf-651b9882161b  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-15T05:28:07.374Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:28:07.374Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:28:07.375Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 99405226-c5d1-49ec-95cf-651b9882161b: {\"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-15T05:28:07.375Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7626bd96
2021-05-15T05:28:07.375Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:28:07.375Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T05:28:07.375Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2a9c820f-4fa6-47dc-a661-cfe4ac9ff84d
2021-05-15T05:28:07.375Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2a9c820f-4fa6-47dc-a661-cfe4ac9ff84d
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-15T05:28:07.377Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:28:07.377Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-15T05:28:07.377Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:28:07.377Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:28:07.377Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-15T05:28:07.377Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:28:07.378Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:28:07.378Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-05-15T05:28:07.378Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-15T05:28:07.378Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-15T05:28:07.378Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7f1dc8b1-896a-4903-9471-406634e896c2
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-15T05:28:07.379Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:28:07.379Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-15T05:28:07.380Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:28:07.380Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:28:07.380Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-15T05:28:07.380Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=99405226-c5d1-49ec-95cf-651b9882161b
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-15T05:28:07.382Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:28:07.382Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:28:07.382Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 0648d8d7-a2d5-48ba-818e-ec7939e7c60e: basicclamp
2021-05-15T05:28:07.382Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:28:07.382Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:28:07.382Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:28:07.382Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:28:07.382Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:28:07.383Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:28:07.383Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:28:07.383Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:28:07.383Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:28:07.383Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:28:07.383Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:28:07.437Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 35ccfead-531a-4a43-b4b2-bbfd7e2df19a 1 ASDC deployResourceStructure
2021-05-15T05:28:07.438Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:28:07.438Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:28:07.438Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:28:07.438Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:28:07.439Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:28:07.439Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056487438,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T05:28:07.540Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-15T05:28:07.541Z||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-15T05:28:07.541Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:28:07.550Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:28:07.550Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:28:08.440Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:28:08.441Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:28:08.441Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:28:08.441Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:28:08.443Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:28:08.443Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056488440,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-05-15T05:28:08.543Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:28:08.543Z||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-15T05:28:08.544Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:28:08.552Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:28:08.553Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:28:09.444Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:28:09.444Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:28:09.444Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:28:09.444Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:28:09.446Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:28:09.446Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056489443,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-05-15T05:28:09.546Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:28:09.546Z||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-15T05:28:09.547Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:28:09.556Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:28:09.557Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:28:10.446Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:28:10.447Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:28:10.447Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:28:10.447Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:28:10.448Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:28:10.449Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056490446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:28:10.549Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:28:10.549Z||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-15T05:28:10.550Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:28:10.560Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:28:10.560Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-15T05:28:11.450Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81642861-ae80-4ab8-98a8-3bf8f0034a2c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:28:11.458Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81642861-ae80-4ab8-98a8-3bf8f0034a2c
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-15T05:28:11.460Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T05:28:11.461Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-15T05:28:11.461Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-15T05:28:11.461Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-15T05:28:11.461Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:28:11.461Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:28:11.461Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:28:11.461Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:28:11.461Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:28:11.462Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:28:11.462Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:28:11.462Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:28:11.466Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-15T05:28:41.466Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 81642861-ae80-4ab8-98a8-3bf8f0034a2c 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-15T05:28:41.471Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 81642861-ae80-4ab8-98a8-3bf8f0034a2c and serviceModelVersionId: 0648d8d7-a2d5-48ba-818e-ec7939e7c60e
2021-05-15T05:28:41.472Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33b60b69-e269-4c9c-9ab5-10af339f63f9
2021-05-15T05:28:41.472Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33b60b69-e269-4c9c-9ab5-10af339f63f9/model-vers/model-ver/0648d8d7-a2d5-48ba-818e-ec7939e7c60e?depth=0
2021-05-15T05:28:41.476Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-05-15T05:28:41.505Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33b60b69-e269-4c9c-9ab5-10af339f63f9/model-vers/model-ver/0648d8d7-a2d5-48ba-818e-ec7939e7c60e?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-15T05:28:41.506Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33b60b69-e269-4c9c-9ab5-10af339f63f9/model-vers/model-ver/0648d8d7-a2d5-48ba-818e-ec7939e7c60e?depth=0|INFO|500||Invoke
2021-05-15T05:28:41.522Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33b60b69-e269-4c9c-9ab5-10af339f63f9/model-vers/model-ver/0648d8d7-a2d5-48ba-818e-ec7939e7c60e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-15T05:28:41.761Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33b60b69-e269-4c9c-9ab5-10af339f63f9/model-vers/model-ver/0648d8d7-a2d5-48ba-818e-ec7939e7c60e?depth=0|INFO|500||InvokeReturn
2021-05-15T05:28:41.761Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33b60b69-e269-4c9c-9ab5-10af339f63f9/model-vers/model-ver/0648d8d7-a2d5-48ba-818e-ec7939e7c60e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210515-05:28:41:526-17549], vertex-id=[217160], Content-Length=[0], Date=[Sat, 15 May 2021 05:28:41 GMT], Content-Type=[application/json]}
2021-05-15T05:28:41.761Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-05-15T05:28:41.762Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-15T05:28:41.762Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:28:41.765Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||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-15T05:28:41.766Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 81642861-ae80-4ab8-98a8-3bf8f0034a2c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-15T05:28:41.766Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-15T05:28:41.766Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:28:41.767Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:28:41.768Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056521766,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T05:28:41.868Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:28:41.869Z||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-15T05:28:41.869Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:28:41.883Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:28:41.883Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-15T05:28:42.785Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:28:42.785Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|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-15T05:28:42.786Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:28:47.079Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:28:47.080Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-15T05:28:47.080Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"8de94394-526a-4522-8b5a-8b996b11b34b","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e785b277-0923-4afd-b10b-748db5f6c6c8","serviceDescription":"service","serviceInvariantUUID":"ee1b9bd9-b137-4bd1-b3aa-51fb1996a79e","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6c131ab5-7288-4e2b-b072-af4575fedba6","resourceInvariantUUID":"17551330-11a9-40ba-a1d8-69f9ab547c19","resourceCustomizationUUID":"2faf9fe2-06c4-42ad-b0a8-cddce1ab2ac6","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":"MDU4ZDg0MzcyMWQ2ZjcwMmMzNTNmYWQ5N2NlZmYwYTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"309b155c-fbac-4531-9f31-c8d12dcb4ec2","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":"MzQ2NjI3NWU2NTc4ZjdkZGVlM2M5MDlmMzVjMjkwYzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76bb487e-b894-4bec-9e76-128f35756b60","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":"13999101-21c0-4e01-a439-3768aa38bd86","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":"1c334f1f-d611-40c4-b1c5-d621db89c784","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":"5fba7cdf-2e8f-40ac-9309-393effbb3257","artifactVersion":"2","generatedFromUUID":"13999101-21c0-4e01-a439-3768aa38bd86"},{"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":"ZDZjMDBmNjE0MzljNDc2ZTBhZWFhMDYwNTI4MjQ1NTI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"df5527d9-b1bf-4d4c-9561-b8fa1c47be8b","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":"MDI1NmY4ODkxOGY4NWY3OWNmODJjYzQyMjkwODIxY2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"af4f1f6c-5dc2-4bfd-8899-e9c99e25c865","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"M2JlNDM4ZGU0Nzc2NTNjOTgwNmMzNmEwZjcyOTkyNzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"38098855-436b-4b75-b2a1-789dc82bbee3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-15T05:28:47.081Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:28:47.081Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:28:47.083Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:28:47.083Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:47.184Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:28:47.185Z||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-15T05:28:47.185Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:28:47.195Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:28:47.195Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:28:48.084Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:28:48.085Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:28:48.086Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:28:48.086Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:28:48.187Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:28:48.188Z||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-15T05:28:48.188Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:28:48.199Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:28:48.199Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-15T05:28:49.087Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:28:49.088Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:28:49.090Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:28:49.090Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:28:49.190Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:28:49.191Z||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-15T05:28:49.191Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:28:49.200Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:28:49.201Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:28:50.090Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:28:50.091Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:28:50.093Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:28:50.093Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:50.193Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:28:50.194Z||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-15T05:28:50.194Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:28:50.204Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:28:50.204Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:28:51.093Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:28:51.094Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:28:51.096Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:28:51.096Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-15T05:28:51.196Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:28:51.197Z||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-15T05:28:51.197Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:28:51.207Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:28:51.208Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:28:52.097Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:28:52.097Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:28:52.099Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:28:52.099Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:52.199Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:28:52.200Z||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-15T05:28:52.200Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:28:52.211Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:28:52.211Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-15T05:28:53.099Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:28:53.100Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:28:53.101Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:28:53.101Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:53.202Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:28:53.202Z||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-15T05:28:53.202Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:28:53.212Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:28:53.212Z||pool-90-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:28:54.102Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:28:54.103Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:28:54.104Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:28:54.104Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:28:54.205Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:28:54.205Z||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-15T05:28:54.205Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:28:54.214Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:28:54.215Z||pool-91-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:28:55.105Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e785b277-0923-4afd-b10b-748db5f6c6c8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee1b9bd9-b137-4bd1-b3aa-51fb1996a79e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "2faf9fe2-06c4-42ad-b0a8-cddce1ab2ac6",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6c131ab5-7288-4e2b-b072-af4575fedba6",
      "resourceInvariantUUID": "17551330-11a9-40ba-a1d8-69f9ab547c19",
      "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": "MzQ2NjI3NWU2NTc4ZjdkZGVlM2M5MDlmMzVjMjkwYzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "76bb487e-b894-4bec-9e76-128f35756b60",
          "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": "13999101-21c0-4e01-a439-3768aa38bd86",
          "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": "5fba7cdf-2e8f-40ac-9309-393effbb3257",
            "generatedFromUUID": "13999101-21c0-4e01-a439-3768aa38bd86"
          },
          "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": "5fba7cdf-2e8f-40ac-9309-393effbb3257",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "M2JlNDM4ZGU0Nzc2NTNjOTgwNmMzNmEwZjcyOTkyNzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "38098855-436b-4b75-b2a1-789dc82bbee3"
    }
  ],
  "workloadContext": "Production"
}
2021-05-15T05:28:55.106Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-15T05:28:55.106Z|81642861-ae80-4ab8-98a8-3bf8f0034a2c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e785b277-0923-4afd-b10b-748db5f6c6c8 ASDC
2021-05-15T05:28:55.106Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:8de94394-526a-4522-8b5a-8b996b11b34b
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:e785b277-0923-4afd-b10b-748db5f6c6c8
ServiceInvariantUUID:ee1b9bd9-b137-4bd1-b3aa-51fb1996a79e
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:38098855-436b-4b75-b2a1-789dc82bbee3
ArtifactChecksum:M2JlNDM4ZGU0Nzc2NTNjOTgwNmMzNmEwZjcyOTkyNzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:2faf9fe2-06c4-42ad-b0a8-cddce1ab2ac6
ResourceInvariantUUID:17551330-11a9-40ba-a1d8-69f9ab547c19
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:6c131ab5-7288-4e2b-b072-af4575fedba6
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:76bb487e-b894-4bec-9e76-128f35756b60
ArtifactChecksum:MzQ2NjI3NWU2NTc4ZjdkZGVlM2M5MDlmMzVjMjkwYzE=
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:13999101-21c0-4e01-a439-3768aa38bd86
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:5fba7cdf-2e8f-40ac-9309-393effbb3257
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:5fba7cdf-2e8f-40ac-9309-393effbb3257
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-15T05:28:55.106Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e785b277-0923-4afd-b10b-748db5f6c6c8 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-15T05:28:55.131Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T05:28:55.132Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T05:28:55.132Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T05:28:55.132Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 38098855-436b-4b75-b2a1-789dc82bbee3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-05-15T05:28:55.133Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T05:28:55.133Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-05-15T05:28:56.120Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T05:28:56.123Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 38098855-436b-4b75-b2a1-789dc82bbee3 82038
2021-05-15T05:28:56.123Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:28:56.123Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:28:56.124Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:28:56.124Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:28:56.126Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:28:56.126Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056536123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:28:56.226Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:28:56.227Z||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-15T05:28:56.227Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:28:56.236Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:28:56.237Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:28:57.126Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T05:28:57.127Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T05:28:57.128Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 38098855-436b-4b75-b2a1-789dc82bbee3, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-15T05:28:57.128Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-05-15T05:28:57.128Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-15T05:28:57.128Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-15T05:28:57.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:28:57.173Z||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-15T05:28:57.176Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:28:57.196Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:28:57.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "cds",
  "timestamp": 1621056454329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "dcae-sch",
  "timestamp": 1621056455425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056452861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056457869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056452861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-15T05:28:57.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "dcae-sch",
  "timestamp": 1621056455425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "cds",
  "timestamp": 1621056454329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056457869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "cds",
  "timestamp": 1621056454329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056452861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-15T05:28:57.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "dcae-sch",
  "timestamp": 1621056455425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056457869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056463383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "cds",
  "timestamp": 1621056454329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "dcae-sch",
  "timestamp": 1621056455425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056452861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:28:57.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056457869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056464084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "policy-id",
  "timestamp": 1621056464198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056463383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-15T05:28:57.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "cds",
  "timestamp": 1621056454329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "dcae-sch",
  "timestamp": 1621056455425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056452861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:28:57.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056457869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056464084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "policy-id",
  "timestamp": 1621056464198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056463383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-15T05:28:57.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "cds",
  "timestamp": 1621056454329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056452861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "dcae-sch",
  "timestamp": 1621056455425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056457869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056465671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056464084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "policy-id",
  "timestamp": 1621056464198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056463383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:28:57.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "cds",
  "timestamp": 1621056454329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "dcae-sch",
  "timestamp": 1621056455425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056452861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-15T05:28:57.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056457869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056465671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-15T05:28:57.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d34abf-b75b-4198-8bca-23b119e529c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056467478,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T05:28:57.206Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:28:57.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056464084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "policy-id",
  "timestamp": 1621056464198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056463383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:28:57.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056452861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "cds",
  "timestamp": 1621056454329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "dcae-sch",
  "timestamp": 1621056455425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056457869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056465671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-15T05:28:57.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056237169,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056464084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "policy-id",
  "timestamp": 1621056464198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:28:57.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056463383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056452861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:28:57.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "cds",
  "timestamp": 1621056454329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:28:57.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "dcae-sch",
  "timestamp": 1621056455425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056457869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:28:57.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056465671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:28:57.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056237169,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056464084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "policy-id",
  "timestamp": 1621056464198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.210Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056463383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-15T05:28:57.210Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056465671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:28:57.210Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056237169,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:28:57.210Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056464084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.210Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056470825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:28:57.211Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:28:57.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "cds",
  "timestamp": 1621056470838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:28:57.211Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:28:57.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056470853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:28:57.211Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:28:57.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "policy-id",
  "timestamp": 1621056464198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.211Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056463383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.211Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056465671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.211Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056237169,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:28:57.212Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056464084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.212Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "cds",
  "timestamp": 1621056471843,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:28:57.253Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f698456c-8ce5-47be-87a5-3a2413666aba
2021-05-15T05:28:57.253Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f698456c-8ce5-47be-87a5-3a2413666aba 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-15T05:28:57.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "policy-id",
  "timestamp": 1621056464198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056463383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:28:57.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056465671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-15T05:28:57.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056237169,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1621056464084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "policy-id",
  "timestamp": 1621056464198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:28:57.261Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9394427200719638635/Definitions/service-BasicVmMacro-template.yml
2021-05-15T05:28:57.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056472925,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:28:57.261Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:28:57.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056472979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:28:57.262Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:28:57.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056465671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.262Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056237169,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-15T05:28:57.262Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056473522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:28:57.262Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:28:57.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621056473983,
  "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-15T05:28:57.266Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f698456c-8ce5-47be-87a5-3a2413666aba
2021-05-15T05:28:57.266Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f698456c-8ce5-47be-87a5-3a2413666aba 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-15T05:28:57.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.272Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056465671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:28:57.273Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.273Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "policy-id",
  "timestamp": 1621056474342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:28:57.273Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:28:57.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.273Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056237169,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:28:57.273Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.273Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056475058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:28:57.273Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:28:57.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.273Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "policy-id",
  "timestamp": 1621056475345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:28:57.273Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:28:57.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.273Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056237169,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:28:57.273Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:28:57.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.273Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "policy-id",
  "timestamp": 1621056476348,
  "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-15T05:28:57.277Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f698456c-8ce5-47be-87a5-3a2413666aba
2021-05-15T05:28:57.277Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f698456c-8ce5-47be-87a5-3a2413666aba 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-15T05:28:57.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056476455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:28:57.283Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:28:57.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:28:57.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056476954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:28:57.283Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-15T05:28:58.201Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-15T05:28:58.201Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-15T05:28:58.201Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-15T05:28:58.201Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-15T05:28:58.201Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:28:58.201Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:28:58.201Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:28:58.201Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:28:58.201Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:28:58.202Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:28:58.202Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:28:58.202Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:28:58.202Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:28:58.202Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:28:58.202Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-15T05:28:58.202Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:28:58.202Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:28:58.202Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-15T05:28:58.202Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-15T05:28:58.203Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T05:28:58.203Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:28:58.203Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:28:58.203Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-15T05:28:58.203Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-15T05:28:58.203Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T05:28:58.203Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:28:58.203Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:28:58.204Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:28:58.204Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-05-15T05:28:58.204Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-15T05:28:58.204Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-05-15T05:28:58.204Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-05-15T05:28:58.204Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-05-15T05:28:58.204Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-15T05:28:58.204Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:28:58.204Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T05:28:58.205Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:28:58.205Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-15T05:28:58.205Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:28:58.205Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:28:58.205Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-15T05:28:58.205Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:28:58.205Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:28:58.205Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-15T05:28:58.205Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:28:58.206Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:28:58.206Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-05-15T05:28:58.206Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-15T05:28:58.206Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-15T05:28:58.206Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=327b3190-ea6a-4b40-b099-c24405ba44af
2021-05-15T05:28:58.206Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:28:58.206Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:28:58.206Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:28:58.206Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:28:58.207Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:28:58.207Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:28:58.207Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:28:58.207Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:28:58.207Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:e785b277-0923-4afd-b10b-748db5f6c6c8
Model Version:NULL
Model InvariantUuid:ee1b9bd9-b137-4bd1-b3aa-51fb1996a79e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:d2a8978b-43f0-4bcc-ab5b-74690e0846e8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:17551330-11a9-40ba-a1d8-69f9ab547c19
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2faf9fe2-06c4-42ad-b0a8-cddce1ab2ac6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3921e89e-da9d-4a2a-b7e9-7cdb27c98e20
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:ea080d36-64cd-482b-ba6a-9edbbbcb15dc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:327b3190-ea6a-4b40-b099-c24405ba44af
ModelInvariantUuid:bd144ae7-7708-4cb2-b19b-b0d6ff8e0559
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:32d704d5-1ffc-42f3-8887-37de2e433f90
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:fd1d9733-d972-4c4b-bd43-a5269ec3ab53
ModelInvariantUuid:8477ea65-8689-44a4-910e-075f63e2082c
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:78c6dab1-9edf-494b-8c7d-d7f8f3ff123d
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-15T05:28:58.211Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 6c131ab5-7288-4e2b-b072-af4575fedba6
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-15T05:28:58.213Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||basic_vm_macro 0
2021-05-15T05:28:58.213Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6c131ab5-7288-4e2b-b072-af4575fedba6
2021-05-15T05:28:58.213Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 76bb487e-b894-4bec-9e76-128f35756b60 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-05-15T05:28:58.213Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T05:28:58.213Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:28:59.762Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T05:28:59.762Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 76bb487e-b894-4bec-9e76-128f35756b60 792
2021-05-15T05:28:59.762Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:28:59.763Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:28:59.763Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:28:59.763Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:28:59.765Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:28:59.765Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056539762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:28:59.865Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:28:59.866Z||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-15T05:28:59.866Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:28:59.876Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:28:59.876Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:29:00.766Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3921e89e-da9d-4a2a-b7e9-7cdb27c98e20",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ea080d36-64cd-482b-ba6a-9edbbbcb15dc",
    "vfModuleModelCustomizationUUID": "e2825353-1774-4907-bb53-7235c4fa6143",
    "isBase": true,
    "artifacts": [
      "13999101-21c0-4e01-a439-3768aa38bd86",
      "5fba7cdf-2e8f-40ac-9309-393effbb3257"
    ],
    "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-15T05:29:00.768Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ea080d36-64cd-482b-ba6a-9edbbbcb15dc
VfModuleModelInvariantUUID:3921e89e-da9d-4a2a-b7e9-7cdb27c98e20
VfModuleModelDescription:NULL
Artifacts UUID List:{
13999101-21c0-4e01-a439-3768aa38bd86
,
5fba7cdf-2e8f-40ac-9309-393effbb3257

}
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-15T05:29:00.770Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3921e89e-da9d-4a2a-b7e9-7cdb27c98e20",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ea080d36-64cd-482b-ba6a-9edbbbcb15dc",
    "vfModuleModelCustomizationUUID": "e2825353-1774-4907-bb53-7235c4fa6143",
    "isBase": true,
    "artifacts": [
      "13999101-21c0-4e01-a439-3768aa38bd86",
      "5fba7cdf-2e8f-40ac-9309-393effbb3257"
    ],
    "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-15T05:29:00.770Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ea080d36-64cd-482b-ba6a-9edbbbcb15dc
VfModuleModelInvariantUUID:3921e89e-da9d-4a2a-b7e9-7cdb27c98e20
VfModuleModelDescription:NULL
Artifacts UUID List:{
13999101-21c0-4e01-a439-3768aa38bd86
,
5fba7cdf-2e8f-40ac-9309-393effbb3257

}
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-15T05:29:00.770Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 13999101-21c0-4e01-a439-3768aa38bd86 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-05-15T05:29:00.770Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T05:29:00.770Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:29:01.967Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T05:29:01.967Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 13999101-21c0-4e01-a439-3768aa38bd86 5033
2021-05-15T05:29:01.967Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:29:01.968Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:29:01.968Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:29:01.968Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:29:01.970Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:29:01.970Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056541967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:29:02.070Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:29:02.070Z||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-15T05:29:02.071Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:29:02.079Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:29:02.079Z||pool-94-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:29:02.970Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5fba7cdf-2e8f-40ac-9309-393effbb3257 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-05-15T05:29:02.971Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T05:29:02.971Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:29:03.676Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T05:29:03.677Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 5fba7cdf-2e8f-40ac-9309-393effbb3257 903
2021-05-15T05:29:03.677Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:29:03.677Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:29:03.677Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:29:03.677Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:29:03.679Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:29:03.679Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056543677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:29:03.779Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:29:03.780Z||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-15T05:29:03.780Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:29:03.789Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:29:03.789Z||pool-95-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:29:04.679Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e785b277-0923-4afd-b10b-748db5f6c6c8
2021-05-15T05:29:04.680Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 6c131ab5-7288-4e2b-b072-af4575fedba6 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-15T05:29:04.691Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:29:04.691Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:29:04.691Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-05-15T05:29:04.691Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 2faf9fe2-06c4-42ad-b0a8-cddce1ab2ac6
2021-05-15T05:29:04.691Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2faf9fe2-06c4-42ad-b0a8-cddce1ab2ac6 matches Tosca VF Customization UUID: 2faf9fe2-06c4-42ad-b0a8-cddce1ab2ac6
2021-05-15T05:29:04.691Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 2faf9fe2-06c4-42ad-b0a8-cddce1ab2ac6  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-15T05:29:04.693Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:29:04.693Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:29:04.694Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 2faf9fe2-06c4-42ad-b0a8-cddce1ab2ac6: {\"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-15T05:29:04.694Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@333cbf74
2021-05-15T05:29:04.694Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:29:04.694Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T05:29:04.694Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e2825353-1774-4907-bb53-7235c4fa6143
2021-05-15T05:29:04.694Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e2825353-1774-4907-bb53-7235c4fa6143
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-15T05:29:04.696Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:29:04.696Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-15T05:29:04.696Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:29:04.696Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:29:04.697Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-15T05:29:04.697Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:29:04.697Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:29:04.697Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-05-15T05:29:04.697Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-15T05:29:04.697Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-15T05:29:04.697Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=327b3190-ea6a-4b40-b099-c24405ba44af
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-15T05:29:04.699Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:29:04.699Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-15T05:29:04.699Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:29:04.699Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:29:04.699Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-15T05:29:04.699Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2faf9fe2-06c4-42ad-b0a8-cddce1ab2ac6
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-15T05:29:04.700Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:29:04.701Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:29:04.701Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e785b277-0923-4afd-b10b-748db5f6c6c8: basic_vm_macro
2021-05-15T05:29:04.701Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:29:04.701Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:29:04.701Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:29:04.701Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:29:04.702Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:29:04.702Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:29:04.703Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:29:04.703Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:29:04.703Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:29:04.703Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:29:04.703Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:29:04.758Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 6c131ab5-7288-4e2b-b072-af4575fedba6 1 ASDC deployResourceStructure
2021-05-15T05:29:04.759Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:29:04.759Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:29:04.759Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:29:04.759Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:29:04.760Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:29:04.760Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056544758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T05:29:04.862Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-15T05:29:04.862Z||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-15T05:29:04.862Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:29:04.873Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:29:04.874Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:29:05.761Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:29:05.762Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:29:05.762Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:29:05.762Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:29:05.764Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:29:05.764Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056545761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-05-15T05:29:05.864Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:29:05.864Z||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-15T05:29:05.865Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:29:05.874Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:29:05.874Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:29:06.765Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:29:06.765Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:29:06.765Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:29:06.765Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:29:06.767Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:29:06.767Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056546765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-05-15T05:29:06.867Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:29:06.868Z||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-15T05:29:06.868Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:29:06.877Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:29:06.877Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:29:07.768Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:29:07.768Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:29:07.768Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:29:07.769Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:29:07.770Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:29:07.770Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056547768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:29:07.870Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:29:07.871Z||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-15T05:29:07.871Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:29:07.880Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:29:07.880Z||pool-99-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:29:08.771Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8de94394-526a-4522-8b5a-8b996b11b34b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:29:08.779Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8de94394-526a-4522-8b5a-8b996b11b34b
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-15T05:29:08.780Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T05:29:08.781Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-15T05:29:08.781Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-15T05:29:08.781Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-15T05:29:08.781Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:29:08.781Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:29:08.781Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:29:08.781Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:29:08.781Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:29:08.781Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:29:08.781Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:29:08.785Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-15T05:29:38.785Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8de94394-526a-4522-8b5a-8b996b11b34b 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-15T05:29:38.789Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8de94394-526a-4522-8b5a-8b996b11b34b and serviceModelVersionId: e785b277-0923-4afd-b10b-748db5f6c6c8
2021-05-15T05:29:38.789Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee1b9bd9-b137-4bd1-b3aa-51fb1996a79e
2021-05-15T05:29:38.790Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee1b9bd9-b137-4bd1-b3aa-51fb1996a79e/model-vers/model-ver/e785b277-0923-4afd-b10b-748db5f6c6c8?depth=0
2021-05-15T05:29:38.794Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-05-15T05:29:38.826Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ee1b9bd9-b137-4bd1-b3aa-51fb1996a79e/model-vers/model-ver/e785b277-0923-4afd-b10b-748db5f6c6c8?depth=0|INFO|500||Invoke
2021-05-15T05:29:38.827Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ee1b9bd9-b137-4bd1-b3aa-51fb1996a79e/model-vers/model-ver/e785b277-0923-4afd-b10b-748db5f6c6c8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ee1b9bd9-b137-4bd1-b3aa-51fb1996a79e/model-vers/model-ver/e785b277-0923-4afd-b10b-748db5f6c6c8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8de94394-526a-4522-8b5a-8b996b11b34b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[252b4adf-fbd6-4d50-b4b2-84cc9d010104], X-ECOMP-RequestID=[8de94394-526a-4522-8b5a-8b996b11b34b], X-TransactionId=[], X-ONAP-RequestID=[8de94394-526a-4522-8b5a-8b996b11b34b], Content-Type=[application/merge-patch+json]}
2021-05-15T05:29:38.843Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ee1b9bd9-b137-4bd1-b3aa-51fb1996a79e/model-vers/model-ver/e785b277-0923-4afd-b10b-748db5f6c6c8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-15T05:29:39.352Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ee1b9bd9-b137-4bd1-b3aa-51fb1996a79e/model-vers/model-ver/e785b277-0923-4afd-b10b-748db5f6c6c8?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/ee1b9bd9-b137-4bd1-b3aa-51fb1996a79e/model-vers/model-ver/e785b277-0923-4afd-b10b-748db5f6c6c8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210515-05:29:38:847-7810], vertex-id=[196616], Content-Length=[0], Date=[Sat, 15 May 2021 05:29:38 GMT], Content-Type=[application/json]}
2021-05-15T05:29:39.352Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ee1b9bd9-b137-4bd1-b3aa-51fb1996a79e/model-vers/model-ver/e785b277-0923-4afd-b10b-748db5f6c6c8?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-15T05:29:39.353Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ee1b9bd9-b137-4bd1-b3aa-51fb1996a79e/model-vers/model-ver/e785b277-0923-4afd-b10b-748db5f6c6c8?depth=0|INFO|500||InvokeReturn
2021-05-15T05:29:39.353Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-15T05:29:39.353Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:29:39.356Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||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-15T05:29:39.356Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8de94394-526a-4522-8b5a-8b996b11b34b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-15T05:29:39.356Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-15T05:29:39.356Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:29:39.358Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:29:39.358Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056579356,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T05:29:39.458Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:29:39.459Z||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-15T05:29:39.459Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:29:39.471Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:29:39.471Z||pool-100-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-15T05:29:40.367Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-15T05:29:40.367Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"f698456c-8ce5-47be-87a5-3a2413666aba","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"e1616218-a6b3-4e24-a542-ad66b7cd713d","serviceDescription":"service","serviceInvariantUUID":"17307c43-3919-494e-a65d-3ad038221835","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bebd5c74-0afc-4ced-aeb0-f973d80c63fc","resourceInvariantUUID":"7180a0ae-8422-4c59-b5d3-bd9091e95a92","resourceCustomizationUUID":"483e1b4d-bf9c-435d-8a3b-9e26e5962102","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":"M2VmNmExMzNlOTZiMWMzOTRmN2JhYzM1Y2Q4ZGIwNTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ef26d17f-ea19-4d0b-b9f1-0aad8de51f06","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":"83b33836-84cb-4cd5-9290-6743c68bae58","artifactVersion":"2","generatedFromUUID":"99a18ce4-c296-4082-81cc-2a9d7d2eaf56"},{"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":"99a18ce4-c296-4082-81cc-2a9d7d2eaf56","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":"NTNhMzlkMjM1ZmRlZWFiYmQ1NjI2MjUxMDQ0ZTdhMjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6c61a652-4ef7-49cb-a276-0186ce1e9928","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":"6cdb33d0-0b6a-4e2e-94c5-bf1dfcf3cb4a","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":"b120a395-2175-40fd-9f96-01c530bfd8b4","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":"ebb60ed2-84bc-4e9e-9e19-a7485e9286a7","artifactVersion":"2","generatedFromUUID":"6cdb33d0-0b6a-4e2e-94c5-bf1dfcf3cb4a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YTVlMDAwZTU1YmM0MDkxM2YzYWNmOTJlNjk1MmE0NDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a6cc6538-356c-42b5-a883-a00099707de6","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NWI5MTExY2UyNjgyNzNkYzFhZGMxMWVjMjhjN2JkMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c01531e-8482-4b0f-8565-15e7b379a638","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-15T05:29:40.367Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:29:40.367Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:29:40.369Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:29:40.369Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:29:40.469Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:29:40.470Z||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-15T05:29:40.470Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:29:40.478Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:29:40.478Z||pool-101-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:29:41.369Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:29:41.370Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:29:41.372Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:29:41.372Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-15T05:29:41.472Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:29:41.473Z||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-15T05:29:41.473Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:29:41.482Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:29:41.482Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:29:42.372Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:29:42.373Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:29:42.375Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:29:42.375Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-15T05:29:42.475Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-15T05:29:42.476Z||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-15T05:29:42.476Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:29:42.486Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:29:42.487Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:29:43.376Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:29:43.377Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:29:43.379Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:29:43.379Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:29:43.479Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:29:43.480Z||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-15T05:29:43.480Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:29:43.489Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:29:43.489Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:29:44.379Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:29:44.380Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:29:44.381Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:29:44.382Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:29:44.482Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:29:44.483Z||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-15T05:29:44.483Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:29:44.491Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:29:44.492Z||pool-105-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-15T05:29:45.382Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:29:45.383Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:29:45.384Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:29:45.384Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:29:45.485Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-15T05:29:45.485Z||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-15T05:29:45.485Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:29:45.497Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:29:45.497Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:29:46.385Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:29:46.386Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:29:46.387Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:29:46.387Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-15T05:29:46.487Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:29:46.488Z||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-15T05:29:46.488Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:29:46.497Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:29:46.497Z||pool-107-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:29:47.388Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:29:47.388Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:29:47.390Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:29:47.390Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:29:47.490Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:29:47.491Z||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-15T05:29:47.491Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:29:47.499Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:29:47.500Z||pool-108-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:29:48.391Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:29:48.391Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:29:48.393Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:29:48.393Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:29:48.493Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:29:48.494Z||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-15T05:29:48.494Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:29:48.502Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:29:48.502Z||pool-109-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:29:49.394Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "e1616218-a6b3-4e24-a542-ad66b7cd713d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "17307c43-3919-494e-a65d-3ad038221835",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "483e1b4d-bf9c-435d-8a3b-9e26e5962102",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bebd5c74-0afc-4ced-aeb0-f973d80c63fc",
      "resourceInvariantUUID": "7180a0ae-8422-4c59-b5d3-bd9091e95a92",
      "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": "83b33836-84cb-4cd5-9290-6743c68bae58",
          "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": "99a18ce4-c296-4082-81cc-2a9d7d2eaf56",
          "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": "NTNhMzlkMjM1ZmRlZWFiYmQ1NjI2MjUxMDQ0ZTdhMjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6c61a652-4ef7-49cb-a276-0186ce1e9928",
          "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": "6cdb33d0-0b6a-4e2e-94c5-bf1dfcf3cb4a",
          "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": "ebb60ed2-84bc-4e9e-9e19-a7485e9286a7",
            "generatedFromUUID": "6cdb33d0-0b6a-4e2e-94c5-bf1dfcf3cb4a"
          },
          "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": "ebb60ed2-84bc-4e9e-9e19-a7485e9286a7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NWI5MTExY2UyNjgyNzNkYzFhZGMxMWVjMjhjN2JkMDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0c01531e-8482-4b0f-8565-15e7b379a638"
    }
  ],
  "workloadContext": "Production"
}
2021-05-15T05:29:49.394Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-15T05:29:49.395Z|8de94394-526a-4522-8b5a-8b996b11b34b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 e1616218-a6b3-4e24-a542-ad66b7cd713d ASDC
2021-05-15T05:29:49.395Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f698456c-8ce5-47be-87a5-3a2413666aba
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:e1616218-a6b3-4e24-a542-ad66b7cd713d
ServiceInvariantUUID:17307c43-3919-494e-a65d-3ad038221835
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:0c01531e-8482-4b0f-8565-15e7b379a638
ArtifactChecksum:NWI5MTExY2UyNjgyNzNkYzFhZGMxMWVjMjhjN2JkMDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:483e1b4d-bf9c-435d-8a3b-9e26e5962102
ResourceInvariantUUID:7180a0ae-8422-4c59-b5d3-bd9091e95a92
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:bebd5c74-0afc-4ced-aeb0-f973d80c63fc
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:83b33836-84cb-4cd5-9290-6743c68bae58
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:99a18ce4-c296-4082-81cc-2a9d7d2eaf56
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:6c61a652-4ef7-49cb-a276-0186ce1e9928
ArtifactChecksum:NTNhMzlkMjM1ZmRlZWFiYmQ1NjI2MjUxMDQ0ZTdhMjA=
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:6cdb33d0-0b6a-4e2e-94c5-bf1dfcf3cb4a
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:ebb60ed2-84bc-4e9e-9e19-a7485e9286a7
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:ebb60ed2-84bc-4e9e-9e19-a7485e9286a7
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-15T05:29:49.395Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e1616218-a6b3-4e24-a542-ad66b7cd713d 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-15T05:29:49.418Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T05:29:49.419Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T05:29:49.419Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T05:29:49.419Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0c01531e-8482-4b0f-8565-15e7b379a638 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-05-15T05:29:49.420Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T05:29:49.420Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-05-15T05:29:49.835Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T05:29:49.838Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 0c01531e-8482-4b0f-8565-15e7b379a638 71165
2021-05-15T05:29:49.838Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:29:49.839Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:29:49.839Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:29:49.839Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:29:49.840Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:29:49.841Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056589838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:29:49.941Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:29:49.941Z||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-15T05:29:49.942Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:29:49.954Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:29:49.954Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:29:50.841Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T05:29:50.842Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T05:29:50.843Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 0c01531e-8482-4b0f-8565-15e7b379a638, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-15T05:29:50.843Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-05-15T05:29:50.843Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-15T05:29:50.843Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-15T05:29:50.976Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17711527203828042727/Definitions/service-BasicCnf-template.yml
2021-05-15T05:29:51.928Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-15T05:29:51.928Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-15T05:29:51.928Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-15T05:29:51.928Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-05-15T05:29:51.928Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:29:51.929Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:29:51.929Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:29:51.929Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:29:51.929Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:29:51.929Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-15T05:29:51.929Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:29:51.929Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:29:51.929Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-15T05:29:51.929Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-15T05:29:51.929Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T05:29:51.929Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:29:51.930Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:29:51.930Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-15T05:29:51.930Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-15T05:29:51.930Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T05:29:51.930Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:29:51.930Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:29:51.930Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:29:51.930Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-05-15T05:29:51.930Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-05-15T05:29:51.931Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2021-05-15T05:29:51.931Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-15T05:29:51.931Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:29:51.931Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T05:29:51.931Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:29:51.931Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-15T05:29:51.931Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:29:51.931Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:29:51.931Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-15T05:29:51.932Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:29:51.932Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:29:51.932Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-15T05:29:51.932Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:29:51.932Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:29:51.932Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-05-15T05:29:51.932Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-05-15T05:29:51.932Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=dc0ee388-5853-476d-a2fe-ef7ed0b3e7ca
2021-05-15T05:29:51.933Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:29:51.933Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:29:51.933Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:29:51.933Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:29:51.933Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:29:51.933Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:29:51.933Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:29:51.933Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:29:51.933Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:e1616218-a6b3-4e24-a542-ad66b7cd713d
Model Version:NULL
Model InvariantUuid:17307c43-3919-494e-a65d-3ad038221835
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:76037615-82f5-4c03-9405-89bad3a9e619
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7180a0ae-8422-4c59-b5d3-bd9091e95a92
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:483e1b4d-bf9c-435d-8a3b-9e26e5962102
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:24d3d537-0a6d-4490-a9ab-4350b42ffc1f
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:3d4f7253-86d0-415d-b465-6fc8761b76a6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:dc0ee388-5853-476d-a2fe-ef7ed0b3e7ca
ModelInvariantUuid:67708414-e9b5-4261-a87f-8c304681243b
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:f8e11dac-04c4-4666-a8c1-6e05e0c6517b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:8d42f22a-a75c-4acf-9a39-15c08788fbf0
ModelInvariantUuid:3b46d06c-e109-41c1-857a-295f49411c2c
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:2a52e184-044a-4685-8237-33e457e40c77
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-15T05:29:51.937Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: bebd5c74-0afc-4ced-aeb0-f973d80c63fc
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-15T05:29:51.939Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||basic_cnf 0
2021-05-15T05:29:51.939Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bebd5c74-0afc-4ced-aeb0-f973d80c63fc
2021-05-15T05:29:51.939Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 83b33836-84cb-4cd5-9290-6743c68bae58 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-05-15T05:29:51.939Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T05:29:51.939Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:29:52.933Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T05:29:52.933Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 83b33836-84cb-4cd5-9290-6743c68bae58 12
2021-05-15T05:29:52.933Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:29:52.933Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:29:52.934Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:29:52.934Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:29:52.935Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:29:52.936Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056592933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:29:53.036Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:29:53.036Z||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-15T05:29:53.037Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:29:53.046Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:29:53.047Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:29:53.936Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 99a18ce4-c296-4082-81cc-2a9d7d2eaf56 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-05-15T05:29:53.937Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T05:29:53.937Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:29:54.248Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T05:29:54.249Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 99a18ce4-c296-4082-81cc-2a9d7d2eaf56 2688
2021-05-15T05:29:54.249Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:29:54.249Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:29:54.249Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:29:54.249Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:29:54.251Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:29:54.251Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056594249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:29:54.351Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:29:54.352Z||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-15T05:29:54.352Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:29:54.363Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:29:54.363Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:29:55.252Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6c61a652-4ef7-49cb-a276-0186ce1e9928 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-05-15T05:29:55.253Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T05:29:55.253Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:29:56.624Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T05:29:56.624Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 6c61a652-4ef7-49cb-a276-0186ce1e9928 828
2021-05-15T05:29:56.624Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:29:56.624Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:29:56.624Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:29:56.625Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:29:56.626Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:29:56.626Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056596624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:29:56.726Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:29:56.727Z||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-15T05:29:56.727Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:29:56.737Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:29:56.738Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:29:57.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:29:57.172Z||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-15T05:29:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:29:57.193Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:29:57.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056477754,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:29:57.195Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:29:57.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056477856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:29:57.195Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:29:57.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "clamp",
  "timestamp": 1621056478058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:29:57.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:29:57.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056478912,
  "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-15T05:29:57.199Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f698456c-8ce5-47be-87a5-3a2413666aba
2021-05-15T05:29:57.200Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f698456c-8ce5-47be-87a5-3a2413666aba 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-15T05:29:57.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "aai-ml",
  "timestamp": 1621056478331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:29:57.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:29:57.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056479157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:29:57.207Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:29:57.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056479652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:29:57.207Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:29:57.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "clamp",
  "timestamp": 1621056478058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:29:57.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:29:57.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621056479915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T05:29:57.207Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:29:57.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "aai-ml",
  "timestamp": 1621056478331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:29:57.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:29:57.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "clamp",
  "timestamp": 1621056478058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:29:57.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:29:57.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "aai-ml",
  "timestamp": 1621056478331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:29:57.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:29:57.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "clamp",
  "timestamp": 1621056478058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:29:57.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:29:57.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "aai-ml",
  "timestamp": 1621056478331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:29:57.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:29:57.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056482349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:29:57.208Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:29:57.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056482354,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:29:57.208Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:29:57.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056482573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:29:57.208Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:29:57.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "clamp",
  "timestamp": 1621056478058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:29:57.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:29:57.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "aai-ml",
  "timestamp": 1621056478331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:29:57.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:29:57.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056483353,
  "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-15T05:29:57.211Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f698456c-8ce5-47be-87a5-3a2413666aba
2021-05-15T05:29:57.212Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f698456c-8ce5-47be-87a5-3a2413666aba 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-15T05:29:57.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "clamp",
  "timestamp": 1621056478058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:29:57.216Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:29:57.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "aai-ml",
  "timestamp": 1621056478331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:29:57.216Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:29:57.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621056484355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T05:29:57.216Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:29:57.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056484358,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:29:57.217Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:29:57.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056484572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:29:57.217Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:29:57.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "clamp",
  "timestamp": 1621056478058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:29:57.217Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:29:57.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "aai-ml",
  "timestamp": 1621056478331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:29:57.217Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:29:57.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056485575,
  "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-15T05:29:57.220Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f698456c-8ce5-47be-87a5-3a2413666aba
2021-05-15T05:29:57.220Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f698456c-8ce5-47be-87a5-3a2413666aba 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-15T05:29:57.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "clamp",
  "timestamp": 1621056478058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:29:57.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:29:57.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "aai-ml",
  "timestamp": 1621056478331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:29:57.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:29:57.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056486358,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:29:57.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:29:57.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621056486578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T05:29:57.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:29:57.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "clamp",
  "timestamp": 1621056478058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:29:57.225Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:29:57.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "aai-ml",
  "timestamp": 1621056478331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:29:57.225Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:29:57.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056487438,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T05:29:57.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:29:57.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056488440,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-05-15T05:29:57.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:29:57.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "aai-ml",
  "timestamp": 1621056488565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:29:57.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:29:57.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056489443,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-05-15T05:29:57.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:29:57.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056490446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:29:57.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:29:57.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "aai-ml",
  "timestamp": 1621056495154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:29:57.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:29:57.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "clamp",
  "timestamp": 1621056495177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:29:57.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:29:57.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "aai-ml",
  "timestamp": 1621056496157,
  "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-15T05:29:57.229Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f698456c-8ce5-47be-87a5-3a2413666aba
2021-05-15T05:29:57.229Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f698456c-8ce5-47be-87a5-3a2413666aba 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-15T05:29:57.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "clamp",
  "timestamp": 1621056497187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:29:57.235Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:29:57.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "clamp",
  "timestamp": 1621056498191,
  "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-15T05:29:57.238Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f698456c-8ce5-47be-87a5-3a2413666aba
2021-05-15T05:29:57.238Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f698456c-8ce5-47be-87a5-3a2413666aba 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-15T05:29:57.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81642861-ae80-4ab8-98a8-3bf8f0034a2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056521766,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T05:29:57.243Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:29:57.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:29:57.243Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:29:57.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:29:57.244Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:29:57.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:29:57.244Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:29:57.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:29:57.244Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:29:57.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-15T05:29:57.244Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:29:57.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:29:57.244Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:29:57.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:29:57.244Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:29:57.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:29:57.245Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:29:57.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:29:57.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056536123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:29:57.245Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:29:57.627Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "24d3d537-0a6d-4490-a9ab-4350b42ffc1f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3d4f7253-86d0-415d-b465-6fc8761b76a6",
    "vfModuleModelCustomizationUUID": "f3094116-265d-4305-9ef1-2e5d213a7568",
    "isBase": true,
    "artifacts": [
      "6cdb33d0-0b6a-4e2e-94c5-bf1dfcf3cb4a",
      "99a18ce4-c296-4082-81cc-2a9d7d2eaf56",
      "ebb60ed2-84bc-4e9e-9e19-a7485e9286a7"
    ],
    "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-15T05:29:57.631Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3d4f7253-86d0-415d-b465-6fc8761b76a6
VfModuleModelInvariantUUID:24d3d537-0a6d-4490-a9ab-4350b42ffc1f
VfModuleModelDescription:NULL
Artifacts UUID List:{
6cdb33d0-0b6a-4e2e-94c5-bf1dfcf3cb4a
,
99a18ce4-c296-4082-81cc-2a9d7d2eaf56
,
ebb60ed2-84bc-4e9e-9e19-a7485e9286a7

}
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-15T05:29:57.638Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "24d3d537-0a6d-4490-a9ab-4350b42ffc1f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3d4f7253-86d0-415d-b465-6fc8761b76a6",
    "vfModuleModelCustomizationUUID": "f3094116-265d-4305-9ef1-2e5d213a7568",
    "isBase": true,
    "artifacts": [
      "6cdb33d0-0b6a-4e2e-94c5-bf1dfcf3cb4a",
      "99a18ce4-c296-4082-81cc-2a9d7d2eaf56",
      "ebb60ed2-84bc-4e9e-9e19-a7485e9286a7"
    ],
    "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-15T05:29:57.642Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3d4f7253-86d0-415d-b465-6fc8761b76a6
VfModuleModelInvariantUUID:24d3d537-0a6d-4490-a9ab-4350b42ffc1f
VfModuleModelDescription:NULL
Artifacts UUID List:{
6cdb33d0-0b6a-4e2e-94c5-bf1dfcf3cb4a
,
99a18ce4-c296-4082-81cc-2a9d7d2eaf56
,
ebb60ed2-84bc-4e9e-9e19-a7485e9286a7

}
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-15T05:29:57.642Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6cdb33d0-0b6a-4e2e-94c5-bf1dfcf3cb4a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-05-15T05:29:57.642Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T05:29:57.643Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:29:58.920Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T05:29:58.921Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 6cdb33d0-0b6a-4e2e-94c5-bf1dfcf3cb4a 1164
2021-05-15T05:29:58.921Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:29:58.921Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:29:58.922Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:29:58.922Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:29:58.924Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:29:58.924Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056598921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:29:59.024Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:29:59.025Z||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-15T05:29:59.025Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:29:59.035Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:29:59.035Z||pool-114-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:29:59.925Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ebb60ed2-84bc-4e9e-9e19-a7485e9286a7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-05-15T05:29:59.925Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T05:29:59.926Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:30:00.677Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T05:30:00.678Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ebb60ed2-84bc-4e9e-9e19-a7485e9286a7 200
2021-05-15T05:30:00.678Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:30:00.678Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:30:00.678Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:30:00.679Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:30:00.681Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:30:00.681Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056600678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:30:00.782Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:30:00.782Z||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-15T05:30:00.783Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:30:00.794Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:30:00.794Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:30:01.682Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e1616218-a6b3-4e24-a542-ad66b7cd713d
2021-05-15T05:30:01.683Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 bebd5c74-0afc-4ced-aeb0-f973d80c63fc ASDC
2021-05-15T05:30:01.690Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:30:01.702Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:30:01.702Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:30:01.702Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-05-15T05:30:01.702Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 483e1b4d-bf9c-435d-8a3b-9e26e5962102
2021-05-15T05:30:01.702Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 483e1b4d-bf9c-435d-8a3b-9e26e5962102 matches Tosca VF Customization UUID: 483e1b4d-bf9c-435d-8a3b-9e26e5962102
2021-05-15T05:30:01.703Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 483e1b4d-bf9c-435d-8a3b-9e26e5962102  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-15T05:30:01.704Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:30:01.705Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:30:01.706Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 483e1b4d-bf9c-435d-8a3b-9e26e5962102: {\"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-15T05:30:01.706Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f326809
2021-05-15T05:30:01.707Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:30:01.707Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T05:30:01.707Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f3094116-265d-4305-9ef1-2e5d213a7568
2021-05-15T05:30:01.707Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f3094116-265d-4305-9ef1-2e5d213a7568
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-15T05:30:01.709Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:30:01.709Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-15T05:30:01.709Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:30:01.711Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:30:01.711Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-15T05:30:01.711Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:30:01.711Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:30:01.711Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-05-15T05:30:01.712Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-05-15T05:30:01.712Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=dc0ee388-5853-476d-a2fe-ef7ed0b3e7ca
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-15T05:30:01.714Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:30:01.714Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-15T05:30:01.714Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:30:01.715Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:30:01.715Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-15T05:30:01.715Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=483e1b4d-bf9c-435d-8a3b-9e26e5962102
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-15T05:30:01.716Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:30:01.717Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:30:01.717Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e1616218-a6b3-4e24-a542-ad66b7cd713d: basic_cnf
2021-05-15T05:30:01.717Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:30:01.717Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:30:01.718Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:30:01.718Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:30:01.718Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:30:01.718Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:30:01.718Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:30:01.718Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:30:01.719Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-15T05:30:01.719Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:30:01.719Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:30:01.776Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf bebd5c74-0afc-4ced-aeb0-f973d80c63fc 1 ASDC deployResourceStructure
2021-05-15T05:30:01.780Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:30:01.781Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:30:01.781Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-05-15T05:30:01.781Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:30:01.787Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:30:01.787Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056601777,
  "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-15T05:30:01.887Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:30:01.888Z||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-15T05:30:01.888Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:30:01.898Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:30:01.898Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-15T05:30:02.788Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:30:02.788Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:30:02.789Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-05-15T05:30:02.789Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:30:02.791Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:30:02.791Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056602788,
  "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-15T05:30:02.891Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:30:02.892Z||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-15T05:30:02.892Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:30:02.902Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:30:02.902Z||pool-117-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:30:03.793Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:30:03.793Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:30:03.793Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:30:03.793Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:30:03.796Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:30:03.796Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056603793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T05:30:03.895Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-15T05:30:03.896Z||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-15T05:30:03.896Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:30:03.907Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:30:03.907Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:30:04.797Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:30:04.797Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:30:04.797Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:30:04.797Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:30:04.799Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:30:04.799Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056604796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-05-15T05:30:04.900Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-15T05:30:04.900Z||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-15T05:30:04.900Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:30:04.910Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:30:04.910Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:30:05.800Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:30:05.800Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:30:05.801Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:30:05.801Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:30:05.803Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:30:05.803Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056605800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-05-15T05:30:05.903Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:30:05.904Z||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-15T05:30:05.904Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:30:05.913Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:30:05.913Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:30:06.804Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:30:06.804Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:30:06.804Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:30:06.805Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:30:06.809Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:30:06.810Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056606803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:30:06.910Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:30:06.911Z||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-15T05:30:06.911Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:30:06.920Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:30:06.921Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:30:07.811Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f698456c-8ce5-47be-87a5-3a2413666aba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T05:30:07.836Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f698456c-8ce5-47be-87a5-3a2413666aba
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-15T05:30:07.838Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T05:30:07.838Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-15T05:30:07.839Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-15T05:30:07.839Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-15T05:30:07.839Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:30:07.839Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:30:07.839Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:30:07.839Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:30:07.839Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:30:07.839Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-15T05:30:07.839Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:30:07.843Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-15T05:30:37.843Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f698456c-8ce5-47be-87a5-3a2413666aba 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-15T05:30:37.849Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f698456c-8ce5-47be-87a5-3a2413666aba and serviceModelVersionId: e1616218-a6b3-4e24-a542-ad66b7cd713d
2021-05-15T05:30:37.849Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 17307c43-3919-494e-a65d-3ad038221835
2021-05-15T05:30:37.849Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/17307c43-3919-494e-a65d-3ad038221835/model-vers/model-ver/e1616218-a6b3-4e24-a542-ad66b7cd713d?depth=0
2021-05-15T05:30:37.853Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-05-15T05:30:37.897Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/17307c43-3919-494e-a65d-3ad038221835/model-vers/model-ver/e1616218-a6b3-4e24-a542-ad66b7cd713d?depth=0|INFO|500||Invoke
2021-05-15T05:30:37.897Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/17307c43-3919-494e-a65d-3ad038221835/model-vers/model-ver/e1616218-a6b3-4e24-a542-ad66b7cd713d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/17307c43-3919-494e-a65d-3ad038221835/model-vers/model-ver/e1616218-a6b3-4e24-a542-ad66b7cd713d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f698456c-8ce5-47be-87a5-3a2413666aba], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[94e46bd9-4f19-41da-ade7-613207056fba], X-ECOMP-RequestID=[f698456c-8ce5-47be-87a5-3a2413666aba], X-TransactionId=[], X-ONAP-RequestID=[f698456c-8ce5-47be-87a5-3a2413666aba], Content-Type=[application/merge-patch+json]}
2021-05-15T05:30:37.913Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/17307c43-3919-494e-a65d-3ad038221835/model-vers/model-ver/e1616218-a6b3-4e24-a542-ad66b7cd713d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-15T05:30:38.253Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/17307c43-3919-494e-a65d-3ad038221835/model-vers/model-ver/e1616218-a6b3-4e24-a542-ad66b7cd713d?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/17307c43-3919-494e-a65d-3ad038221835/model-vers/model-ver/e1616218-a6b3-4e24-a542-ad66b7cd713d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210515-05:30:37:918-37917], vertex-id=[221400], Content-Length=[0], Date=[Sat, 15 May 2021 05:30:37 GMT], Content-Type=[application/json]}
2021-05-15T05:30:38.253Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/17307c43-3919-494e-a65d-3ad038221835/model-vers/model-ver/e1616218-a6b3-4e24-a542-ad66b7cd713d?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-15T05:30:38.253Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/17307c43-3919-494e-a65d-3ad038221835/model-vers/model-ver/e1616218-a6b3-4e24-a542-ad66b7cd713d?depth=0|INFO|500||InvokeReturn
2021-05-15T05:30:38.254Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-15T05:30:38.254Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:30:38.257Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||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-15T05:30:38.257Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f698456c-8ce5-47be-87a5-3a2413666aba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-15T05:30:38.257Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-15T05:30:38.257Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:30:38.259Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:30:38.259Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056638257,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T05:30:38.359Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:30:38.360Z||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-15T05:30:38.360Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:30:38.372Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:30:38.372Z||pool-122-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-15T05:30:39.269Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:30:39.269Z|f698456c-8ce5-47be-87a5-3a2413666aba|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-15T05:30:39.269Z|f698456c-8ce5-47be-87a5-3a2413666aba|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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:30:48.806Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:30:48.806Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:30:48.807Z|f698456c-8ce5-47be-87a5-3a2413666aba|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-15T05:30:48.807Z|f698456c-8ce5-47be-87a5-3a2413666aba|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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:30:57.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:30:57.172Z||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-15T05:30:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:30:57.190Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:30:57.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:30:57.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056539762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:30:57.191Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:30:57.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:30:57.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056541967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:30:57.191Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:30:57.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:30:57.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056543677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:30:57.191Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:30:57.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:30:57.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056544758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T05:30:57.192Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:30:57.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:30:57.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056545761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-05-15T05:30:57.192Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:30:57.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:30:57.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056546765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-05-15T05:30:57.192Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:30:57.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:30:57.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056547768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:30:57.192Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:30:57.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:30:57.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8de94394-526a-4522-8b5a-8b996b11b34b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056579356,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T05:30:57.192Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:30:57.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:30:57.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:30:57.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:30:57.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:30:57.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-15T05:30:57.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:30:57.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:30:57.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-15T05:30:57.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:30:57.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:30:57.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-15T05:30:57.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:30:57.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:30:57.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-15T05:30:57.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:30:57.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:30:57.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:30:57.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:30:57.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:30:57.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-15T05:30:57.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:30:57.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:30:57.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-15T05:30:57.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:30:57.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:30:57.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056522785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-15T05:30:57.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-05-15T05:30:57.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:30:57.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056589838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:30:57.194Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:30:57.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:30:57.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056592933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:30:57.194Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:30:57.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:30:57.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056594249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:30:57.194Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:30:57.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:30:57.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056596624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:30:57.195Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:30:58.338Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:30:58.339Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:30:58.339Z|f698456c-8ce5-47be-87a5-3a2413666aba|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-15T05:30:58.339Z|f698456c-8ce5-47be-87a5-3a2413666aba|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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:31:07.878Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:31:07.878Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:31:07.879Z|f698456c-8ce5-47be-87a5-3a2413666aba|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-15T05:31:07.879Z|f698456c-8ce5-47be-87a5-3a2413666aba|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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:31:17.410Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:31:17.411Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:31:17.411Z|f698456c-8ce5-47be-87a5-3a2413666aba|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-15T05:31:17.411Z|f698456c-8ce5-47be-87a5-3a2413666aba|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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:31:26.950Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:31:26.951Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:31:26.951Z|f698456c-8ce5-47be-87a5-3a2413666aba|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-15T05:31:26.952Z|f698456c-8ce5-47be-87a5-3a2413666aba|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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:31:36.490Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:31:57.169Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:31:57.170Z|f698456c-8ce5-47be-87a5-3a2413666aba|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-15T05:31:57.170Z|f698456c-8ce5-47be-87a5-3a2413666aba|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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:31:57.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:31:57.172Z||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-15T05:31:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:31:57.691Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:31:57.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-15T05:31:57.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056598921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:31:57.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:31:57.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-15T05:31:57.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056600678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-15T05:31:57.693Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:31:57.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-15T05:31:57.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056601777,
  "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-15T05:31:57.693Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:31:57.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-15T05:31:57.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056602788,
  "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-15T05:31:57.693Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:31:57.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-15T05:31:57.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056603793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-15T05:31:57.693Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:31:57.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-15T05:31:57.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056604796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-05-15T05:31:57.693Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:31:57.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-15T05:31:57.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056605800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-05-15T05:31:57.694Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:31:57.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-15T05:31:57.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056606803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-15T05:31:57.694Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:31:57.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-15T05:31:57.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f698456c-8ce5-47be-87a5-3a2413666aba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621056638257,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T05:31:57.694Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:32:06.707Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:32:57.170Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:32:57.171Z|f698456c-8ce5-47be-87a5-3a2413666aba|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-15T05:32:57.171Z|f698456c-8ce5-47be-87a5-3a2413666aba|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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:32:57.171Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:32:57.172Z||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-15T05:32:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:33:06.714Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:33:06.717Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:33:57.169Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:33:57.170Z|f698456c-8ce5-47be-87a5-3a2413666aba|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-15T05:33:57.170Z|f698456c-8ce5-47be-87a5-3a2413666aba|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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:33:57.171Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:33:57.172Z||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-15T05:33:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:34:06.711Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:34:06.711Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:34:57.169Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:34:57.169Z|f698456c-8ce5-47be-87a5-3a2413666aba|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-15T05:34:57.170Z|f698456c-8ce5-47be-87a5-3a2413666aba|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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:34:57.172Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:34:57.172Z||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-15T05:34:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:35:06.711Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:35:06.714Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:35:57.169Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:35:57.169Z|f698456c-8ce5-47be-87a5-3a2413666aba|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-15T05:35:57.169Z|f698456c-8ce5-47be-87a5-3a2413666aba|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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:35:57.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:35:57.172Z||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-15T05:35:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:36:06.708Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:36:06.708Z|f698456c-8ce5-47be-87a5-3a2413666aba|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:36:57.169Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:36:57.169Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T05:36:57.170Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:36:57.172Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:36:57.172Z||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-15T05:36:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:37:06.707Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:37:06.709Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:37:57.169Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:37:57.169Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T05:37:57.170Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:37:57.171Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:37:57.172Z||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-15T05:37:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:38:06.709Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:38:06.711Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:38:57.169Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:38:57.169Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T05:38:57.169Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:38:57.171Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:38:57.172Z||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-15T05:38:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:39:06.706Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-15T05:39:06.708Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK