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-29T23:24:42.226Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-z2sz7 with PID 14 (/app/app.jar started by so in /app)
2021-05-29T23:24:42.232Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-05-29T23:24:42.232Z||main|||||INFO|500||The following profiles are active: basic
2021-05-29T23:24:48.709Z||main|||||INFO|500||Starting service [Tomcat]
2021-05-29T23:24:48.710Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-05-29T23:24:48.791Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-05-29T23:24:50.166Z||main|||||INFO|500||catdb-pool - Starting...
2021-05-29T23:24:50.389Z||main|||||INFO|500||catdb-pool - Start completed.
2021-05-29T23:24:50.705Z||main|||||INFO|500||reqdb-pool - Starting...
2021-05-29T23:24:50.713Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-05-29T23:24:50.779Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-05-29T23:24:50.946Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-05-29T23:24:51.313Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-05-29T23:24:52.073Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-29T23:24:53.868Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-29T23:24:53.910Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-05-29T23:24:54.299Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-29T23:24:54.426Z||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-29T23:24:55.513Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-29T23:24:56.281Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-05-29T23:24:56.303Z||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$$24bb08c9.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-29T23:24:56.304Z||main|||||WARN|500||The sdc end point is not alive
2021-05-29T23:24:58.501Z||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-29T23:25:00.544Z||main|||||WARN|500||---
2021-05-29T23:25:00.545Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-05-29T23:25:00.545Z||main|||||WARN|500||---
2021-05-29T23:25:00.809Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-05-29T23:25:03.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-29T23:25:03.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-29T23:25:03.563Z||main|||||INFO|500||Started Application in 23.028 seconds (JVM running for 24.109)
2021-05-29T23:25:03.594Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-29T23:25:03.615Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-29T23:25:03.689Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e0ea8759-1cf4-49bf-ba6d-aec937abc189 url= /sdc/v1/artifactTypes
2021-05-29T23:25:03.689Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-29T23:25:04.786Z||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.54.145] 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-29T23:25:04.790Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@432bf6e3
2021-05-29T23:25:04.790Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-29T23:25:04.799Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-29T23:25:04.800Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-29T23:25:04.803Z||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-29T23:25:53.557Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-29T23:25:53.558Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-29T23:25:53.558Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-29T23:25:53.562Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-29T23:25:53.568Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6e22d55e-ef0e-4a16-8770-0316a8432ae8 url= /sdc/v1/artifactTypes
2021-05-29T23:25:53.569Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-29T23:25:54.609Z||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.54.145] 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-29T23:25:54.609Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@365021b1
2021-05-29T23:25:54.610Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-29T23:25:54.610Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-29T23:25:54.610Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-29T23:25:54.610Z||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-29T23:26:43.557Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-29T23:26:43.558Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-29T23:26:43.558Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-29T23:26:43.560Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-29T23:26:43.565Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 67f77c1a-1c38-4015-a934-aa16aa26c3ba url= /sdc/v1/artifactTypes
2021-05-29T23:26:43.565Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-29T23:26:44.593Z||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.54.145] 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-29T23:26:44.594Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4c499f57
2021-05-29T23:26:44.595Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-29T23:26:44.595Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-29T23:26:44.595Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-29T23:26:44.596Z||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-29T23:27:33.558Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-29T23:27:33.559Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-29T23:27:33.560Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-29T23:27:33.564Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-29T23:27:33.569Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3b198334-5c77-4edf-bfd6-fd4f2f14cc39 url= /sdc/v1/artifactTypes
2021-05-29T23:27:33.570Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-29T23:27:34.613Z||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.54.145] 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-29T23:27:34.614Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@ac1786f
2021-05-29T23:27:34.614Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-29T23:27:34.615Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-29T23:27:34.615Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-29T23:27:34.617Z||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-29T23:28:23.559Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-29T23:28:23.559Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-29T23:28:23.560Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-29T23:28:23.562Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-29T23:28:23.567Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9638745b-42c6-47f7-8bc0-973ddeecf8a8 url= /sdc/v1/artifactTypes
2021-05-29T23:28:23.567Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-29T23:28:24.593Z||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.54.145] 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-29T23:28:24.594Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@20577ffc
2021-05-29T23:28:24.594Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-29T23:28:24.594Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-29T23:28:24.594Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-29T23:28:24.594Z||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-29T23:29:13.557Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-29T23:29:13.557Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-29T23:29:13.558Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-29T23:29:13.561Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-29T23:29:13.566Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a7e6bc6f-f4e3-4d01-a7a7-2f0286e5654d url= /sdc/v1/artifactTypes
2021-05-29T23:29:13.566Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-29T23:29:14.577Z||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.54.145] 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-29T23:29:14.577Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2798dc94
2021-05-29T23:29:14.577Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-29T23:29:14.578Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-29T23:29:14.578Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-29T23:29:14.578Z||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-29T23:30:03.557Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-29T23:30:03.558Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-29T23:30:03.558Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-29T23:30:03.561Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-29T23:30:03.566Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d88bff03-ef98-4c03-911b-878ca525d222 url= /sdc/v1/artifactTypes
2021-05-29T23:30:03.566Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-29T23:30:04.593Z||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.54.145] 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-29T23:30:04.594Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7a73e7f7
2021-05-29T23:30:04.594Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-29T23:30:04.594Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-29T23:30:04.595Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-29T23:30:04.595Z||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-29T23:30:53.557Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-29T23:30:53.558Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-29T23:30:53.558Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-29T23:30:53.562Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-29T23:30:53.567Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 935591f8-eb57-46a0-a91b-649eb625631a url= /sdc/v1/artifactTypes
2021-05-29T23:30:53.567Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-29T23:30:54.609Z||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.54.145] 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-29T23:30:54.610Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@50dd079f
2021-05-29T23:30:54.610Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-29T23:30:54.611Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-29T23:30:54.611Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-29T23:30:54.611Z||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-29T23:31:43.557Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-29T23:31:43.558Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-29T23:31:43.558Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-29T23:31:43.560Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-29T23:31:43.565Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 450b73b5-5369-48ba-8fd3-2a12407973d5 url= /sdc/v1/artifactTypes
2021-05-29T23:31:43.566Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-29T23:31:44.593Z||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.54.145] 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-29T23:31:44.594Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2e6101d5
2021-05-29T23:31:44.594Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-29T23:31:44.594Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-29T23:31:44.594Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-29T23:31:44.595Z||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-29T23:32:33.557Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-29T23:32:33.557Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-29T23:32:33.558Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-29T23:32:33.560Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-29T23:32:33.563Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0b985883-a549-475a-a448-6abee82b706c url= /sdc/v1/artifactTypes
2021-05-29T23:32:33.563Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-29T23:32:34.577Z||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.54.145] 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-29T23:32:34.578Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69391e2b
2021-05-29T23:32:34.578Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-29T23:32:34.578Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-29T23:32:34.578Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-29T23:32:34.579Z||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-29T23:33:23.557Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-29T23:33:23.558Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-29T23:33:23.558Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-29T23:33:23.560Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-29T23:33:23.565Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c78f5108-6f6c-4466-a3fa-abf2d3071462 url= /sdc/v1/artifactTypes
2021-05-29T23:33:23.566Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-29T23:33:24.593Z||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.54.145] 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-29T23:33:24.593Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2c0e1fe4
2021-05-29T23:33:24.593Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-29T23:33:24.594Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-29T23:33:24.594Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-29T23:33:24.594Z||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-29T23:34:13.557Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-29T23:34:13.558Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-29T23:34:13.558Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-29T23:34:13.560Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-29T23:34:13.565Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dd451416-37f2-4cec-b3a3-5fa8a8d1e140 url= /sdc/v1/artifactTypes
2021-05-29T23:34:13.565Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-29T23:34:14.609Z||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.54.145] 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-29T23:34:14.610Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@74274
2021-05-29T23:34:14.610Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-29T23:34:14.610Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-29T23:34:14.610Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-29T23:34:14.610Z||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-29T23:35:03.557Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-29T23:35:03.558Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-29T23:35:03.558Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-29T23:35:03.561Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-29T23:35:03.566Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7588168d-2cab-4b7b-b8f9-bb2061356ca6 url= /sdc/v1/artifactTypes
2021-05-29T23:35:03.566Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-29T23:35:03.755Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-05-29T23:35:03.763Z||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-29T23:35:03.787Z||scheduling-1|||||DEBUG|500||create keys
2021-05-29T23:35:03.794Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-05-29T23:35:03.819Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:35:03.833Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c8c9208a-3c0e-4ba7-8f66-4c6be37a1b13 url= /sdc/v1/registerForDistribution
2021-05-29T23:35:03.912Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c8c9208a-3c0e-4ba7-8f66-4c6be37a1b13 url= /sdc/v1/registerForDistribution
2021-05-29T23:35:03.912Z||scheduling-1|||||INFO|500||start DistributionClient
2021-05-29T23:35:03.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:35:03.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:35:03.924Z||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-29T23:35:03.924Z||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-29T23:35:03.925Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:35:03.925Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:35:03.925Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-05-29T23:35:06.350Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-29T23:35:14.144Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:35:14.178Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:36:03.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:36:03.919Z||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-29T23:36:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:36:03.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:36:03.920Z||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-29T23:36:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:36:13.467Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:36:13.468Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:37:03.919Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:37:03.919Z||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-29T23:37:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:37:03.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:37:03.921Z||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-29T23:37:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:37:13.471Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:37:13.472Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:38:03.918Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:38:03.919Z||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-29T23:38:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:38:03.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:38:03.921Z||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-29T23:38:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:38:13.461Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:38:13.461Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:39:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:39:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:39:03.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-29T23:39:03.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:39:03.921Z||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-29T23:39:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:39:13.464Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:39:13.465Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:40:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:40:03.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:40:03.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-29T23:40:03.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:40:03.920Z||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-29T23:40:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:40:13.459Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:40:13.463Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:41:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:41:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:41:03.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-29T23:41:03.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:41:03.920Z||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-29T23:41:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:41:13.461Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:41:13.466Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:42:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:42:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:42:03.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-29T23:42:03.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:42:03.921Z||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-29T23:42:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:42:13.462Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:42:13.463Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:43:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:43:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:43:03.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-29T23:43:03.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:43:03.920Z||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-29T23:43:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:43:13.465Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:43:13.465Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:44:03.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:44:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:44:03.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-29T23:44:03.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:44:03.920Z||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-29T23:44:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:44:13.465Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:44:13.465Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:45:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:45:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:45:03.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-29T23:45:03.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:45:03.920Z||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-29T23:45:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:45:13.459Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:45:13.461Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:46:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:46:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:46:03.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-29T23:46:03.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:46:03.920Z||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-29T23:46:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:46:13.458Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:46:13.461Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:47:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:47:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:47:03.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-29T23:47:03.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:47:03.920Z||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-29T23:47:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:47:13.472Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:47:13.476Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:48:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:48:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:48:03.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-29T23:48:03.920Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:48:03.920Z||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-29T23:48:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:48:13.461Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:48:13.462Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:49:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:49:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:49:03.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-29T23:49:03.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:49:03.920Z||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-29T23:49:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:49:13.461Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:49:13.461Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:50:03.918Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:50:03.919Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:50:03.919Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-29T23:50:03.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:50:03.921Z||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-29T23:50:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:50:13.459Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:50:13.461Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:51:03.918Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:51:03.919Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:51:03.919Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-29T23:51:03.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:51:03.920Z||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-29T23:51:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:51:13.458Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:51:13.458Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:52:03.918Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:52:03.919Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:52:03.919Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-29T23:52:03.920Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:52:03.921Z||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-29T23:52:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:52:13.460Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:52:13.461Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:53:03.918Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:53:03.919Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:53:03.919Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-29T23:53:03.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:53:03.920Z||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-29T23:53:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:53:13.459Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:53:13.460Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:54:03.918Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:54:03.919Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:54:03.919Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-29T23:54:03.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:54:03.920Z||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-29T23:54:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:54:13.453Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:54:13.461Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:55:03.918Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:55:03.919Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:55:03.919Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-29T23:55:03.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:55:03.920Z||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-29T23:55:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:55:13.459Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:55:13.462Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:56:03.918Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:56:03.919Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:56:03.919Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-29T23:56:03.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:56:03.921Z||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-29T23:56:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:56:13.480Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:56:13.482Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:57:03.918Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:57:03.919Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:57:03.919Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-29T23:57:03.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:57:03.920Z||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-29T23:57:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:57:13.479Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:57:13.483Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:58:03.918Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:58:03.919Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:58:03.920Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-29T23:58:03.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:58:03.920Z||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-29T23:58:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:58:13.457Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:58:13.458Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:59:03.918Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:59:03.919Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-29T23:59:03.919Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-29T23:59:03.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-29T23:59:03.920Z||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-29T23:59:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-29T23:59:13.461Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-29T23:59:13.462Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:00:03.918Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:00:03.919Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:00:03.919Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:00:03.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:00:03.921Z||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-30T00:00:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:00:13.463Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:00:13.463Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:01:03.918Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:01:03.919Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:01:03.919Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:01:03.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:01:03.921Z||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-30T00:01:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:01:13.459Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:01:13.459Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:02:03.918Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:02:03.919Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:02:03.919Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:02:03.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:02:03.920Z||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-30T00:02:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:02:13.460Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:02:13.460Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:03:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:03:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:03:03.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:03:03.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:03:03.921Z||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-30T00:03:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:03:13.464Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:03:13.474Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:04:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:04:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:04:03.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:04:03.920Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:04:03.920Z||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-30T00:04:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:04:13.460Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:04:13.469Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:05:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:05:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:05:03.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:05:03.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:05:03.920Z||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-30T00:05:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:05:13.459Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:05:13.460Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:06:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:06:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:06:03.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:06:03.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:06:03.920Z||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-30T00:06:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:06:13.461Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:06:13.462Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:07:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:07:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:07:03.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:07:03.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:07:03.920Z||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-30T00:07:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:07:13.458Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:07:13.460Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:08:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:08:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:08:03.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:08:03.920Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:08:03.920Z||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-30T00:08:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:08:13.459Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:08:13.459Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:09:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:09:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:09:03.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:09:03.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:09:03.920Z||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-30T00:09:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:09:13.457Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:09:13.459Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:10:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:10:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:10:03.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:10:03.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:10:03.920Z||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-30T00:10:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:10:13.458Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:10:13.458Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:11:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:11:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:11:03.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:11:03.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:11:03.920Z||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-30T00:11:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:11:13.467Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:11:13.477Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:12:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:12:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:12:03.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:12:03.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:12:03.920Z||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-30T00:12:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:12:13.458Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:12:13.459Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:13:03.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:13:03.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-30T00:13:03.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:13:03.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:13:03.920Z||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-30T00:13:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:13:13.463Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:13:13.463Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:14:03.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:14:03.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:14:03.920Z||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-30T00:14:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:14:03.920Z||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-30T00:14:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:14:13.461Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:14:13.462Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:15:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:15:03.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:15:03.921Z||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-30T00:15:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:15:03.921Z||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-30T00:15:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:15:13.462Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:15:13.462Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:16:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:16:03.919Z||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-30T00:16:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:16:03.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:16:03.920Z||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-30T00:16:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:16:13.457Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:16:13.461Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:17:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:17:03.919Z||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-30T00:17:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:17:03.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:17:03.920Z||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-30T00:17:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:17:13.459Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:17:13.459Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:18:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:18:03.919Z||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-30T00:18:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:18:03.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:18:03.920Z||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-30T00:18:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:18:13.457Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:18:13.458Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:19:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:19:03.919Z||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-30T00:19:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:19:03.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:19:03.920Z||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-30T00:19:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:19:13.473Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:19:13.473Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:20:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:20:03.919Z||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-30T00:20:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:20:03.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:20:03.920Z||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-30T00:20:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:20:13.458Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:20:13.459Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:21:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:21:03.919Z||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-30T00:21:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:21:03.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:21:03.920Z||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-30T00:21:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:21:13.460Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:21:13.465Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:22:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:22:03.919Z||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-30T00:22:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:22:03.920Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:22:03.920Z||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-30T00:22:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:22:13.456Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:22:13.457Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:23:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:23:03.919Z||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-30T00:23:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:23:03.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:23:03.920Z||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-30T00:23:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:23:13.457Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:23:13.459Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:24:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:24:03.919Z||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-30T00:24:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:24:03.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:24:03.920Z||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-30T00:24:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:24:13.457Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:24:13.458Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:25:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:25:03.919Z||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-30T00:25:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:25:03.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:25:03.920Z||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-30T00:25:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:25:13.459Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:25:13.462Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:26:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:26:03.919Z||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-30T00:26:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:26:03.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:26:03.920Z||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-30T00:26:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:26:13.465Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:26:13.473Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:27:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:27:03.919Z||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-30T00:27:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:27:03.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:27:03.920Z||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-30T00:27:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:27:13.458Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:27:13.468Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:28:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:28:03.919Z||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-30T00:28:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:28:03.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:28:03.920Z||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-30T00:28:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:28:13.457Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:28:13.457Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:29:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:29:03.919Z||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-30T00:29:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:29:03.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:29:03.920Z||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-30T00:29:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:29:13.460Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:29:13.460Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:30:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:30:03.919Z||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-30T00:30:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:30:03.920Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:30:03.920Z||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-30T00:30:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:30:13.457Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:30:13.467Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:31:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:31:03.919Z||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-30T00:31:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:31:03.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:31:03.920Z||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-30T00:31:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:31:13.462Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:31:13.462Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:32:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:32:03.919Z||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-30T00:32:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:32:03.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:32:03.920Z||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-30T00:32:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:32:13.464Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:32:13.465Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:33:03.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:33:03.919Z||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-30T00:33:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:33:03.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:33:03.920Z||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-30T00:33:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:33:13.458Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:33:13.458Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:34:03.918Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:34:03.919Z||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-30T00:34:03.919Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:03.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:34:03.921Z||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-30T00:34:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:04.044Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:34:04.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622334817116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "cds",
  "timestamp": 1622334817688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.068Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622334815387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.068Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622334816091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.068Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "policy-id",
  "timestamp": 1622334814864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.069Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "dcae-sch",
  "timestamp": 1622334819603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.069Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622334817116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:34:04.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "cds",
  "timestamp": 1622334817688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622334815387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622334816091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "policy-id",
  "timestamp": 1622334814864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "dcae-sch",
  "timestamp": 1622334819603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622334817116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:34:04.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "cds",
  "timestamp": 1622334817688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622334815387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622334816091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "policy-id",
  "timestamp": 1622334814864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:34:04.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "dcae-sch",
  "timestamp": 1622334819603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622334817116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "cds",
  "timestamp": 1622334817688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622334815387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622334816091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "policy-id",
  "timestamp": 1622334814864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "dcae-sch",
  "timestamp": 1622334819603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622334817116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-30T00:34:04.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "cds",
  "timestamp": 1622334817688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622334815387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622334816091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "policy-id",
  "timestamp": 1622334814864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "dcae-sch",
  "timestamp": 1622334819603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622334817116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "cds",
  "timestamp": 1622334817688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622334815387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622334816091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "policy-id",
  "timestamp": 1622334814864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "dcae-sch",
  "timestamp": 1622334819603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622334817116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:34:04.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622334815387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "cds",
  "timestamp": 1622334817688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:34:04.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622334816091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:34:04.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "policy-id",
  "timestamp": 1622334814864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:34:04.081Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "dcae-sch",
  "timestamp": 1622334819603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.081Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "aai-ml",
  "timestamp": 1622334825583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.081Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "aai-ml",
  "timestamp": 1622334825583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.082Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622334827986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:34:04.082Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "policy-id",
  "timestamp": 1622334827990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:34:04.083Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622334827392,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.083Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622334828080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:34:04.083Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "cds",
  "timestamp": 1622334828187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:34:04.083Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "aai-ml",
  "timestamp": 1622334825583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.084Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622334827392,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:34:04.084Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "policy-id",
  "timestamp": 1622334829000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:34:04.084Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622334828486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.085Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "cds",
  "timestamp": 1622334829207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-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-30T00:34:04.230Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 96515d04-4032-42b9-ab71-c667a02df8bc
2021-05-30T00:34:04.244Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96515d04-4032-42b9-ab71-c667a02df8bc 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-30T00:34:04.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "aai-ml",
  "timestamp": 1622334825583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.268Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "policy-id",
  "timestamp": 1622334830003,
  "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-30T00:34:04.280Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 96515d04-4032-42b9-ab71-c667a02df8bc
2021-05-30T00:34:04.280Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96515d04-4032-42b9-ab71-c667a02df8bc 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-30T00:34:04.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622334827392,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:34:04.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622334828486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:34:04.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "aai-ml",
  "timestamp": 1622334825583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622334830557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:34:04.290Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622334827392,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622334828486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:34:04.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "aai-ml",
  "timestamp": 1622334825583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622334827392,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-30T00:34:04.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622334828486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622334832298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:34:04.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "aai-ml",
  "timestamp": 1622334825583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:34:04.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622334832440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:34:04.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622334827392,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622334828486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-30T00:34:04.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622334833303,
  "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-30T00:34:04.298Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 96515d04-4032-42b9-ab71-c667a02df8bc
2021-05-30T00:34:04.298Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96515d04-4032-42b9-ab71-c667a02df8bc 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-30T00:34:04.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.341Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622334833444,
  "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-30T00:34:04.347Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 96515d04-4032-42b9-ab71-c667a02df8bc
2021-05-30T00:34:04.347Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96515d04-4032-42b9-ab71-c667a02df8bc 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-30T00:34:04.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622334827392,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:34:04.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622334828486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622334834306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-30T00:34:04.356Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "aai-ml",
  "timestamp": 1622334834773,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:34:04.357Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622334828486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:34:04.357Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622334837342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:34:04.357Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622334837998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:34:04.357Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622334839306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:34:04.358Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622334839619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:34:04.358Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "clamp",
  "timestamp": 1622334839811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.358Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622334840737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:34:04.358Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622334841179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:34:04.359Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "clamp",
  "timestamp": 1622334839811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:34:04.359Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622334841742,
  "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-30T00:34:04.364Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 96515d04-4032-42b9-ab71-c667a02df8bc
2021-05-30T00:34:04.364Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96515d04-4032-42b9-ab71-c667a02df8bc 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-30T00:34:04.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "clamp",
  "timestamp": 1622334839811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622334842745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-30T00:34:04.371Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622334842747,
  "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-30T00:34:04.393Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 96515d04-4032-42b9-ab71-c667a02df8bc
2021-05-30T00:34:04.393Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96515d04-4032-42b9-ab71-c667a02df8bc 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-30T00:34:04.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "clamp",
  "timestamp": 1622334839811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:34:04.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622334843750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-30T00:34:04.402Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:34:04.539Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:34:04.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-30T00:34:04.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"96515d04-4032-42b9-ab71-c667a02df8bc","serviceName":"vFW 2021-05-30 00-30-25","serviceVersion":"1.0","serviceUUID":"cd47e7b0-1d82-491b-8954-4232cea27df5","serviceDescription":"catalog service description","serviceInvariantUUID":"4b3e3937-59df-425f-9ba9-38b119556d4f","resources":[{"resourceInstanceName":"vFW 4bf3fad8-7fdd 0","resourceName":"vFW 4bf3fad8-7fdd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4770e160-794f-4113-8220-f116f1ab588b","resourceInvariantUUID":"cabfe7f3-d064-47b6-976e-0902c92da9c0","resourceCustomizationUUID":"b8bd8c72-764a-4ae2-85f4-5e210bb4a482","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vf-license-model.xml","artifactChecksum":"YmQzYjE4MjNhYjlmNDY2ZTk1N2MxNzg4MjY0ZTQwM2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a07a3997-3362-478b-a3b1-4768e0d69d29","artifactVersion":"1"},{"artifactName":"vfw4bf3fad87fdd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json","artifactChecksum":"MzBlZjRkMDM0YTMxYWY3YmRlYTViYjU0NDE1YzNiOWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"864fc4f0-40f8-4883-87fc-cb649853116a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ec3823cc-5c3a-4663-aedc-8225132ca2f3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vendor-license-model.xml","artifactChecksum":"NzJlNWVhMGU1YmNhZGQ5MmFjOTdjNTc5M2JlNjRiMTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56d0691b-8b98-4ee3-9d07-79a7ae40166e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4d4c53e2-dac4-4c39-b8af-6a028556a63f","artifactVersion":"2","generatedFromUUID":"ec3823cc-5c3a-4663-aedc-8225132ca2f3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210530003025-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-template.yml","artifactChecksum":"MTdkMzAwYWY1NzI2NGNlNjkzM2U3MGZkYzZjYmI0YzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ae41ebb0-ad8f-47fa-9ac1-6f980fc9430e","artifactVersion":"1"},{"artifactName":"service-Vfw20210530003025-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar","artifactChecksum":"YzNlNzU1YWM1ZGRmZjFlYzRjNjdkODVmNjI2ZDk5MDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63c28376-a525-4c0d-b2b0-3ad47d207045","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-30T00:34:04.546Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:34:04.551Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:34:04.597Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:34:04.597Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334843918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:04.697Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-05-30T00:34:04.700Z||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-30T00:34:04.701Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:04.710Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:34:04.711Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:34:05.602Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:34:05.602Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:34:05.604Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:34:05.604Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334843918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:34:05.704Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:34:05.705Z||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-30T00:34:05.705Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:05.715Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:34:05.716Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:34:06.604Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:34:06.605Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:34:06.607Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:34:06.607Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334843918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:34:06.707Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:34:06.708Z||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-30T00:34:06.708Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:06.719Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:34:06.719Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:34:07.607Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:34:07.608Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:34:07.610Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:34:07.610Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334843918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:07.710Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:34:07.711Z||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-30T00:34:07.711Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:07.719Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:34:07.720Z||pool-6-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:34:08.610Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:34:08.611Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:34:08.612Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:34:08.613Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334843918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-30T00:34:08.713Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:34:08.714Z||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-30T00:34:08.714Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:08.723Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:34:08.723Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:34:09.613Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:34:09.614Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:34:09.615Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:34:09.615Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334843918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:34:09.716Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:34:09.716Z||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-30T00:34:09.716Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:09.727Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:34:09.727Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:34:10.616Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:34:10.616Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:34:10.618Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:34:10.618Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334843918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:34:10.718Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:34:10.719Z||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-30T00:34:10.719Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:10.729Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:34:10.729Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-30T00:34:11.620Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "serviceName": "vFW 2021-05-30 00-30-25",
  "serviceVersion": "1.0",
  "serviceUUID": "cd47e7b0-1d82-491b-8954-4232cea27df5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4b3e3937-59df-425f-9ba9-38b119556d4f",
  "resources": [
    {
      "resourceInstanceName": "vFW 4bf3fad8-7fdd 0",
      "resourceCustomizationUUID": "b8bd8c72-764a-4ae2-85f4-5e210bb4a482",
      "resourceName": "vFW 4bf3fad8-7fdd",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4770e160-794f-4113-8220-f116f1ab588b",
      "resourceInvariantUUID": "cabfe7f3-d064-47b6-976e-0902c92da9c0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw4bf3fad87fdd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
          "artifactChecksum": "MzBlZjRkMDM0YTMxYWY3YmRlYTViYjU0NDE1YzNiOWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "864fc4f0-40f8-4883-87fc-cb649853116a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ec3823cc-5c3a-4663-aedc-8225132ca2f3",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4d4c53e2-dac4-4c39-b8af-6a028556a63f",
            "generatedFromUUID": "ec3823cc-5c3a-4663-aedc-8225132ca2f3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4d4c53e2-dac4-4c39-b8af-6a028556a63f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210530003025-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
      "artifactChecksum": "YzNlNzU1YWM1ZGRmZjFlYzRjNjdkODVmNjI2ZDk5MDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63c28376-a525-4c0d-b2b0-3ad47d207045"
    }
  ],
  "workloadContext": "Production"
}
2021-05-30T00:34:11.623Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-30T00:34:11.623Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cd47e7b0-1d82-491b-8954-4232cea27df5 ASDC
2021-05-30T00:34:11.707Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:96515d04-4032-42b9-ab71-c667a02df8bc
ServiceName:vFW 2021-05-30 00-30-25
ServiceVersion:1.0
ServiceUUID:cd47e7b0-1d82-491b-8954-4232cea27df5
ServiceInvariantUUID:4b3e3937-59df-425f-9ba9-38b119556d4f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210530003025-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar
ArtifactUUID:63c28376-a525-4c0d-b2b0-3ad47d207045
ArtifactChecksum:YzNlNzU1YWM1ZGRmZjFlYzRjNjdkODVmNjI2ZDk5MDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4bf3fad8-7fdd 0
ResourceCustomizationUUID:b8bd8c72-764a-4ae2-85f4-5e210bb4a482
ResourceInvariantUUID:cabfe7f3-d064-47b6-976e-0902c92da9c0
ResourceName:vFW 4bf3fad8-7fdd
ResourceType:VF
ResourceUUID:4770e160-794f-4113-8220-f116f1ab588b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4bf3fad87fdd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json
ArtifactUUID:864fc4f0-40f8-4883-87fc-cb649853116a
ArtifactChecksum:MzBlZjRkMDM0YTMxYWY3YmRlYTViYjU0NDE1YzNiOWI=
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/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml
ArtifactUUID:ec3823cc-5c3a-4663-aedc-8225132ca2f3
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/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env
ArtifactUUID:4d4c53e2-dac4-4c39-b8af-6a028556a63f
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/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env
ArtifactUUID:4d4c53e2-dac4-4c39-b8af-6a028556a63f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-30T00:34:11.708Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd47e7b0-1d82-491b-8954-4232cea27df5 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-30T00:34:11.760Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-30T00:34:11.771Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:34:11.771Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:34:11.771Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 63c28376-a525-4c0d-b2b0-3ad47d207045 from URL: /sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar
2021-05-30T00:34:11.771Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:34:11.772Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar
2021-05-30T00:34:12.655Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:34:12.670Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar 63c28376-a525-4c0d-b2b0-3ad47d207045 109988
2021-05-30T00:34:12.671Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar ASDC sendASDCNotification
2021-05-30T00:34:12.671Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar
2021-05-30T00:34:12.672Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:34:12.673Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:34:12.674Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:34:12.674Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334852671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:34:12.775Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:34:12.776Z||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-30T00:34:12.776Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:12.786Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:34:12.786Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:34:13.675Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-30T00:34:13.676Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:34:13.676Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 63c28376-a525-4c0d-b2b0-3ad47d207045, URL: /sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar to file: /app/ASDC/1/service-Vfw20210530003025-csar.csar
2021-05-30T00:34:13.677Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210530003025-csar.csar
2021-05-30T00:34:13.785Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210530003025-csar.csar
2021-05-30T00:34:13.785Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210530003025-csar.csar
2021-05-30T00:34:14.252Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5406094013808101980/Definitions/service-Vfw20210530003025-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-05-30T00:34:16.834Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-30T00:34:16.839Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-30T00:34:16.839Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210530003025-csar.csar
2021-05-30T00:34:16.839Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-05-30T00:34:16.839Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||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-Vfw20210530003025-csar.csar
2021-05-30T00:34:16.839Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||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-Vfw20210530003025-csar.csar
2021-05-30T00:34:16.840Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4bf3fad8-7fdd 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-Vfw20210530003025-csar.csar
2021-05-30T00:34:16.840Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||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-Vfw20210530003025-csar.csar
2021-05-30T00:34:16.840Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210530003025-csar.csar
2021-05-30T00:34:16.840Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210530003025-csar.csar
2021-05-30T00:34:16.840Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||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-Vfw20210530003025-csar.csar
2021-05-30T00:34:16.840Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||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-Vfw20210530003025-csar.csar
2021-05-30T00:34:16.840Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||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-Vfw20210530003025-csar.csar
2021-05-30T00:34:16.840Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210530003025-csar.csar
2021-05-30T00:34:16.840Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||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-Vfw20210530003025-csar.csar
2021-05-30T00:34:16.840Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210530003025-csar.csar
2021-05-30T00:34:16.840Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4bf3fad8-7fdd 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210530003025-csar.csar
2021-05-30T00:34:16.840Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||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-Vfw20210530003025-csar.csar
2021-05-30T00:34:16.840Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-30T00:34:16.846Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:16.848Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:34:16.851Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is matching search criteria
2021-05-30T00:34:16.851Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-30T00:34:16.852Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4bf3fad8-7fdd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-30T00:34:16.853Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:16.854Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:34:16.854Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is matching search criteria
2021-05-30T00:34:16.854Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-30T00:34:16.854Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4bf3fad8-7fdd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-30T00:34:16.854Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:16.854Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:34:16.857Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:16.858Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is not matching search criteria
2021-05-30T00:34:16.858Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-30T00:34:16.858Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-30T00:34:16.858Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-30T00:34:16.858Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-30T00:34:16.858Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-30T00:34:16.858Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-30T00:34:16.858Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-30T00:34:16.859Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-30T00:34:16.859Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-30T00:34:16.859Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-30T00:34:16.859Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-30T00:34:16.859Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-30T00:34:16.859Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-30T00:34:16.860Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-30T00:34:16.860Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-30T00:34:16.860Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-30T00:34:16.860Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:16.860Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-30T00:34:16.861Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:16.861Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is matching search criteria
2021-05-30T00:34:16.862Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4bf3fad8-7fdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:34:16.862Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:16.862Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is matching search criteria
2021-05-30T00:34:16.862Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4bf3fad8-7fdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:34:16.863Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:16.863Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is matching search criteria
2021-05-30T00:34:16.863Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4bf3fad8-7fdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:34:16.863Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:16.863Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is not matching search criteria
2021-05-30T00:34:16.863Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-30T00:34:16.863Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-30T00:34:16.864Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-30T00:34:16.864Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-30T00:34:16.864Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-30T00:34:16.864Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-30T00:34:16.864Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-30T00:34:16.864Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-30T00:34:16.864Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-30T00:34:16.864Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-30T00:34:16.864Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-30T00:34:16.864Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0ea834b9-7a4c-4c98-bc81-471a13c486b4
2021-05-30T00:34:16.865Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:16.865Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is not matching search criteria
2021-05-30T00:34:16.865Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-30T00:34:16.865Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-30T00:34:16.865Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-30T00:34:16.865Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-30T00:34:16.865Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-30T00:34:16.865Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-30T00:34:16.866Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-30T00:34:16.866Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-30T00:34:16.866Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-30T00:34:16.866Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-30T00:34:16.866Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-30T00:34:16.866Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-30T00:34:16.866Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9624c1f7-783e-4f20-8db1-a1b604e8fa8e
2021-05-30T00:34:16.866Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:16.866Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is not matching search criteria
2021-05-30T00:34:16.867Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-30T00:34:16.867Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-30T00:34:16.867Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-30T00:34:16.867Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-30T00:34:16.867Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-30T00:34:16.867Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-30T00:34:16.867Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-30T00:34:16.867Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-30T00:34:16.868Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-30T00:34:16.868Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-30T00:34:16.868Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-30T00:34:16.868Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-30T00:34:16.868Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1ba109af-8879-4edd-9796-b5adfdb641b0
2021-05-30T00:34:16.868Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:16.868Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:34:16.868Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:16.868Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:34:16.869Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:16.869Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:34:16.869Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:16.869Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:34:16.869Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-05-30 00-30-25
Description:catalog service description
Model UUID:cd47e7b0-1d82-491b-8954-4232cea27df5
Model Version:NULL
Model InvariantUuid:4b3e3937-59df-425f-9ba9-38b119556d4f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 4bf3fad8-7fdd
Model UUID:c77db5ac-adb9-4d88-b122-e42de16a456c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cabfe7f3-d064-47b6-976e-0902c92da9c0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b8bd8c72-764a-4ae2-85f4-5e210bb4a482
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f8f1fe19-7650-4e27-82cf-fc43518100e6
ModelName:Vfw4bf3fad87fdd..base_vfw..module-0
ModelUuid:3de44727-75da-4b15-a9c7-8f55e85180e6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0ea834b9-7a4c-4c98-bc81-471a13c486b4
ModelInvariantUuid:9451a115-c635-4722-ab3e-3f320a391eff
ModelName:vFW 4bf3fad8-7fdd-nodes.vfwCvfc
ModelUuid:d3730360-5596-4831-a54f-f770f226092a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4383ceed-9288-4665-af03-62b6082edcbb
ModelInvariantUuid:b06d5f13-d861-43a0-83c6-5834677175eb
ModelName:Vfw4bf3fad87fdd.compute.nodes.heat.vfw
ModelUuid:8f1f8e61-2a68-4538-a9f7-33a989097249
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9624c1f7-783e-4f20-8db1-a1b604e8fa8e
ModelInvariantUuid:12f6aeb2-19f6-4742-b13d-d036158a6b07
ModelName:vFW 4bf3fad8-7fdd-nodes.vsnCvfc
ModelUuid:73102926-8ce8-4ff6-bd38-6b34b18b5bce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:bdb996da-40a0-4411-93a5-8b3989fe2548
ModelInvariantUuid:bb055842-987a-49c8-a343-b3916ebd77f1
ModelName:Vfw4bf3fad87fdd.compute.nodes.heat.vsn
ModelUuid:c9a1c5fd-d853-432b-89a9-d2a7179f966a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:1ba109af-8879-4edd-9796-b5adfdb641b0
ModelInvariantUuid:8672a5fd-a268-4ef6-9c96-47f3b251fff8
ModelName:vFW 4bf3fad8-7fdd-nodes.vpgCvfc
ModelUuid:12cb35ea-300c-4530-9d55-512ff3c4ed31
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:a6799206-5c8a-455f-8be5-8bd9e894a492
ModelInvariantUuid:1faf11e0-9779-4664-bba4-f59e1dc59306
ModelName:Vfw4bf3fad87fdd.compute.nodes.heat.vpg
ModelUuid:0622a96e-96c1-4dd1-91ec-6d50f6938594
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-30T00:34:16.879Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 4770e160-794f-4113-8220-f116f1ab588b
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-30T00:34:16.980Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||vFW 4bf3fad8-7fdd 0
2021-05-30T00:34:16.989Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4770e160-794f-4113-8220-f116f1ab588b
2021-05-30T00:34:16.989Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 864fc4f0-40f8-4883-87fc-cb649853116a from URL: /sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json
2021-05-30T00:34:16.989Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:34:16.989Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json
2021-05-30T00:34:18.800Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:34:18.800Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json 864fc4f0-40f8-4883-87fc-cb649853116a 785
2021-05-30T00:34:18.800Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json ASDC sendASDCNotification
2021-05-30T00:34:18.800Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json
2021-05-30T00:34:18.801Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:34:18.801Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:34:18.803Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:34:18.803Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334858800,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:34:18.903Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:34:18.904Z||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-30T00:34:18.904Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:18.914Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:34:18.914Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-30T00:34:19.807Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4bf3fad87fdd..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f8f1fe19-7650-4e27-82cf-fc43518100e6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3de44727-75da-4b15-a9c7-8f55e85180e6",
    "vfModuleModelCustomizationUUID": "ac3a2b9d-b59b-4616-b041-df6f65297020",
    "isBase": true,
    "artifacts": [
      "ec3823cc-5c3a-4663-aedc-8225132ca2f3",
      "4d4c53e2-dac4-4c39-b8af-6a028556a63f"
    ],
    "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-30T00:34:19.827Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4bf3fad87fdd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3de44727-75da-4b15-a9c7-8f55e85180e6
VfModuleModelInvariantUUID:f8f1fe19-7650-4e27-82cf-fc43518100e6
VfModuleModelDescription:NULL
Artifacts UUID List:{
ec3823cc-5c3a-4663-aedc-8225132ca2f3
,
4d4c53e2-dac4-4c39-b8af-6a028556a63f

}
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-30T00:34:19.830Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4bf3fad87fdd..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f8f1fe19-7650-4e27-82cf-fc43518100e6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3de44727-75da-4b15-a9c7-8f55e85180e6",
    "vfModuleModelCustomizationUUID": "ac3a2b9d-b59b-4616-b041-df6f65297020",
    "isBase": true,
    "artifacts": [
      "ec3823cc-5c3a-4663-aedc-8225132ca2f3",
      "4d4c53e2-dac4-4c39-b8af-6a028556a63f"
    ],
    "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-30T00:34:19.830Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4bf3fad87fdd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3de44727-75da-4b15-a9c7-8f55e85180e6
VfModuleModelInvariantUUID:f8f1fe19-7650-4e27-82cf-fc43518100e6
VfModuleModelDescription:NULL
Artifacts UUID List:{
ec3823cc-5c3a-4663-aedc-8225132ca2f3
,
4d4c53e2-dac4-4c39-b8af-6a028556a63f

}
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-30T00:34:19.830Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ec3823cc-5c3a-4663-aedc-8225132ca2f3 from URL: /sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml
2021-05-30T00:34:19.830Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:34:19.830Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml
2021-05-30T00:34:20.963Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:34:20.964Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml ec3823cc-5c3a-4663-aedc-8225132ca2f3 20368
2021-05-30T00:34:20.965Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-30T00:34:20.965Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml
2021-05-30T00:34:20.965Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:34:20.965Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:34:20.967Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:34:20.967Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334860965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:34:21.067Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:34:21.068Z||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-30T00:34:21.068Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:21.077Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:34:21.077Z||pool-12-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:34:21.968Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4d4c53e2-dac4-4c39-b8af-6a028556a63f from URL: /sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env
2021-05-30T00:34:21.969Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:34:21.969Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env
2021-05-30T00:34:22.509Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:34:22.510Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env 4d4c53e2-dac4-4c39-b8af-6a028556a63f 2098
2021-05-30T00:34:22.510Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-30T00:34:22.510Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env
2021-05-30T00:34:22.510Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:34:22.511Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:34:22.513Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:34:22.513Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334862510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:34:22.613Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:34:22.614Z||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-30T00:34:22.614Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:22.624Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:34:22.625Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:34:23.513Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: cd47e7b0-1d82-491b-8954-4232cea27df5
2021-05-30T00:34:23.514Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4bf3fad8-7fdd 0 4770e160-794f-4113-8220-f116f1ab588b 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-30T00:34:23.549Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:23.550Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:34:23.550Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-05-30T00:34:23.550Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b8bd8c72-764a-4ae2-85f4-5e210bb4a482
2021-05-30T00:34:23.550Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b8bd8c72-764a-4ae2-85f4-5e210bb4a482 matches Tosca VF Customization UUID: b8bd8c72-764a-4ae2-85f4-5e210bb4a482
2021-05-30T00:34:23.551Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b8bd8c72-764a-4ae2-85f4-5e210bb4a482  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-30T00:34:23.556Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:23.556Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:34:23.557Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b8bd8c72-764a-4ae2-85f4-5e210bb4a482: {\"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-30T00:34:23.558Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59e045bc
2021-05-30T00:34:23.558Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:23.558Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-30T00:34:23.558Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ac3a2b9d-b59b-4616-b041-df6f65297020
2021-05-30T00:34:23.559Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ac3a2b9d-b59b-4616-b041-df6f65297020
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-30T00:34:23.564Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:23.564Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is matching search criteria
2021-05-30T00:34:23.564Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4bf3fad8-7fdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:34:23.564Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:23.565Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is matching search criteria
2021-05-30T00:34:23.565Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4bf3fad8-7fdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:34:23.565Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:23.565Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is not matching search criteria
2021-05-30T00:34:23.565Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-30T00:34:23.565Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-30T00:34:23.565Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-30T00:34:23.566Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-30T00:34:23.566Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-30T00:34:23.566Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-30T00:34:23.566Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-30T00:34:23.566Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-30T00:34:23.566Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-30T00:34:23.566Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-30T00:34:23.566Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-30T00:34:23.567Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0ea834b9-7a4c-4c98-bc81-471a13c486b4
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-30T00:34:23.575Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:23.575Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is matching search criteria
2021-05-30T00:34:23.575Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4bf3fad8-7fdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:34:23.576Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:23.576Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is not matching search criteria
2021-05-30T00:34:23.576Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-30T00:34:23.576Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-30T00:34:23.576Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-30T00:34:23.576Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-30T00:34:23.576Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-30T00:34:23.576Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-30T00:34:23.577Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-30T00:34:23.577Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-30T00:34:23.577Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-30T00:34:23.577Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-30T00:34:23.577Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-30T00:34:23.577Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-30T00:34:23.577Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9624c1f7-783e-4f20-8db1-a1b604e8fa8e
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-30T00:34:23.579Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:23.579Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is matching search criteria
2021-05-30T00:34:23.579Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4bf3fad8-7fdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:34:23.581Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:23.581Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is not matching search criteria
2021-05-30T00:34:23.581Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-30T00:34:23.581Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-30T00:34:23.581Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-30T00:34:23.582Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-30T00:34:23.582Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-30T00:34:23.582Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-30T00:34:23.582Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-30T00:34:23.582Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-30T00:34:23.582Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-30T00:34:23.582Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-30T00:34:23.582Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-30T00:34:23.582Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-30T00:34:23.583Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1ba109af-8879-4edd-9796-b5adfdb641b0
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-30T00:34:23.584Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:23.584Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is matching search criteria
2021-05-30T00:34:23.584Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4bf3fad8-7fdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:34:23.585Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:23.585Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Node template vFW 4bf3fad8-7fdd 0 is matching search criteria
2021-05-30T00:34:23.585Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4bf3fad8-7fdd 0] matching following query criteria: sdcType=VF, customizationUUID=b8bd8c72-764a-4ae2-85f4-5e210bb4a482
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-30T00:34:23.586Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:23.586Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:34:23.587Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid cd47e7b0-1d82-491b-8954-4232cea27df5: vFW 4bf3fad8-7fdd
2021-05-30T00:34:23.587Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:23.587Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:34:23.587Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:23.587Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:34:23.587Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:23.587Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:34:23.587Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:23.587Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:34:23.588Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:34:23.588Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-05-30 00-30-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:34:23.588Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2021-05-30 00-30-25 
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-30T00:34:23.837Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4bf3fad8-7fdd 4770e160-794f-4113-8220-f116f1ab588b 1 ASDC deployResourceStructure
2021-05-30T00:34:23.837Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json ASDC sendASDCNotification
2021-05-30T00:34:23.838Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json
2021-05-30T00:34:23.838Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:34:23.838Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:34:23.839Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:34:23.839Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334863837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-30T00:34:23.939Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:34:23.940Z||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-30T00:34:23.940Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:23.950Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:34:23.951Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:34:24.840Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-30T00:34:24.840Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml
2021-05-30T00:34:24.840Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:34:24.841Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:34:24.842Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:34:24.842Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334864840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-05-30T00:34:24.942Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:34:24.943Z||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-30T00:34:24.943Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:24.955Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:34:24.955Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:34:25.843Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-30T00:34:25.843Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env
2021-05-30T00:34:25.844Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:34:25.844Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:34:25.845Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:34:25.845Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334865843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-05-30T00:34:25.946Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-30T00:34:25.946Z||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-30T00:34:25.947Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:25.957Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:34:25.957Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:34:26.846Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar ASDC sendASDCNotification
2021-05-30T00:34:26.847Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar
2021-05-30T00:34:26.847Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:34:26.847Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:34:26.849Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:34:26.849Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334866846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:34:26.949Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:34:26.950Z||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-30T00:34:26.950Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:34:26.961Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:34:26.961Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:34:27.850Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96515d04-4032-42b9-ab71-c667a02df8bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T00:34:27.867Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96515d04-4032-42b9-ab71-c667a02df8bc
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-30T00:34:27.869Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:34:27.869Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-30T00:34:27.869Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-30T00:34:57.870Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96515d04-4032-42b9-ab71-c667a02df8bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T00:34:57.881Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96515d04-4032-42b9-ab71-c667a02df8bc
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-30T00:34:57.884Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:34:57.884Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-30T00:34:57.884Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-30T00:35:03.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:35:03.921Z||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-30T00:35:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:35:03.943Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:35:03.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:35:03.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622334837116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:35:03.944Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:35:27.884Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96515d04-4032-42b9-ab71-c667a02df8bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T00:35:27.894Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96515d04-4032-42b9-ab71-c667a02df8bc
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-30T00:35:27.896Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:35:27.896Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-30T00:35:27.897Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-30T00:35:57.897Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96515d04-4032-42b9-ab71-c667a02df8bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T00:35:57.907Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96515d04-4032-42b9-ab71-c667a02df8bc
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-30T00:35:57.909Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:35:57.909Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-30T00:35:57.909Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-30T00:36:03.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:36:03.920Z||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-30T00:36:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:36:03.942Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:36:03.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:36:03.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "dcae-sch",
  "timestamp": 1622334839603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:36:03.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:36:03.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:36:03.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622334835387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:36:03.944Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:36:03.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:36:03.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "policy-id",
  "timestamp": 1622334834864,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:36:03.944Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:36:27.910Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96515d04-4032-42b9-ab71-c667a02df8bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T00:36:27.919Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96515d04-4032-42b9-ab71-c667a02df8bc
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-30T00:36:27.922Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:36:27.922Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-30T00:36:27.922Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-30T00:36:57.922Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96515d04-4032-42b9-ab71-c667a02df8bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T00:36:57.934Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96515d04-4032-42b9-ab71-c667a02df8bc
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-30T00:36:57.937Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:36:57.937Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-30T00:36:57.937Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-30T00:37:03.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:37:03.921Z||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-30T00:37:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:37:03.937Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:37:04.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "clamp",
  "timestamp": 1622334839811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334843918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622334837116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:37:04.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "dcae-sch",
  "timestamp": 1622334839603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622334835387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "policy-id",
  "timestamp": 1622334834864,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "clamp",
  "timestamp": 1622334839811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334843918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:37:04.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622334837116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:37:04.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622334835387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "dcae-sch",
  "timestamp": 1622334839603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "policy-id",
  "timestamp": 1622334834864,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:37:04.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "clamp",
  "timestamp": 1622334839811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:37:04.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334843918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:37:04.450Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622334846091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.450Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622334837116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.450Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622334835387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.450Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "dcae-sch",
  "timestamp": 1622334839603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.450Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "policy-id",
  "timestamp": 1622334834864,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334843918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622334846091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622334837116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-30T00:37:04.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "dcae-sch",
  "timestamp": 1622334839603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622334835387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "policy-id",
  "timestamp": 1622334834864,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622334847392,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "cds",
  "timestamp": 1622334847688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334843918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-30T00:37:04.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622334846091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622334837116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622334835387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "dcae-sch",
  "timestamp": 1622334839603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "policy-id",
  "timestamp": 1622334834864,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622334847392,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:37:04.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622334848486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "cds",
  "timestamp": 1622334847688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334843918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.455Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622334846091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.455Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622334837116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:37:04.455Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "dcae-sch",
  "timestamp": 1622334839603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.455Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622334835387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.455Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "policy-id",
  "timestamp": 1622334834864,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:37:04.456Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622334847392,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:37:04.456Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622334848486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:37:04.456Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "cds",
  "timestamp": 1622334847688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.456Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334843918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:37:04.456Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622334846091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.457Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622334847392,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.457Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622334848486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:37:04.457Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "cds",
  "timestamp": 1622334847688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.457Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622334851699,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.458Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "policy-id",
  "timestamp": 1622334851722,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.458Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622334846091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622334847392,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-30T00:37:04.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622334848486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "cds",
  "timestamp": 1622334847688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334852671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.459Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "aai-ml",
  "timestamp": 1622334852715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:37:04.459Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622334846091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:37:04.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "policy-id",
  "timestamp": 1622334852725,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:37:04.459Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622334847392,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622334848486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-30T00:37:04.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "cds",
  "timestamp": 1622334847688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "aai-ml",
  "timestamp": 1622334853720,
  "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-30T00:37:04.466Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 96515d04-4032-42b9-ab71-c667a02df8bc
2021-05-30T00:37:04.466Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96515d04-4032-42b9-ab71-c667a02df8bc 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-30T00:37:04.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "policy-id",
  "timestamp": 1622334853727,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-30T00:37:04.486Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f82784d7-7b7c-422b-82a2-437b718d64c8
2021-05-30T00:37:04.486Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f82784d7-7b7c-422b-82a2-437b718d64c8 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-30T00:37:04.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622334853897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.493Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622334847392,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:37:04.493Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622334848486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "cds",
  "timestamp": 1622334847688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:37:04.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622334848486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:37:04.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622334855269,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.494Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "aai-ml",
  "timestamp": 1622334855583,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "clamp",
  "timestamp": 1622334856514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.495Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622334857064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.495Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622334857099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.495Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "cds",
  "timestamp": 1622334857213,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.495Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "aai-ml",
  "timestamp": 1622334855583,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622334857344,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:37:04.496Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622334857668,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.496Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622334858067,
  "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-30T00:37:04.501Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f82784d7-7b7c-422b-82a2-437b718d64c8
2021-05-30T00:37:04.501Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f82784d7-7b7c-422b-82a2-437b718d64c8 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-30T00:37:04.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "aai-ml",
  "timestamp": 1622334855583,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "cds",
  "timestamp": 1622334858222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-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-30T00:37:04.511Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f82784d7-7b7c-422b-82a2-437b718d64c8
2021-05-30T00:37:04.511Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f82784d7-7b7c-422b-82a2-437b718d64c8 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-30T00:37:04.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622334858347,
  "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-30T00:37:04.523Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f82784d7-7b7c-422b-82a2-437b718d64c8
2021-05-30T00:37:04.523Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f82784d7-7b7c-422b-82a2-437b718d64c8 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-30T00:37:04.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "clamp",
  "timestamp": 1622334858536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:37:04.532Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334858800,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.532Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622334859070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-30T00:37:04.533Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "aai-ml",
  "timestamp": 1622334855583,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622334859507,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.533Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "clamp",
  "timestamp": 1622334859540,
  "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-30T00:37:04.538Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 96515d04-4032-42b9-ab71-c667a02df8bc
2021-05-30T00:37:04.538Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96515d04-4032-42b9-ab71-c667a02df8bc 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-30T00:37:04.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622334859623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.546Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "aai-ml",
  "timestamp": 1622334855583,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334860965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.547Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "aai-ml",
  "timestamp": 1622334855583,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622334861282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.547Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622334861374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.547Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "aai-ml",
  "timestamp": 1622334855583,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:37:04.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622334862287,
  "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-30T00:37:04.558Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f82784d7-7b7c-422b-82a2-437b718d64c8
2021-05-30T00:37:04.558Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f82784d7-7b7c-422b-82a2-437b718d64c8 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-30T00:37:04.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622334862395,
  "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-30T00:37:04.569Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f82784d7-7b7c-422b-82a2-437b718d64c8
2021-05-30T00:37:04.569Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f82784d7-7b7c-422b-82a2-437b718d64c8 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-30T00:37:04.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334862510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.575Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622334863290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-30T00:37:04.576Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622334863399,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-30T00:37:04.576Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "aai-ml",
  "timestamp": 1622334863492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.576Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334863837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/vfw4bf3fad87fdd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-30T00:37:04.576Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334864840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-05-30T00:37:04.577Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334865843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/resourceInstances/vfw4bf3fad87fdd0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-05-30T00:37:04.577Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334866846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210530003025/1.0/artifacts/service-Vfw20210530003025-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:37:04.577Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "clamp",
  "timestamp": 1622334869811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "aai-ml",
  "timestamp": 1622334870506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:37:04.577Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "clamp",
  "timestamp": 1622334869811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:37:04.578Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "aai-ml",
  "timestamp": 1622334871510,
  "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-30T00:37:04.582Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f82784d7-7b7c-422b-82a2-437b718d64c8
2021-05-30T00:37:04.583Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f82784d7-7b7c-422b-82a2-437b718d64c8 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-30T00:37:04.592Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.592Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "clamp",
  "timestamp": 1622334869811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.592Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.593Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.593Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "clamp",
  "timestamp": 1622334869811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.593Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.593Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.593Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "clamp",
  "timestamp": 1622334869811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.593Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.593Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.594Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "clamp",
  "timestamp": 1622334869811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:37:04.594Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.594Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "clamp",
  "timestamp": 1622334869811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:37:04.594Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:37:04.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.594Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "clamp",
  "timestamp": 1622334885511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:37:04.595Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "clamp",
  "timestamp": 1622334887518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:37:04.595Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:37:04.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:37:04.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "clamp",
  "timestamp": 1622334888520,
  "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-30T00:37:04.600Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f82784d7-7b7c-422b-82a2-437b718d64c8
2021-05-30T00:37:04.600Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f82784d7-7b7c-422b-82a2-437b718d64c8 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-30T00:37:27.937Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96515d04-4032-42b9-ab71-c667a02df8bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T00:37:27.947Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96515d04-4032-42b9-ab71-c667a02df8bc
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-30T00:37:27.949Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:37:27.949Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-30T00:37:27.949Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-30T00:37:27.949Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-30T00:37:27.949Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:37:27.950Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:37:27.950Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:37:27.950Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:37:27.950Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:37:27.950Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:37:27.950Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||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-30T00:37:27.955Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-30T00:37:57.955Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 96515d04-4032-42b9-ab71-c667a02df8bc 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-30T00:37:57.965Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 96515d04-4032-42b9-ab71-c667a02df8bc and serviceModelVersionId: cd47e7b0-1d82-491b-8954-4232cea27df5
2021-05-30T00:37:57.965Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4b3e3937-59df-425f-9ba9-38b119556d4f
2021-05-30T00:38:03.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:38:03.921Z||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-30T00:38:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:08.616Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4b3e3937-59df-425f-9ba9-38b119556d4f/model-vers/model-ver/cd47e7b0-1d82-491b-8954-4232cea27df5?depth=0
2021-05-30T00:38:08.707Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-05-30T00:38:09.144Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4b3e3937-59df-425f-9ba9-38b119556d4f/model-vers/model-ver/cd47e7b0-1d82-491b-8954-4232cea27df5?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-30T00:38:09.147Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4b3e3937-59df-425f-9ba9-38b119556d4f/model-vers/model-ver/cd47e7b0-1d82-491b-8954-4232cea27df5?depth=0|INFO|500||Invoke
2021-05-30T00:38:09.252Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4b3e3937-59df-425f-9ba9-38b119556d4f/model-vers/model-ver/cd47e7b0-1d82-491b-8954-4232cea27df5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-30T00:38:09.525Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4b3e3937-59df-425f-9ba9-38b119556d4f/model-vers/model-ver/cd47e7b0-1d82-491b-8954-4232cea27df5?depth=0|INFO|500||InvokeReturn
2021-05-30T00:38:09.526Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4b3e3937-59df-425f-9ba9-38b119556d4f/model-vers/model-ver/cd47e7b0-1d82-491b-8954-4232cea27df5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210530-00:38:09:257-75205], vertex-id=[385080], Content-Length=[0], Date=[Sun, 30 May 2021 00:38:09 GMT], Content-Type=[application/json]}
2021-05-30T00:38:09.526Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-05-30T00:38:09.529Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-30T00:38:09.529Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||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-30T00:38:09.532Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||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-30T00:38:09.533Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 96515d04-4032-42b9-ab71-c667a02df8bc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-30T00:38:09.534Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-30T00:38:09.534Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:09.536Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:09.536Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335089533,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-30T00:38:09.636Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:38:09.637Z||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-30T00:38:09.637Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:09.649Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:38:09.649Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-30T00:38:10.262Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:38:10.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:38:10.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96515d04-4032-42b9-ab71-c667a02df8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335089533,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-30T00:38:10.263Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T00:38:10.548Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-30T00:38:10.549Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f82784d7-7b7c-422b-82a2-437b718d64c8","serviceName":"basic_onboard_tHcHSu","serviceVersion":"1.0","serviceUUID":"304fcb30-394e-476d-806d-58a86633e52a","serviceDescription":"service","serviceInvariantUUID":"ff1f1e18-c11c-4d07-910d-c01930c8956b","resources":[{"resourceInstanceName":"basic_onboard_tHcHSu 0","resourceName":"basic_onboard_tHcHSu","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8802a72a-8c48-4045-9a1f-594bdad01f80","resourceInvariantUUID":"953baec3-c61a-4157-bd9b-cb7b3cdcc716","resourceCustomizationUUID":"caec6b1a-2da0-48e6-b27a-946f54e437bc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vf-license-model.xml","artifactChecksum":"NDgzOWFhMTI3MTI1ODhkNDhkZDAxZWNkOTEwMjYxNjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"183cebb7-201e-4e7d-853f-a94262f3bb4d","artifactVersion":"1"},{"artifactName":"basic_onboard_thchsu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json","artifactChecksum":"ZmM4MTJiZmZmNzQwMzUyNjQ3OTljNTE5OGNkMzZkMTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e7d756f8-c2e0-4c90-a4ea-9370ed8e5ca3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1b8cd694-f920-49e7-a4ad-ac11f221adca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c018f20f-6ce0-41ea-999b-38144fb9dbae","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c59c8ed4-2aeb-4589-a7cd-e324165d305e","artifactVersion":"2","generatedFromUUID":"1b8cd694-f920-49e7-a4ad-ac11f221adca"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardThchsu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-template.yml","artifactChecksum":"YjAwMWJhODljOThjY2MwNDQxMTY1YjcyNzVmYjFmODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d942afda-02d5-4d91-985f-937473769e7a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardThchsu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar","artifactChecksum":"ZjdkNGNjYTk4YzlmMzQwZjBmZWEyOGUzODdiM2E1MTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ffa879ee-428a-479b-904a-2f5773ccf5fa","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-30T00:38:10.549Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:38:10.549Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:10.551Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:10.551Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334843918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:38:10.651Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:38:10.652Z||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-30T00:38:10.652Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:10.661Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:38:10.662Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:38:11.551Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:38:11.552Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:11.553Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:11.553Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334843918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:38:11.653Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:38:11.654Z||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-30T00:38:11.654Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:11.664Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:38:11.664Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:38:12.554Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:38:12.554Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:12.556Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:12.556Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334843918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:38:12.656Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:38:12.657Z||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-30T00:38:12.657Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:12.666Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:38:12.667Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:38:13.557Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:38:13.558Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:13.559Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:13.559Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334843918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:38:13.660Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-30T00:38:13.661Z||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-30T00:38:13.661Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:13.671Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:38:13.671Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:38:14.560Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:38:14.561Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:14.562Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:14.562Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334843918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-30T00:38:14.662Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:38:14.663Z||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-30T00:38:14.663Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:14.673Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:38:14.673Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:38:15.563Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:38:15.563Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:15.565Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:15.565Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334843918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:38:15.665Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:38:15.666Z||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-30T00:38:15.666Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:15.675Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:38:15.676Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:38:16.565Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:38:16.566Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:16.568Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:16.568Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334843918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:38:16.668Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:38:16.669Z||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-30T00:38:16.669Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:16.678Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:38:16.679Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:38:17.569Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "serviceName": "basic_onboard_tHcHSu",
  "serviceVersion": "1.0",
  "serviceUUID": "304fcb30-394e-476d-806d-58a86633e52a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ff1f1e18-c11c-4d07-910d-c01930c8956b",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_tHcHSu 0",
      "resourceCustomizationUUID": "caec6b1a-2da0-48e6-b27a-946f54e437bc",
      "resourceName": "basic_onboard_tHcHSu",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8802a72a-8c48-4045-9a1f-594bdad01f80",
      "resourceInvariantUUID": "953baec3-c61a-4157-bd9b-cb7b3cdcc716",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_thchsu0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
          "artifactChecksum": "ZmM4MTJiZmZmNzQwMzUyNjQ3OTljNTE5OGNkMzZkMTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e7d756f8-c2e0-4c90-a4ea-9370ed8e5ca3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1b8cd694-f920-49e7-a4ad-ac11f221adca",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c59c8ed4-2aeb-4589-a7cd-e324165d305e",
            "generatedFromUUID": "1b8cd694-f920-49e7-a4ad-ac11f221adca"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c59c8ed4-2aeb-4589-a7cd-e324165d305e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardThchsu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
      "artifactChecksum": "ZjdkNGNjYTk4YzlmMzQwZjBmZWEyOGUzODdiM2E1MTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ffa879ee-428a-479b-904a-2f5773ccf5fa"
    }
  ],
  "workloadContext": "Production"
}
2021-05-30T00:38:17.569Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-30T00:38:17.569Z|96515d04-4032-42b9-ab71-c667a02df8bc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 304fcb30-394e-476d-806d-58a86633e52a ASDC
2021-05-30T00:38:17.570Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f82784d7-7b7c-422b-82a2-437b718d64c8
ServiceName:basic_onboard_tHcHSu
ServiceVersion:1.0
ServiceUUID:304fcb30-394e-476d-806d-58a86633e52a
ServiceInvariantUUID:ff1f1e18-c11c-4d07-910d-c01930c8956b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardThchsu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar
ArtifactUUID:ffa879ee-428a-479b-904a-2f5773ccf5fa
ArtifactChecksum:ZjdkNGNjYTk4YzlmMzQwZjBmZWEyOGUzODdiM2E1MTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_tHcHSu 0
ResourceCustomizationUUID:caec6b1a-2da0-48e6-b27a-946f54e437bc
ResourceInvariantUUID:953baec3-c61a-4157-bd9b-cb7b3cdcc716
ResourceName:basic_onboard_tHcHSu
ResourceType:VF
ResourceUUID:8802a72a-8c48-4045-9a1f-594bdad01f80
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_thchsu0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json
ArtifactUUID:e7d756f8-c2e0-4c90-a4ea-9370ed8e5ca3
ArtifactChecksum:ZmM4MTJiZmZmNzQwMzUyNjQ3OTljNTE5OGNkMzZkMTg=
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/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml
ArtifactUUID:1b8cd694-f920-49e7-a4ad-ac11f221adca
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/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env
ArtifactUUID:c59c8ed4-2aeb-4589-a7cd-e324165d305e
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/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env
ArtifactUUID:c59c8ed4-2aeb-4589-a7cd-e324165d305e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-30T00:38:17.570Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 304fcb30-394e-476d-806d-58a86633e52a 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-30T00:38:17.596Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-30T00:38:17.597Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:38:17.597Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:38:17.597Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ffa879ee-428a-479b-904a-2f5773ccf5fa from URL: /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:17.597Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:38:17.597Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:18.275Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:38:18.278Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar ffa879ee-428a-479b-904a-2f5773ccf5fa 74814
2021-05-30T00:38:18.278Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar ASDC sendASDCNotification
2021-05-30T00:38:18.278Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:18.279Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:38:18.279Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:18.281Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:18.281Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335098278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:38:18.381Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:38:18.382Z||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-30T00:38:18.382Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:18.391Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:38:18.391Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:38:19.281Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-30T00:38:19.282Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:38:19.282Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ffa879ee-428a-479b-904a-2f5773ccf5fa, URL: /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar to file: /app/ASDC/1/service-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:19.282Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:19.283Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:19.283Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:19.528Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6179880111481466906/Definitions/service-BasicOnboardThchsu-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-30T00:38:20.478Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-30T00:38:20.478Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-30T00:38:20.478Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:20.478Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-30T00:38:20.478Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_tHcHSu 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-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:20.478Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||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-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:20.478Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||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-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:20.478Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||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-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:20.478Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||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-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:20.479Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:20.479Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:20.479Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||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-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:20.479Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_tHcHSu 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:20.479Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||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-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:20.479Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-30T00:38:20.479Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:38:20.479Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:38:20.479Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tHcHSu 0 is matching search criteria
2021-05-30T00:38:20.479Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-30T00:38:20.479Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_tHcHSu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-30T00:38:20.480Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:38:20.480Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:38:20.480Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tHcHSu 0 is matching search criteria
2021-05-30T00:38:20.480Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-30T00:38:20.480Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_tHcHSu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-30T00:38:20.480Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:38:20.480Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:38:20.481Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:38:20.481Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tHcHSu 0 is not matching search criteria
2021-05-30T00:38:20.481Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-05-30T00:38:20.481Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-05-30T00:38:20.481Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-05-30T00:38:20.481Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-30T00:38:20.481Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-30T00:38:20.481Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:38:20.481Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-30T00:38:20.482Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:38:20.482Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tHcHSu 0 is matching search criteria
2021-05-30T00:38:20.482Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_tHcHSu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:38:20.482Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:38:20.482Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tHcHSu 0 is matching search criteria
2021-05-30T00:38:20.482Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_tHcHSu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:38:20.482Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:38:20.483Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tHcHSu 0 is matching search criteria
2021-05-30T00:38:20.483Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_tHcHSu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:38:20.483Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:38:20.483Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tHcHSu 0 is not matching search criteria
2021-05-30T00:38:20.483Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-30T00:38:20.483Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-30T00:38:20.483Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=13fe6844-74b6-40f4-b754-bb33ac1dac3b
2021-05-30T00:38:20.484Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:38:20.484Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:38:20.484Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:38:20.484Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:38:20.484Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:38:20.484Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:38:20.484Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:38:20.484Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:38:20.485Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_tHcHSu
Description:service
Model UUID:304fcb30-394e-476d-806d-58a86633e52a
Model Version:NULL
Model InvariantUuid:ff1f1e18-c11c-4d07-910d-c01930c8956b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_tHcHSu
Model UUID:e490f554-6e3e-4265-b1b5-bfb750ffcc56
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:953baec3-c61a-4157-bd9b-cb7b3cdcc716
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:caec6b1a-2da0-48e6-b27a-946f54e437bc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:56badcc2-71f4-4d33-bbf4-1feb36c79bf1
ModelName:BasicOnboardThchsu..base_ubuntu18..module-0
ModelUuid:14897315-dcd9-4038-afde-52f619817ec8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:13fe6844-74b6-40f4-b754-bb33ac1dac3b
ModelInvariantUuid:59b4ced1-7c9e-4e1b-a4fe-693fd92c242e
ModelName:basic_onboard_tHcHSu-nodes.ubuntu18Cvfc
ModelUuid:15f450ef-2981-477b-9dc7-9cfe3ec9e677
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:39d4ee5f-5a6c-4eac-a591-299729c119f8
ModelInvariantUuid:8383900f-5adb-487a-983e-ec4e4753fee0
ModelName:BasicOnboardThchsu.compute.nodes.heat.ubuntu18
ModelUuid:abaab9ce-64a4-433d-b822-914cd12bb128
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-30T00:38:20.492Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 8802a72a-8c48-4045-9a1f-594bdad01f80
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-30T00:38:20.493Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||basic_onboard_tHcHSu 0
2021-05-30T00:38:20.493Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8802a72a-8c48-4045-9a1f-594bdad01f80
2021-05-30T00:38:20.493Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e7d756f8-c2e0-4c90-a4ea-9370ed8e5ca3 from URL: /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json
2021-05-30T00:38:20.494Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:38:20.494Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json
2021-05-30T00:38:21.076Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:38:21.077Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json e7d756f8-c2e0-4c90-a4ea-9370ed8e5ca3 798
2021-05-30T00:38:21.077Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json ASDC sendASDCNotification
2021-05-30T00:38:21.077Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json
2021-05-30T00:38:21.077Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:38:21.077Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:21.079Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:21.079Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335101077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:38:21.179Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:38:21.179Z||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-30T00:38:21.180Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:21.189Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:38:21.189Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:38:22.079Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardThchsu..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "56badcc2-71f4-4d33-bbf4-1feb36c79bf1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "14897315-dcd9-4038-afde-52f619817ec8",
    "vfModuleModelCustomizationUUID": "2fc222c4-f223-471a-ae19-a362cf081f89",
    "isBase": true,
    "artifacts": [
      "1b8cd694-f920-49e7-a4ad-ac11f221adca",
      "c59c8ed4-2aeb-4589-a7cd-e324165d305e"
    ],
    "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-30T00:38:22.083Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardThchsu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:14897315-dcd9-4038-afde-52f619817ec8
VfModuleModelInvariantUUID:56badcc2-71f4-4d33-bbf4-1feb36c79bf1
VfModuleModelDescription:NULL
Artifacts UUID List:{
1b8cd694-f920-49e7-a4ad-ac11f221adca
,
c59c8ed4-2aeb-4589-a7cd-e324165d305e

}
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-30T00:38:22.085Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardThchsu..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "56badcc2-71f4-4d33-bbf4-1feb36c79bf1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "14897315-dcd9-4038-afde-52f619817ec8",
    "vfModuleModelCustomizationUUID": "2fc222c4-f223-471a-ae19-a362cf081f89",
    "isBase": true,
    "artifacts": [
      "1b8cd694-f920-49e7-a4ad-ac11f221adca",
      "c59c8ed4-2aeb-4589-a7cd-e324165d305e"
    ],
    "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-30T00:38:22.085Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardThchsu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:14897315-dcd9-4038-afde-52f619817ec8
VfModuleModelInvariantUUID:56badcc2-71f4-4d33-bbf4-1feb36c79bf1
VfModuleModelDescription:NULL
Artifacts UUID List:{
1b8cd694-f920-49e7-a4ad-ac11f221adca
,
c59c8ed4-2aeb-4589-a7cd-e324165d305e

}
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-30T00:38:22.085Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1b8cd694-f920-49e7-a4ad-ac11f221adca from URL: /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml
2021-05-30T00:38:22.085Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:38:22.085Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml
2021-05-30T00:38:22.675Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:38:22.676Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml 1b8cd694-f920-49e7-a4ad-ac11f221adca 5033
2021-05-30T00:38:22.676Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-30T00:38:22.676Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml
2021-05-30T00:38:22.676Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:38:22.676Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:22.678Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:22.678Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335102676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:38:22.778Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:38:22.779Z||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-30T00:38:22.779Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:22.790Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:38:22.790Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:38:23.678Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c59c8ed4-2aeb-4589-a7cd-e324165d305e from URL: /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env
2021-05-30T00:38:23.679Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:38:23.679Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env
2021-05-30T00:38:23.858Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:38:23.858Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env c59c8ed4-2aeb-4589-a7cd-e324165d305e 909
2021-05-30T00:38:23.858Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-30T00:38:23.858Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env
2021-05-30T00:38:23.859Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:38:23.859Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:23.860Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:23.860Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335103858,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:38:23.961Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:38:23.961Z||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-30T00:38:23.962Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:23.972Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:38:23.972Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:38:24.861Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 304fcb30-394e-476d-806d-58a86633e52a
2021-05-30T00:38:24.862Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_tHcHSu 0 8802a72a-8c48-4045-9a1f-594bdad01f80 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-30T00:38:24.871Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:38:24.871Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:38:24.871Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-05-30T00:38:24.871Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= caec6b1a-2da0-48e6-b27a-946f54e437bc
2021-05-30T00:38:24.871Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: caec6b1a-2da0-48e6-b27a-946f54e437bc matches Tosca VF Customization UUID: caec6b1a-2da0-48e6-b27a-946f54e437bc
2021-05-30T00:38:24.871Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: caec6b1a-2da0-48e6-b27a-946f54e437bc  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-30T00:38:24.873Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:38:24.873Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:38:24.873Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id caec6b1a-2da0-48e6-b27a-946f54e437bc: {\"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-30T00:38:24.874Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@216799c8
2021-05-30T00:38:24.874Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:38:24.874Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-30T00:38:24.874Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2fc222c4-f223-471a-ae19-a362cf081f89
2021-05-30T00:38:24.874Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2fc222c4-f223-471a-ae19-a362cf081f89
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-30T00:38:24.875Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:38:24.876Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tHcHSu 0 is matching search criteria
2021-05-30T00:38:24.876Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_tHcHSu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:38:24.876Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:38:24.876Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tHcHSu 0 is matching search criteria
2021-05-30T00:38:24.876Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_tHcHSu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:38:24.876Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:38:24.877Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tHcHSu 0 is not matching search criteria
2021-05-30T00:38:24.877Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-30T00:38:24.877Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-30T00:38:24.877Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=13fe6844-74b6-40f4-b754-bb33ac1dac3b
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-30T00:38:24.878Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:38:24.878Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tHcHSu 0 is matching search criteria
2021-05-30T00:38:24.879Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_tHcHSu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:38:24.879Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:38:24.879Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_tHcHSu 0 is matching search criteria
2021-05-30T00:38:24.879Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_tHcHSu 0] matching following query criteria: sdcType=VF, customizationUUID=caec6b1a-2da0-48e6-b27a-946f54e437bc
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-30T00:38:24.880Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:38:24.880Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:38:24.881Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 304fcb30-394e-476d-806d-58a86633e52a: basic_onboard_tHcHSu
2021-05-30T00:38:24.881Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:38:24.881Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:38:24.881Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:38:24.881Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:38:24.881Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:38:24.881Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:38:24.881Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:38:24.882Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:38:24.882Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:38:24.882Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_tHcHSu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:38:24.882Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_tHcHSu 
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-30T00:38:24.938Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_tHcHSu 8802a72a-8c48-4045-9a1f-594bdad01f80 1 ASDC deployResourceStructure
2021-05-30T00:38:24.938Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json ASDC sendASDCNotification
2021-05-30T00:38:24.938Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json
2021-05-30T00:38:24.938Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:38:24.939Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:24.940Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:24.941Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335104938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-30T00:38:25.041Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:38:25.042Z||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-30T00:38:25.042Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:25.051Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:38:25.051Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:38:25.942Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-30T00:38:25.942Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml
2021-05-30T00:38:25.942Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:38:25.942Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:25.944Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:25.944Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335105941,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-05-30T00:38:26.044Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:38:26.045Z||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-30T00:38:26.045Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:26.055Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:38:26.055Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-30T00:38:26.945Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-30T00:38:26.945Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env
2021-05-30T00:38:26.945Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:38:26.946Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:26.948Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:26.948Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335106945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-05-30T00:38:27.048Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:38:27.049Z||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-30T00:38:27.049Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:27.059Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:38:27.059Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-30T00:38:27.949Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar ASDC sendASDCNotification
2021-05-30T00:38:27.949Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar
2021-05-30T00:38:27.949Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:38:27.949Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:27.950Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:27.951Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335107949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:38:28.051Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:38:28.051Z||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-30T00:38:28.052Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:28.061Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:38:28.061Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-30T00:38:28.951Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f82784d7-7b7c-422b-82a2-437b718d64c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T00:38:28.962Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f82784d7-7b7c-422b-82a2-437b718d64c8
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-30T00:38:28.965Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:38:28.965Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-30T00:38:28.965Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-30T00:38:28.966Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-30T00:38:28.966Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:38:28.966Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:38:28.966Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:38:28.966Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:38:28.966Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:38:28.966Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:38:28.966Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||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-30T00:38:28.971Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-30T00:38:58.971Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f82784d7-7b7c-422b-82a2-437b718d64c8 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-30T00:38:58.977Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f82784d7-7b7c-422b-82a2-437b718d64c8 and serviceModelVersionId: 304fcb30-394e-476d-806d-58a86633e52a
2021-05-30T00:38:58.977Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff1f1e18-c11c-4d07-910d-c01930c8956b
2021-05-30T00:38:58.978Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff1f1e18-c11c-4d07-910d-c01930c8956b/model-vers/model-ver/304fcb30-394e-476d-806d-58a86633e52a?depth=0
2021-05-30T00:38:58.983Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-05-30T00:38:59.031Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff1f1e18-c11c-4d07-910d-c01930c8956b/model-vers/model-ver/304fcb30-394e-476d-806d-58a86633e52a?depth=0|INFO|500||Invoke
2021-05-30T00:38:59.032Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff1f1e18-c11c-4d07-910d-c01930c8956b/model-vers/model-ver/304fcb30-394e-476d-806d-58a86633e52a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff1f1e18-c11c-4d07-910d-c01930c8956b/model-vers/model-ver/304fcb30-394e-476d-806d-58a86633e52a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f82784d7-7b7c-422b-82a2-437b718d64c8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b24c7e54-eaf3-469d-b367-0ab18363500f], X-ECOMP-RequestID=[f82784d7-7b7c-422b-82a2-437b718d64c8], X-TransactionId=[], X-ONAP-RequestID=[f82784d7-7b7c-422b-82a2-437b718d64c8], Content-Type=[application/merge-patch+json]}
2021-05-30T00:38:59.054Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff1f1e18-c11c-4d07-910d-c01930c8956b/model-vers/model-ver/304fcb30-394e-476d-806d-58a86633e52a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-30T00:38:59.131Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff1f1e18-c11c-4d07-910d-c01930c8956b/model-vers/model-ver/304fcb30-394e-476d-806d-58a86633e52a?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/ff1f1e18-c11c-4d07-910d-c01930c8956b/model-vers/model-ver/304fcb30-394e-476d-806d-58a86633e52a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210530-00:38:59:057-46611], vertex-id=[196648], Content-Length=[0], Date=[Sun, 30 May 2021 00:38:59 GMT], Content-Type=[application/json]}
2021-05-30T00:38:59.131Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff1f1e18-c11c-4d07-910d-c01930c8956b/model-vers/model-ver/304fcb30-394e-476d-806d-58a86633e52a?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-30T00:38:59.132Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff1f1e18-c11c-4d07-910d-c01930c8956b/model-vers/model-ver/304fcb30-394e-476d-806d-58a86633e52a?depth=0|INFO|500||InvokeReturn
2021-05-30T00:38:59.132Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-30T00:38:59.132Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||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-30T00:38:59.135Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||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-30T00:38:59.135Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f82784d7-7b7c-422b-82a2-437b718d64c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-30T00:38:59.136Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-30T00:38:59.136Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:38:59.137Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:38:59.138Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335139135,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-30T00:38:59.238Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:38:59.238Z||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-30T00:38:59.239Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:38:59.251Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:38:59.251Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-30T00:39:00.148Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:39:00.149Z|f82784d7-7b7c-422b-82a2-437b718d64c8|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-30T00:39:00.149Z|f82784d7-7b7c-422b-82a2-437b718d64c8|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:39:03.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:39:03.921Z||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-30T00:39:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:39:04.541Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:39:04.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:39:04.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334843918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:39:04.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:39:04.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:39:04.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334843918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:39:04.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:39:04.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:39:04.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334843918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:39:04.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:39:04.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:39:04.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334843918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:39:04.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:39:04.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:39:04.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334843918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-30T00:39:04.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:39:04.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:39:04.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334843918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:39:04.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:39:04.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:39:04.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622334843918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:39:04.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:39:04.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:39:04.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335098278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:39:04.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:39:04.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:39:04.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335101077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:39:04.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:39:04.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:39:04.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335102676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:39:04.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:39:04.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:39:04.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335103858,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:39:04.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:39:04.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:39:04.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335104938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/basic_onboard_thchsu0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-30T00:39:04.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:39:04.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:39:04.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335105941,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-05-30T00:39:04.545Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:39:04.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:39:04.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335106945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/resourceInstances/basic_onboard_thchsu0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-05-30T00:39:04.545Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:39:04.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:39:04.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335107949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThchsu/1.0/artifacts/service-BasicOnboardThchsu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:39:04.545Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:39:04.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-30T00:39:04.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f82784d7-7b7c-422b-82a2-437b718d64c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335139135,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-30T00:39:04.545Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:39:10.331Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:39:10.332Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:39:10.332Z|f82784d7-7b7c-422b-82a2-437b718d64c8|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-30T00:39:10.332Z|f82784d7-7b7c-422b-82a2-437b718d64c8|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:39:19.864Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:39:19.864Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:39:19.865Z|f82784d7-7b7c-422b-82a2-437b718d64c8|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-30T00:39:19.865Z|f82784d7-7b7c-422b-82a2-437b718d64c8|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:39:29.397Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:39:29.397Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:39:29.398Z|f82784d7-7b7c-422b-82a2-437b718d64c8|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-30T00:39:29.398Z|f82784d7-7b7c-422b-82a2-437b718d64c8|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:39:38.934Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:39:38.934Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:39:38.935Z|f82784d7-7b7c-422b-82a2-437b718d64c8|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-30T00:39:38.935Z|f82784d7-7b7c-422b-82a2-437b718d64c8|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:39:48.467Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:40:03.918Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:40:03.919Z|f82784d7-7b7c-422b-82a2-437b718d64c8|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-30T00:40:03.919Z|f82784d7-7b7c-422b-82a2-437b718d64c8|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:40:03.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:40:03.920Z||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-30T00:40:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:40:13.459Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:40:13.459Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:41:03.919Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:41:03.919Z|f82784d7-7b7c-422b-82a2-437b718d64c8|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-30T00:41:03.919Z|f82784d7-7b7c-422b-82a2-437b718d64c8|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:41:03.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:41:03.920Z||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-30T00:41:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:41:13.460Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:41:13.461Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:42:03.918Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:42:03.919Z|f82784d7-7b7c-422b-82a2-437b718d64c8|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-30T00:42:03.919Z|f82784d7-7b7c-422b-82a2-437b718d64c8|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:42:03.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:42:03.920Z||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-30T00:42:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:42:04.251Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:42:04.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:42:04.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "clamp",
  "timestamp": 1622335319811,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:42:04.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:42:04.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:42:04.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "policy-id",
  "timestamp": 1622335314864,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:42:04.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:42:04.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:42:04.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335317116,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:42:04.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:42:04.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:42:04.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335315387,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:42:04.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:42:04.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:42:04.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "dcae-sch",
  "timestamp": 1622335319603,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:42:04.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:42:04.539Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:42:04.540Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-30T00:42:04.540Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"71bf9be7-35a5-4bed-b7e9-7e4d591a534b","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b82f1f10-b0e3-4afd-ad81-4a18d9577f94","serviceDescription":"service","serviceInvariantUUID":"920cd5f0-9537-46e9-8870-e5100768cacb","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"30bbd127-9bcb-4f81-b21b-643ae4d0ee09","resourceInvariantUUID":"c77426ca-f375-4601-805c-22677c050789","resourceCustomizationUUID":"05bef090-62a9-4dc4-9420-959f3e7d9a2e","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":"MGJmNTkzYWNkNzJiMmRhZjAwNTZjZDRhZTQ1NDk2NDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"67587238-32a9-456c-81b4-6aeb127493c8","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDE0MmVhNGYzYWI0ZDZkMGVlM2M2NWM2YmM2M2VjMWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90e30960-9791-4249-8746-c6d1b29a37e0","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-30T00:42:04.542Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:42:04.542Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:42:04.544Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:42:04.544Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335323918,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:42:04.644Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:42:04.645Z||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-30T00:42:04.645Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:42:04.655Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:42:04.655Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:42:05.545Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:42:05.546Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:42:05.547Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:42:05.547Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335323918,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:42:05.647Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:42:05.648Z||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-30T00:42:05.648Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:42:05.658Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:42:05.658Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:42:06.548Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "b82f1f10-b0e3-4afd-ad81-4a18d9577f94",
  "serviceDescription": "service",
  "serviceInvariantUUID": "920cd5f0-9537-46e9-8870-e5100768cacb",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "05bef090-62a9-4dc4-9420-959f3e7d9a2e",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "30bbd127-9bcb-4f81-b21b-643ae4d0ee09",
      "resourceInvariantUUID": "c77426ca-f375-4601-805c-22677c050789",
      "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": "NDE0MmVhNGYzYWI0ZDZkMGVlM2M2NWM2YmM2M2VjMWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "90e30960-9791-4249-8746-c6d1b29a37e0"
    }
  ],
  "workloadContext": "Production"
}
2021-05-30T00:42:06.549Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-30T00:42:06.549Z|f82784d7-7b7c-422b-82a2-437b718d64c8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b82f1f10-b0e3-4afd-ad81-4a18d9577f94 ASDC
2021-05-30T00:42:06.549Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:71bf9be7-35a5-4bed-b7e9-7e4d591a534b
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b82f1f10-b0e3-4afd-ad81-4a18d9577f94
ServiceInvariantUUID:920cd5f0-9537-46e9-8870-e5100768cacb
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:90e30960-9791-4249-8746-c6d1b29a37e0
ArtifactChecksum:NDE0MmVhNGYzYWI0ZDZkMGVlM2M2NWM2YmM2M2VjMWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:05bef090-62a9-4dc4-9420-959f3e7d9a2e
ResourceInvariantUUID:c77426ca-f375-4601-805c-22677c050789
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:30bbd127-9bcb-4f81-b21b-643ae4d0ee09
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-05-30T00:42:06.549Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b82f1f10-b0e3-4afd-ad81-4a18d9577f94 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-30T00:42:06.575Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-30T00:42:06.575Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:42:06.576Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:42:06.576Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 90e30960-9791-4249-8746-c6d1b29a37e0 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-30T00:42:06.576Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:42:06.576Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-30T00:42:07.180Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:42:07.182Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 90e30960-9791-4249-8746-c6d1b29a37e0 52216
2021-05-30T00:42:07.182Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||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-30T00:42:07.182Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||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-30T00:42:07.182Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:42:07.183Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:42:07.184Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:42:07.184Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335327182,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:42:07.284Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:42:07.285Z||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-30T00:42:07.285Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:42:07.295Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:42:07.295Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-30T00:42:08.184Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-30T00:42:08.185Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:42:08.186Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 90e30960-9791-4249-8746-c6d1b29a37e0, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-30T00:42:08.186Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-05-30T00:42:08.186Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-30T00:42:08.186Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-30T00:42:08.256Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6477126092225921599/Definitions/service-BasicNetwork-template.yml
2021-05-30T00:42:08.592Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-30T00:42:08.592Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-30T00:42:08.592Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-30T00:42:08.592Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-30T00:42:08.592Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||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-30T00:42:08.593Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||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-30T00:42:08.593Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||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-30T00:42:08.593Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||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-30T00:42:08.593Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||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-30T00:42:08.593Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||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-30T00:42:08.593Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||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-30T00:42:08.593Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||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-30T00:42:08.593Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-30T00:42:08.594Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:42:08.594Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:42:08.594Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-30T00:42:08.595Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-30T00:42:08.595Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-30T00:42:08.595Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:42:08.595Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:42:08.595Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-30T00:42:08.596Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-30T00:42:08.596Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-30T00:42:08.596Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:42:08.596Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:42:08.596Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:42:08.597Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:42:08.597Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:42:08.597Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:42:08.597Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:42:08.597Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:42:08.598Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:42:08.598Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:42:08.598Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:b82f1f10-b0e3-4afd-ad81-4a18d9577f94
Model Version:NULL
Model InvariantUuid:920cd5f0-9537-46e9-8870-e5100768cacb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c77426ca-f375-4601-805c-22677c050789
Model UUID:e9b7eac1-25de-4a75-8b18-85d90bf8e6dd
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:05bef090-62a9-4dc4-9420-959f3e7d9a2e
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-30T00:42:08.604Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 30bbd127-9bcb-4f81-b21b-643ae4d0ee09
2021-05-30T00:42:08.604Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||No resources found for Service: b82f1f10-b0e3-4afd-ad81-4a18d9577f94
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-30T00:42:08.607Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||
2021-05-30T00:42:08.607Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-05-30T00:42:08.608Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||No resources found for Service: b82f1f10-b0e3-4afd-ad81-4a18d9577f94
2021-05-30T00:42:08.608Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: b82f1f10-b0e3-4afd-ad81-4a18d9577f94
2021-05-30T00:42:08.608Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-05-30T00:42:08.608Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||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-30T00:42:08.612Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:42:08.612Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:42:08.612Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:42:08.613Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:42:08.613Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid b82f1f10-b0e3-4afd-ad81-4a18d9577f94: Generic NeutronNet
2021-05-30T00:42:08.613Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:42:08.613Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:42:08.613Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:42:08.613Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||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-30T00:42:08.637Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:42:08.637Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:42:08.637Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:42:08.637Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:42:08.638Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:42:08.638Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:42:08.638Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||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-30T00:42:08.686Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-05-30T00:42:08.687Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||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-30T00:42:08.687Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||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-30T00:42:08.687Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:42:08.687Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:42:08.689Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:42:08.689Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335328687,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:42:08.789Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:42:08.790Z||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-30T00:42:08.790Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:42:08.800Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:42:08.800Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:42:09.690Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T00:42:09.697Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
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-30T00:42:09.699Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:42:09.699Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-30T00:42:09.699Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-30T00:42:39.699Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T00:42:39.708Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
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-30T00:42:39.710Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:42:39.710Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-30T00:42:39.710Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-30T00:43:03.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:43:03.920Z||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-30T00:43:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:43:03.939Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:43:03.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:43:03.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "clamp",
  "timestamp": 1622335319811,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:43:03.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:43:09.710Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T00:43:09.718Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
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-30T00:43:09.722Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:43:09.722Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-30T00:43:09.722Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-30T00:43:39.722Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T00:43:39.733Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
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-30T00:43:39.735Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:43:39.735Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-30T00:43:39.735Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-30T00:44:03.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:44:03.921Z||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-30T00:44:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:44:03.942Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:44:03.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:44:03.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "policy-id",
  "timestamp": 1622335314864,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:44:03.943Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:44:09.735Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T00:44:09.746Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
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-30T00:44:09.747Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:44:09.748Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-30T00:44:09.748Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-30T00:44:39.748Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T00:44:39.758Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
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-30T00:44:39.760Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:44:39.760Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-30T00:44:39.760Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-30T00:45:03.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:45:03.922Z||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-30T00:45:03.922Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:45:03.942Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:45:03.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335317116,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:45:03.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:45:03.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335315387,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:45:03.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:45:03.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "dcae-sch",
  "timestamp": 1622335319603,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:45:03.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:45:03.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335323918,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:45:03.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:45:03.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "policy-id",
  "timestamp": 1622335325392,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:45:03.946Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:45:03.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335323918,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:45:03.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:45:03.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "policy-id",
  "timestamp": 1622335326395,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:45:03.947Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:45:03.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335326091,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:45:03.947Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:45:03.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335327182,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:45:03.947Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:45:03.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "policy-id",
  "timestamp": 1622335327398,
  "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-30T00:45:03.956Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
2021-05-30T00:45:03.956Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71bf9be7-35a5-4bed-b7e9-7e4d591a534b 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-30T00:45:03.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335326091,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:45:03.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:45:03.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335327392,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:45:03.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:45:03.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "cds",
  "timestamp": 1622335327688,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:45:03.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:45:03.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335328687,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:45:03.967Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:45:03.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335327392,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:45:03.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:45:03.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335328486,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:45:03.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:45:03.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "cds",
  "timestamp": 1622335327688,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:45:03.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:45:03.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335328486,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:45:03.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:45:03.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335330808,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:45:03.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:45:03.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "cds",
  "timestamp": 1622335331018,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:45:03.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:45:03.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "cds",
  "timestamp": 1622335332024,
  "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=?
2021-05-30T00:45:03.972Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
2021-05-30T00:45:03.973Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71bf9be7-35a5-4bed-b7e9-7e4d591a534b 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-30T00:45:03.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335332229,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:45:03.980Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:45:03.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:03.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335333234,
  "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-30T00:45:03.987Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
2021-05-30T00:45:03.987Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71bf9be7-35a5-4bed-b7e9-7e4d591a534b 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-30T00:45:04.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:04.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "aai-ml",
  "timestamp": 1622335335583,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:45:04.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:45:04.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:04.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "clamp",
  "timestamp": 1622335336670,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:45:04.001Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:45:04.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:04.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "aai-ml",
  "timestamp": 1622335335583,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:45:04.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:45:04.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:04.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "clamp",
  "timestamp": 1622335337714,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:45:04.001Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:45:04.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:04.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "clamp",
  "timestamp": 1622335338717,
  "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-30T00:45:04.165Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
2021-05-30T00:45:04.165Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71bf9be7-35a5-4bed-b7e9-7e4d591a534b 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-30T00:45:04.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:04.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "aai-ml",
  "timestamp": 1622335339507,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:45:04.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:45:04.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:04.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "aai-ml",
  "timestamp": 1622335342867,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:45:04.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:45:04.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:45:04.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "aai-ml",
  "timestamp": 1622335343872,
  "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-30T00:45:04.178Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
2021-05-30T00:45:04.178Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71bf9be7-35a5-4bed-b7e9-7e4d591a534b 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-30T00:45:09.760Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T00:45:09.769Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71bf9be7-35a5-4bed-b7e9-7e4d591a534b
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-30T00:45:09.771Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:45:09.772Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-30T00:45:09.772Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-30T00:45:09.772Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-30T00:45:09.772Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:45:09.772Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:45:09.772Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:45:09.772Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:45:09.772Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:45:09.772Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:45:09.772Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||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-30T00:45:09.777Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-30T00:45:39.777Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 71bf9be7-35a5-4bed-b7e9-7e4d591a534b 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-30T00:45:39.782Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 71bf9be7-35a5-4bed-b7e9-7e4d591a534b and serviceModelVersionId: b82f1f10-b0e3-4afd-ad81-4a18d9577f94
2021-05-30T00:45:39.782Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 920cd5f0-9537-46e9-8870-e5100768cacb
2021-05-30T00:45:39.783Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/920cd5f0-9537-46e9-8870-e5100768cacb/model-vers/model-ver/b82f1f10-b0e3-4afd-ad81-4a18d9577f94?depth=0
2021-05-30T00:45:39.787Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-05-30T00:45:39.825Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/920cd5f0-9537-46e9-8870-e5100768cacb/model-vers/model-ver/b82f1f10-b0e3-4afd-ad81-4a18d9577f94?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-30T00:45:39.826Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/920cd5f0-9537-46e9-8870-e5100768cacb/model-vers/model-ver/b82f1f10-b0e3-4afd-ad81-4a18d9577f94?depth=0|INFO|500||Invoke
2021-05-30T00:45:39.847Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/920cd5f0-9537-46e9-8870-e5100768cacb/model-vers/model-ver/b82f1f10-b0e3-4afd-ad81-4a18d9577f94?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-30T00:45:40.157Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/920cd5f0-9537-46e9-8870-e5100768cacb/model-vers/model-ver/b82f1f10-b0e3-4afd-ad81-4a18d9577f94?depth=0|INFO|500||InvokeReturn
2021-05-30T00:45:40.157Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/920cd5f0-9537-46e9-8870-e5100768cacb/model-vers/model-ver/b82f1f10-b0e3-4afd-ad81-4a18d9577f94?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210530-00:45:39:851-47275], vertex-id=[159792], Content-Length=[0], Date=[Sun, 30 May 2021 00:45:39 GMT], Content-Type=[application/json]}
2021-05-30T00:45:40.158Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-05-30T00:45:40.158Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-30T00:45:40.158Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||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-30T00:45:40.162Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||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-30T00:45:40.162Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 71bf9be7-35a5-4bed-b7e9-7e4d591a534b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-30T00:45:40.162Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-30T00:45:40.163Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:45:40.165Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:45:40.165Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335540162,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-30T00:45:40.265Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:45:40.266Z||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-30T00:45:40.266Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:45:40.278Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:45:40.279Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-30T00:45:41.175Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:45:41.176Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|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-30T00:45:41.176Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:45:45.459Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:45:45.460Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-30T00:45:45.460Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"662e4215-9fd3-4a5e-9db5-8df18286ab17","serviceName":"Demo_pNF_pBUxavMbHxfRLXVu5mND","serviceVersion":"1.0","serviceUUID":"223d22bb-a72d-4daf-943b-bb76e8d21c8b","serviceDescription":"catalog service description","serviceInvariantUUID":"d04c0d01-4863-4863-9223-50952fbae5e8","resources":[{"resourceInstanceName":"pNF 399bdbfc-4fcf 0","resourceName":"pNF 399bdbfc-4fcf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"35e2ec97-1074-4a0b-96e7-39952e260978","resourceInvariantUUID":"d59dc826-7d8c-4ce6-b452-447756920042","resourceCustomizationUUID":"7316b65d-0fbd-49f4-b16a-4398dc86183f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/vf-license-model.xml","artifactChecksum":"M2NiNTkxNWVkNjU0NjE1NGZhOTE4NTdlY2M0OThmOWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a5562d94-b845-4f6d-b89c-adc0aff68e4f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/pNF.csar","artifactChecksum":"ODU0NTQ0MDI0NWE2ZTgxZjY0OTczNDdhNGViMWJiMmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"25abbc05-62fd-4600-9ecb-a6c9d378a84d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88fb01e8-441d-4f0c-b65f-b1fcc8f07dad","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/vendor-license-model.xml","artifactChecksum":"NjdhODYxM2ZhYTNlZWM2YjQ0YjFhNWRiZTA1YzA0MDY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"45710edf-5983-4ee9-b5a7-2d519321c8fd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"44bcde34-0e4f-4709-9bce-f8cf34ae7eed","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"01f0707c-d9b0-4e99-a3e4-6b7269d96001","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPbuxavmbhxfrlxvu5mnd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-template.yml","artifactChecksum":"N2M5ODUyNDNmM2Y4Y2I4N2IwMjExZGMzODg5MzUxOGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4bb3fd54-bb0f-49e8-8e07-90943f9ae66d","artifactVersion":"1"},{"artifactName":"service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar","artifactChecksum":"MjI2MGNhMTJkZjRmNDY4NTkxYzJhOWM3NzI4MDUzNGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"069bb809-eca2-4fb4-b691-0edef18de6dd","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-30T00:45:45.462Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:45:45.462Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:45:45.463Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:45:45.463Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335541175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:45:45.564Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:45:45.564Z||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-30T00:45:45.565Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:45:45.575Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:45:45.576Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:45:46.464Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:45:46.465Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:45:46.466Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:45:46.466Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335541175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:45:46.567Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:45:46.567Z||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-30T00:45:46.567Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:45:46.577Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:45:46.577Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:45:47.467Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:45:47.468Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:45:47.469Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:45:47.469Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335541175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:45:47.569Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-30T00:45:47.570Z||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-30T00:45:47.570Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:45:47.580Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:45:47.580Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:45:48.470Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:45:48.471Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:45:48.472Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:45:48.472Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335541175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:45:48.572Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:45:48.573Z||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-30T00:45:48.573Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:45:48.583Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:45:48.583Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:45:49.473Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:45:49.473Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:45:49.475Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:45:49.475Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335541175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:45:49.575Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:45:49.576Z||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-30T00:45:49.576Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:45:49.585Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:45:49.586Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:45:50.475Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:45:50.476Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:45:50.477Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:45:50.478Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335541175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:45:50.578Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:45:50.579Z||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-30T00:45:50.579Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:45:50.588Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:45:50.588Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-30T00:45:51.478Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:45:51.479Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:45:51.481Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:45:51.481Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335541175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:45:51.581Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:45:51.582Z||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-30T00:45:51.582Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:45:51.590Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:45:51.591Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:45:52.481Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:45:52.482Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:45:52.483Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:45:52.483Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335541175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:45:52.584Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-30T00:45:52.584Z||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-30T00:45:52.584Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:45:52.594Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:45:52.594Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:45:53.484Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "serviceName": "Demo_pNF_pBUxavMbHxfRLXVu5mND",
  "serviceVersion": "1.0",
  "serviceUUID": "223d22bb-a72d-4daf-943b-bb76e8d21c8b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d04c0d01-4863-4863-9223-50952fbae5e8",
  "resources": [
    {
      "resourceInstanceName": "pNF 399bdbfc-4fcf 0",
      "resourceCustomizationUUID": "7316b65d-0fbd-49f4-b16a-4398dc86183f",
      "resourceName": "pNF 399bdbfc-4fcf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "35e2ec97-1074-4a0b-96e7-39952e260978",
      "resourceInvariantUUID": "d59dc826-7d8c-4ce6-b452-447756920042",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar",
      "artifactChecksum": "MjI2MGNhMTJkZjRmNDY4NTkxYzJhOWM3NzI4MDUzNGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "069bb809-eca2-4fb4-b691-0edef18de6dd"
    }
  ],
  "workloadContext": "Production"
}
2021-05-30T00:45:53.485Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-30T00:45:53.485Z|71bf9be7-35a5-4bed-b7e9-7e4d591a534b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 223d22bb-a72d-4daf-943b-bb76e8d21c8b ASDC
2021-05-30T00:45:53.485Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:662e4215-9fd3-4a5e-9db5-8df18286ab17
ServiceName:Demo_pNF_pBUxavMbHxfRLXVu5mND
ServiceVersion:1.0
ServiceUUID:223d22bb-a72d-4daf-943b-bb76e8d21c8b
ServiceInvariantUUID:d04c0d01-4863-4863-9223-50952fbae5e8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
ArtifactUUID:069bb809-eca2-4fb4-b691-0edef18de6dd
ArtifactChecksum:MjI2MGNhMTJkZjRmNDY4NTkxYzJhOWM3NzI4MDUzNGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 399bdbfc-4fcf 0
ResourceCustomizationUUID:7316b65d-0fbd-49f4-b16a-4398dc86183f
ResourceInvariantUUID:d59dc826-7d8c-4ce6-b452-447756920042
ResourceName:pNF 399bdbfc-4fcf
ResourceType:PNF
ResourceUUID:35e2ec97-1074-4a0b-96e7-39952e260978
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-05-30T00:45:53.485Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 223d22bb-a72d-4daf-943b-bb76e8d21c8b 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-30T00:45:53.510Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-30T00:45:53.510Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:45:53.510Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:45:53.511Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 069bb809-eca2-4fb4-b691-0edef18de6dd from URL: /sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:53.511Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:45:53.511Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:54.703Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:45:54.706Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar 069bb809-eca2-4fb4-b691-0edef18de6dd 83324
2021-05-30T00:45:54.706Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar ASDC sendASDCNotification
2021-05-30T00:45:54.706Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:54.707Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:45:54.707Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:45:54.709Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:45:54.709Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335554706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:45:54.809Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:45:54.810Z||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-30T00:45:54.810Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:45:54.829Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:45:54.829Z||pool-48-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:45:55.709Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-30T00:45:55.710Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:45:55.711Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 069bb809-eca2-4fb4-b691-0edef18de6dd, URL: /sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar to file: /app/ASDC/1/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:55.711Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:55.711Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:55.711Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:55.793Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8533803448596108532/Definitions/service-DemoPnfPbuxavmbhxfrlxvu5mnd-template.yml
2021-05-30T00:45:56.437Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-30T00:45:56.437Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-30T00:45:56.437Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:56.438Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-30T00:45:56.438Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 399bdbfc-4fcf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:56.438Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 399bdbfc-4fcf 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-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:56.438Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||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-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:56.438Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:56.438Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||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-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:56.438Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||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-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:56.439Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||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-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:56.439Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||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-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:56.439Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-30T00:45:56.439Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:45:56.439Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pBUxavMbHxfRLXVu5mND is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:45:56.439Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Node template pNF 399bdbfc-4fcf 0 is matching search criteria
2021-05-30T00:45:56.440Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-30T00:45:56.440Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 399bdbfc-4fcf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-30T00:45:56.440Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:45:56.440Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pBUxavMbHxfRLXVu5mND is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:45:56.440Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Node template pNF 399bdbfc-4fcf 0 is matching search criteria
2021-05-30T00:45:56.440Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-30T00:45:56.441Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 399bdbfc-4fcf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-30T00:45:56.441Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:45:56.441Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pBUxavMbHxfRLXVu5mND is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:45:56.441Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:45:56.441Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pBUxavMbHxfRLXVu5mND is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:45:56.441Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:45:56.442Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pBUxavMbHxfRLXVu5mND is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:45:56.442Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:45:56.442Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pBUxavMbHxfRLXVu5mND is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:45:56.442Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:45:56.442Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pBUxavMbHxfRLXVu5mND is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:45:56.442Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_pBUxavMbHxfRLXVu5mND
Description:catalog service description
Model UUID:223d22bb-a72d-4daf-943b-bb76e8d21c8b
Model Version:NULL
Model InvariantUuid:d04c0d01-4863-4863-9223-50952fbae5e8
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-30T00:45:56.447Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 35e2ec97-1074-4a0b-96e7-39952e260978
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-30T00:45:56.449Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||pNF 399bdbfc-4fcf 0
2021-05-30T00:45:56.449Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 35e2ec97-1074-4a0b-96e7-39952e260978
2021-05-30T00:45:56.449Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 223d22bb-a72d-4daf-943b-bb76e8d21c8b
2021-05-30T00:45:56.449Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 223d22bb-a72d-4daf-943b-bb76e8d21c8b
2021-05-30T00:45:56.449Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 399bdbfc-4fcf 0 35e2ec97-1074-4a0b-96e7-39952e260978 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-30T00:45:56.452Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:45:56.452Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pBUxavMbHxfRLXVu5mND is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:45:56.452Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 223d22bb-a72d-4daf-943b-bb76e8d21c8b: pNF 399bdbfc-4fcf
2021-05-30T00:45:56.453Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||Processing PNF resource: 35e2ec97-1074-4a0b-96e7-39952e260978
2021-05-30T00:45:56.453Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:45:56.453Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pBUxavMbHxfRLXVu5mND is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:45:56.453Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||Resource customization UUID: 7316b65d-0fbd-49f4-b16a-4398dc86183f is the same as notified resource customizationUUID: 7316b65d-0fbd-49f4-b16a-4398dc86183f
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-30T00:45:56.502Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 399bdbfc-4fcf 35e2ec97-1074-4a0b-96e7-39952e260978 0 ASDC deployResourceStructure
2021-05-30T00:45:56.502Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar ASDC sendASDCNotification
2021-05-30T00:45:56.502Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar
2021-05-30T00:45:56.503Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:45:56.503Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:45:56.504Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:45:56.504Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335556502,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:45:56.604Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:45:56.605Z||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-30T00:45:56.605Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:45:56.615Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:45:56.615Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:45:57.505Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 662e4215-9fd3-4a5e-9db5-8df18286ab17
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T00:45:57.514Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 662e4215-9fd3-4a5e-9db5-8df18286ab17
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-30T00:45:57.516Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:45:57.516Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-30T00:45:57.516Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-30T00:46:03.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:46:03.921Z||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-30T00:46:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:46:03.942Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:46:03.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "clamp",
  "timestamp": 1622335379811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.944Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "dcae-sch",
  "timestamp": 1622335379603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335386091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335387392,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "cds",
  "timestamp": 1622335387688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "clamp",
  "timestamp": 1622335379811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "dcae-sch",
  "timestamp": 1622335379603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335386091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335387392,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335388486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "cds",
  "timestamp": 1622335387688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.947Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "clamp",
  "timestamp": 1622335379811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.947Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "dcae-sch",
  "timestamp": 1622335379603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.947Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335386091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.948Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335387392,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.948Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335388486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.948Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "cds",
  "timestamp": 1622335387688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.948Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "clamp",
  "timestamp": 1622335379811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.948Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "dcae-sch",
  "timestamp": 1622335379603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335386091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335387392,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335388486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "cds",
  "timestamp": 1622335387688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "clamp",
  "timestamp": 1622335379811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "dcae-sch",
  "timestamp": 1622335379603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335386091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335387392,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335388486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "cds",
  "timestamp": 1622335387688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "clamp",
  "timestamp": 1622335379811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "dcae-sch",
  "timestamp": 1622335379603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335386091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335387392,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335388486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "cds",
  "timestamp": 1622335387688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "clamp",
  "timestamp": 1622335379811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "dcae-sch",
  "timestamp": 1622335379603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335386091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335387392,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335388486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "cds",
  "timestamp": 1622335387688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "clamp",
  "timestamp": 1622335379811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:46:03.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "dcae-sch",
  "timestamp": 1622335379603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335386091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:46:03.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335387392,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:46:03.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335388486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "cds",
  "timestamp": 1622335387688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:46:03.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "policy-id",
  "timestamp": 1622335394864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335395387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335388486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:46:03.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "aai-ml",
  "timestamp": 1622335395583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "policy-id",
  "timestamp": 1622335394864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335395387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335397084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:46:03.954Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:46:03.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "aai-ml",
  "timestamp": 1622335395583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "cds",
  "timestamp": 1622335397275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:46:03.955Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:46:03.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "policy-id",
  "timestamp": 1622335394864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335397116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335395387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "aai-ml",
  "timestamp": 1622335395583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "cds",
  "timestamp": 1622335398281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-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-30T00:46:03.962Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 662e4215-9fd3-4a5e-9db5-8df18286ab17
2021-05-30T00:46:03.962Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 662e4215-9fd3-4a5e-9db5-8df18286ab17 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-30T00:46:03.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "policy-id",
  "timestamp": 1622335394864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "clamp",
  "timestamp": 1622335398597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:46:03.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:46:03.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335398700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:46:03.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:46:03.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335397116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335395387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "aai-ml",
  "timestamp": 1622335395583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "policy-id",
  "timestamp": 1622335394864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335399703,
  "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-30T00:46:03.977Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 662e4215-9fd3-4a5e-9db5-8df18286ab17
2021-05-30T00:46:03.978Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 662e4215-9fd3-4a5e-9db5-8df18286ab17 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-30T00:46:03.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335397116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335395387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "aai-ml",
  "timestamp": 1622335395583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "policy-id",
  "timestamp": 1622335394864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335397116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335395387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:46:03.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "aai-ml",
  "timestamp": 1622335395583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "policy-id",
  "timestamp": 1622335394864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "clamp",
  "timestamp": 1622335401598,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:46:03.987Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:46:03.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335397116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335395387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "aai-ml",
  "timestamp": 1622335395583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:03.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "policy-id",
  "timestamp": 1622335394864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:46:03.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:03.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:03.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "clamp",
  "timestamp": 1622335402601,
  "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-30T00:46:03.992Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 662e4215-9fd3-4a5e-9db5-8df18286ab17
2021-05-30T00:46:03.993Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 662e4215-9fd3-4a5e-9db5-8df18286ab17 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-30T00:46:04.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:04.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335397116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:04.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:04.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:04.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335395387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:04.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:04.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:04.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "aai-ml",
  "timestamp": 1622335395583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:46:04.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:04.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:04.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335397116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:04.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:04.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:04.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "policy-id",
  "timestamp": 1622335403814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:46:04.002Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:46:04.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:04.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335404270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:46:04.003Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:46:04.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:04.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "aai-ml",
  "timestamp": 1622335404399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:46:04.003Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:46:04.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:04.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335397116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:46:04.003Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:46:04.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:04.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "policy-id",
  "timestamp": 1622335404818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:46:04.004Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:46:04.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:04.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335405510,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-05-30T00:46:04.004Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:46:04.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:04.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "policy-id",
  "timestamp": 1622335405820,
  "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-30T00:46:04.009Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 662e4215-9fd3-4a5e-9db5-8df18286ab17
2021-05-30T00:46:04.009Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 662e4215-9fd3-4a5e-9db5-8df18286ab17 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-30T00:46:04.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:04.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335406563,
  "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-30T00:46:04.021Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 662e4215-9fd3-4a5e-9db5-8df18286ab17
2021-05-30T00:46:04.021Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 662e4215-9fd3-4a5e-9db5-8df18286ab17 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-30T00:46:04.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:04.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "aai-ml",
  "timestamp": 1622335408805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:46:04.029Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:46:04.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:46:04.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "aai-ml",
  "timestamp": 1622335409809,
  "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-30T00:46:04.033Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 662e4215-9fd3-4a5e-9db5-8df18286ab17
2021-05-30T00:46:04.034Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 662e4215-9fd3-4a5e-9db5-8df18286ab17 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-30T00:46:27.516Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 662e4215-9fd3-4a5e-9db5-8df18286ab17
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T00:46:27.526Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 662e4215-9fd3-4a5e-9db5-8df18286ab17
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-30T00:46:27.529Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:46:27.529Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-30T00:46:27.529Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-30T00:46:27.529Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-30T00:46:27.529Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:46:27.529Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:46:27.529Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:46:27.529Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:46:27.529Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:46:27.529Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:46:27.530Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:46:27.530Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||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-30T00:46:27.534Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-30T00:46:57.534Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 662e4215-9fd3-4a5e-9db5-8df18286ab17 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-30T00:46:57.539Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 662e4215-9fd3-4a5e-9db5-8df18286ab17 and serviceModelVersionId: 223d22bb-a72d-4daf-943b-bb76e8d21c8b
2021-05-30T00:46:57.539Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d04c0d01-4863-4863-9223-50952fbae5e8
2021-05-30T00:46:57.540Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d04c0d01-4863-4863-9223-50952fbae5e8/model-vers/model-ver/223d22bb-a72d-4daf-943b-bb76e8d21c8b?depth=0
2021-05-30T00:46:57.543Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-05-30T00:46:57.576Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d04c0d01-4863-4863-9223-50952fbae5e8/model-vers/model-ver/223d22bb-a72d-4daf-943b-bb76e8d21c8b?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-30T00:46:57.576Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d04c0d01-4863-4863-9223-50952fbae5e8/model-vers/model-ver/223d22bb-a72d-4daf-943b-bb76e8d21c8b?depth=0|INFO|500||Invoke
2021-05-30T00:46:57.593Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d04c0d01-4863-4863-9223-50952fbae5e8/model-vers/model-ver/223d22bb-a72d-4daf-943b-bb76e8d21c8b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-30T00:46:58.016Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d04c0d01-4863-4863-9223-50952fbae5e8/model-vers/model-ver/223d22bb-a72d-4daf-943b-bb76e8d21c8b?depth=0|INFO|500||InvokeReturn
2021-05-30T00:46:58.017Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d04c0d01-4863-4863-9223-50952fbae5e8/model-vers/model-ver/223d22bb-a72d-4daf-943b-bb76e8d21c8b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210530-00:46:57:596-7615], vertex-id=[393368], Content-Length=[0], Date=[Sun, 30 May 2021 00:46:57 GMT], Content-Type=[application/json]}
2021-05-30T00:46:58.017Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-05-30T00:46:58.017Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-30T00:46:58.017Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||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-30T00:46:58.020Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||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-30T00:46:58.021Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 662e4215-9fd3-4a5e-9db5-8df18286ab17 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-30T00:46:58.021Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-30T00:46:58.021Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:46:58.022Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:46:58.022Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335618021,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-30T00:46:58.123Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:46:58.123Z||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-30T00:46:58.124Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:46:58.135Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:46:58.136Z||pool-50-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-30T00:46:59.032Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:46:59.032Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|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-30T00:46:59.033Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:46:59.652Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:46:59.653Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-30T00:46:59.653Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"9c479728-6c97-4858-a7eb-2b11aeb4ca37","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"18487abd-0e10-48ff-a0c2-1da562f97d5c","serviceDescription":"service","serviceInvariantUUID":"ecd56ab0-b58c-445c-8541-bc7cfc9617cf","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f50e896b-2dd8-4395-b451-c10812b1d18d","resourceInvariantUUID":"7042211b-39c7-45c9-819c-fe13b9c45a97","resourceCustomizationUUID":"37f322b3-d21c-4e78-90eb-02a845f109d3","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":"ZjUzNWM2ODhmMzAyMWNkMzc1ZTcwNjFlMjMyOWU0ZmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a1373ae-2c40-4590-ab84-ad434d294877","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":"ZjljNzY3M2ExNzNhM2RlZjExZjkzMThjZmY3YTE0MWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c3ea791c-aa15-4b9b-b7b5-4512bced037a","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":"5b7dc7b9-a55f-4dd2-ab4d-849d090177da","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":"5d02bd3b-393e-49cd-95f5-6d0037ca401c","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":"ab952a89-514e-4014-ab5e-75cd8401cd9a","artifactVersion":"2","generatedFromUUID":"5b7dc7b9-a55f-4dd2-ab4d-849d090177da"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YmNlM2YwNzQyMTJiZmZkNWE1ZmUwNDk1ODdlZjdiOTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"76d245f3-6a05-4a13-ab52-b0ec3bf774e3","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MmRiODhkNmQ4ZjhiN2I1YWQ1OTM1YzQ1N2JiYjQ2Njk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"708aba64-8180-4795-9ddb-a68e01f27dcd","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-30T00:46:59.655Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:46:59.655Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:46:59.656Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:46:59.657Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335619032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:46:59.757Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:46:59.757Z||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-30T00:46:59.757Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:46:59.766Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:46:59.766Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:47:00.657Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:47:00.658Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:47:00.659Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:47:00.659Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335619032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:47:00.759Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:47:00.760Z||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-30T00:47:00.760Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:47:00.772Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:47:00.772Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:47:01.660Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:47:01.660Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:47:01.662Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:47:01.662Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335619032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:47:01.763Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-30T00:47:01.764Z||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-30T00:47:01.764Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:47:01.773Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:47:01.773Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:47:02.663Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:47:02.663Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:47:02.665Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:47:02.665Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335619032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:47:02.765Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:47:02.766Z||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-30T00:47:02.766Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:47:02.774Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:47:02.774Z||pool-54-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:47:03.665Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:47:03.666Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:47:03.667Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:47:03.668Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335619032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-30T00:47:03.768Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:47:03.768Z||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-30T00:47:03.768Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:47:03.779Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:47:03.779Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:47:03.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:47:03.920Z||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-30T00:47:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:47:03.939Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:47:03.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:47:03.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71bf9be7-35a5-4bed-b7e9-7e4d591a534b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335540162,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-30T00:47:03.941Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:47:03.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:47:03.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335541175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:47:03.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:47:03.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:47:03.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335541175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:47:03.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:47:03.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:47:03.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335541175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:47:03.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:47:03.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:47:03.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335541175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:47:03.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:47:03.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:47:03.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335541175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:47:03.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:47:03.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:47:03.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335541175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/resourceInstances/pnf399bdbfc4fcf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:47:03.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:47:03.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:47:03.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335541175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:47:03.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:47:03.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:47:03.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335541175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:47:03.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:47:03.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:47:03.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335554706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:47:03.943Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:47:03.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:47:03.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335556502,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbuxavmbhxfrlxvu5mnd/1.0/artifacts/service-DemoPnfPbuxavmbhxfrlxvu5mnd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:47:03.943Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:47:04.668Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:47:04.669Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:47:04.670Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:47:04.670Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335619032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:47:04.770Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:47:04.771Z||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-30T00:47:04.771Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:47:04.794Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:47:04.794Z||pool-56-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:47:05.671Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:47:05.672Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:47:05.673Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:47:05.673Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335619032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:47:05.773Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:47:05.774Z||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-30T00:47:05.774Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:47:05.782Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:47:05.783Z||pool-57-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:47:06.675Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "18487abd-0e10-48ff-a0c2-1da562f97d5c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ecd56ab0-b58c-445c-8541-bc7cfc9617cf",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "37f322b3-d21c-4e78-90eb-02a845f109d3",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f50e896b-2dd8-4395-b451-c10812b1d18d",
      "resourceInvariantUUID": "7042211b-39c7-45c9-819c-fe13b9c45a97",
      "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": "ZjljNzY3M2ExNzNhM2RlZjExZjkzMThjZmY3YTE0MWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c3ea791c-aa15-4b9b-b7b5-4512bced037a",
          "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": "5b7dc7b9-a55f-4dd2-ab4d-849d090177da",
          "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": "ab952a89-514e-4014-ab5e-75cd8401cd9a",
            "generatedFromUUID": "5b7dc7b9-a55f-4dd2-ab4d-849d090177da"
          },
          "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": "ab952a89-514e-4014-ab5e-75cd8401cd9a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MmRiODhkNmQ4ZjhiN2I1YWQ1OTM1YzQ1N2JiYjQ2Njk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "708aba64-8180-4795-9ddb-a68e01f27dcd"
    }
  ],
  "workloadContext": "Production"
}
2021-05-30T00:47:06.675Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-30T00:47:06.675Z|662e4215-9fd3-4a5e-9db5-8df18286ab17|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 18487abd-0e10-48ff-a0c2-1da562f97d5c ASDC
2021-05-30T00:47:06.675Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:9c479728-6c97-4858-a7eb-2b11aeb4ca37
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:18487abd-0e10-48ff-a0c2-1da562f97d5c
ServiceInvariantUUID:ecd56ab0-b58c-445c-8541-bc7cfc9617cf
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:708aba64-8180-4795-9ddb-a68e01f27dcd
ArtifactChecksum:MmRiODhkNmQ4ZjhiN2I1YWQ1OTM1YzQ1N2JiYjQ2Njk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:37f322b3-d21c-4e78-90eb-02a845f109d3
ResourceInvariantUUID:7042211b-39c7-45c9-819c-fe13b9c45a97
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:f50e896b-2dd8-4395-b451-c10812b1d18d
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:c3ea791c-aa15-4b9b-b7b5-4512bced037a
ArtifactChecksum:ZjljNzY3M2ExNzNhM2RlZjExZjkzMThjZmY3YTE0MWU=
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:5b7dc7b9-a55f-4dd2-ab4d-849d090177da
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:ab952a89-514e-4014-ab5e-75cd8401cd9a
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:ab952a89-514e-4014-ab5e-75cd8401cd9a
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-30T00:47:06.676Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 18487abd-0e10-48ff-a0c2-1da562f97d5c 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-30T00:47:06.708Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-30T00:47:06.708Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:47:06.708Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:47:06.709Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 708aba64-8180-4795-9ddb-a68e01f27dcd from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-05-30T00:47:06.709Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:47:06.709Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-05-30T00:47:07.365Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:47:07.368Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 708aba64-8180-4795-9ddb-a68e01f27dcd 74275
2021-05-30T00:47:07.368Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:47:07.368Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:47:07.368Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:47:07.368Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:47:07.370Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:47:07.370Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335627368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:47:07.470Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:47:07.471Z||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-30T00:47:07.471Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:47:07.481Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:47:07.481Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:47:08.370Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-30T00:47:08.372Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:47:08.372Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 708aba64-8180-4795-9ddb-a68e01f27dcd, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-05-30T00:47:08.372Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-05-30T00:47:08.373Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-05-30T00:47:08.373Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-05-30T00:47:08.641Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17220928955854417950/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-30T00:47:09.557Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-30T00:47:09.557Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-30T00:47:09.557Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-30T00:47:09.557Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-30T00:47:09.557Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:47:09.557Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:47:09.557Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:47:09.557Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:47:09.558Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:47:09.558Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:47:09.558Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:47:09.558Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:47:09.558Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:47:09.558Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:47:09.558Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-30T00:47:09.558Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:47:09.558Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:47:09.558Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-30T00:47:09.559Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-30T00:47:09.559Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-30T00:47:09.559Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:47:09.559Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:47:09.559Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-30T00:47:09.559Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-30T00:47:09.559Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-30T00:47:09.559Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:47:09.560Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:47:09.560Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:47:09.560Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-30T00:47:09.560Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-30T00:47:09.560Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-05-30T00:47:09.560Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-05-30T00:47:09.560Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-05-30T00:47:09.560Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-30T00:47:09.560Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:47:09.561Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-30T00:47:09.561Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:47:09.561Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-30T00:47:09.561Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:47:09.561Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:47:09.561Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-30T00:47:09.561Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:47:09.561Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:47:09.562Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-30T00:47:09.562Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:47:09.562Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:47:09.562Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-30T00:47:09.562Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-30T00:47:09.562Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-30T00:47:09.562Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cb4841b3-b8b3-4c90-ad25-7627e79949dc
2021-05-30T00:47:09.562Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:47:09.563Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:47:09.563Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:47:09.563Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:47:09.563Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:47:09.563Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:47:09.563Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:47:09.563Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:47:09.563Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:18487abd-0e10-48ff-a0c2-1da562f97d5c
Model Version:NULL
Model InvariantUuid:ecd56ab0-b58c-445c-8541-bc7cfc9617cf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:ab480ae6-51d8-4338-a3db-489cca667d47
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7042211b-39c7-45c9-819c-fe13b9c45a97
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:37f322b3-d21c-4e78-90eb-02a845f109d3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:25657924-8bc9-4292-a950-f286435eced6
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:0d08b9ff-65e9-4147-aae4-d358b0643c13
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cb4841b3-b8b3-4c90-ad25-7627e79949dc
ModelInvariantUuid:f6fce7bb-6d55-4cbc-9742-c1d747fbf838
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:dc5e050f-81cc-466a-81af-1a8fb7029099
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:5fb362b8-82e5-44ee-bb0f-2c7f9aa36ccb
ModelInvariantUuid:9b1e4de7-19c7-4e82-8ff2-5c70b9f53207
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:6b96bdfe-84f7-4c6e-b0e7-3570010e43cb
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-30T00:47:09.567Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: f50e896b-2dd8-4395-b451-c10812b1d18d
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-30T00:47:09.569Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||basic_vm 0
2021-05-30T00:47:09.569Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f50e896b-2dd8-4395-b451-c10812b1d18d
2021-05-30T00:47:09.569Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c3ea791c-aa15-4b9b-b7b5-4512bced037a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-05-30T00:47:09.569Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:47:09.570Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:47:11.107Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:47:11.107Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json c3ea791c-aa15-4b9b-b7b5-4512bced037a 787
2021-05-30T00:47:11.107Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:47:11.107Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:47:11.107Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:47:11.107Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:47:11.109Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:47:11.109Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335631107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:47:11.209Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:47:11.210Z||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-30T00:47:11.210Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:47:11.222Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:47:11.222Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:47:12.109Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "25657924-8bc9-4292-a950-f286435eced6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0d08b9ff-65e9-4147-aae4-d358b0643c13",
    "vfModuleModelCustomizationUUID": "32bb1890-3865-48f1-987a-e9b771b2814b",
    "isBase": true,
    "artifacts": [
      "5b7dc7b9-a55f-4dd2-ab4d-849d090177da",
      "ab952a89-514e-4014-ab5e-75cd8401cd9a"
    ],
    "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-30T00:47:12.113Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0d08b9ff-65e9-4147-aae4-d358b0643c13
VfModuleModelInvariantUUID:25657924-8bc9-4292-a950-f286435eced6
VfModuleModelDescription:NULL
Artifacts UUID List:{
5b7dc7b9-a55f-4dd2-ab4d-849d090177da
,
ab952a89-514e-4014-ab5e-75cd8401cd9a

}
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-30T00:47:12.115Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "25657924-8bc9-4292-a950-f286435eced6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0d08b9ff-65e9-4147-aae4-d358b0643c13",
    "vfModuleModelCustomizationUUID": "32bb1890-3865-48f1-987a-e9b771b2814b",
    "isBase": true,
    "artifacts": [
      "5b7dc7b9-a55f-4dd2-ab4d-849d090177da",
      "ab952a89-514e-4014-ab5e-75cd8401cd9a"
    ],
    "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-30T00:47:12.115Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0d08b9ff-65e9-4147-aae4-d358b0643c13
VfModuleModelInvariantUUID:25657924-8bc9-4292-a950-f286435eced6
VfModuleModelDescription:NULL
Artifacts UUID List:{
5b7dc7b9-a55f-4dd2-ab4d-849d090177da
,
ab952a89-514e-4014-ab5e-75cd8401cd9a

}
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-30T00:47:12.115Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5b7dc7b9-a55f-4dd2-ab4d-849d090177da from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-05-30T00:47:12.115Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:47:12.115Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:47:13.318Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:47:13.318Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 5b7dc7b9-a55f-4dd2-ab4d-849d090177da 5033
2021-05-30T00:47:13.319Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:47:13.319Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:47:13.319Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:47:13.319Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:47:13.320Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:47:13.321Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335633318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:47:13.421Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:47:13.422Z||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-30T00:47:13.422Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:47:13.430Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:47:13.430Z||pool-60-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:47:14.321Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ab952a89-514e-4014-ab5e-75cd8401cd9a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-05-30T00:47:14.322Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:47:14.322Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:47:16.252Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:47:16.253Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ab952a89-514e-4014-ab5e-75cd8401cd9a 903
2021-05-30T00:47:16.253Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:47:16.253Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:47:16.253Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:47:16.254Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:47:16.255Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:47:16.255Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335636253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:47:16.355Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:47:16.356Z||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-30T00:47:16.356Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:47:16.365Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:47:16.365Z||pool-61-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:47:17.256Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 18487abd-0e10-48ff-a0c2-1da562f97d5c
2021-05-30T00:47:17.256Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 f50e896b-2dd8-4395-b451-c10812b1d18d 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-30T00:47:17.268Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:47:17.268Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:47:17.268Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-05-30T00:47:17.268Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 37f322b3-d21c-4e78-90eb-02a845f109d3
2021-05-30T00:47:17.269Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 37f322b3-d21c-4e78-90eb-02a845f109d3 matches Tosca VF Customization UUID: 37f322b3-d21c-4e78-90eb-02a845f109d3
2021-05-30T00:47:17.269Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 37f322b3-d21c-4e78-90eb-02a845f109d3  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-30T00:47:17.270Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:47:17.270Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:47:17.271Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 37f322b3-d21c-4e78-90eb-02a845f109d3: {\"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-30T00:47:17.271Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2b719ad2
2021-05-30T00:47:17.271Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:47:17.271Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-30T00:47:17.272Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 32bb1890-3865-48f1-987a-e9b771b2814b
2021-05-30T00:47:17.272Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 32bb1890-3865-48f1-987a-e9b771b2814b
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-30T00:47:17.273Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:47:17.273Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-30T00:47:17.274Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:47:17.274Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:47:17.274Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-30T00:47:17.274Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:47:17.274Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:47:17.274Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-30T00:47:17.274Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-30T00:47:17.275Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-30T00:47:17.275Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cb4841b3-b8b3-4c90-ad25-7627e79949dc
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-30T00:47:17.276Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:47:17.276Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-30T00:47:17.277Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:47:17.277Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:47:17.277Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-30T00:47:17.277Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=37f322b3-d21c-4e78-90eb-02a845f109d3
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-30T00:47:17.278Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:47:17.278Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:47:17.279Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 18487abd-0e10-48ff-a0c2-1da562f97d5c: basic_vm
2021-05-30T00:47:17.279Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:47:17.279Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:47:17.279Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:47:17.279Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:47:17.279Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:47:17.279Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:47:17.280Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:47:17.280Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:47:17.280Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:47:17.280Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:47:17.280Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:47:17.331Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm f50e896b-2dd8-4395-b451-c10812b1d18d 1 ASDC deployResourceStructure
2021-05-30T00:47:17.331Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:47:17.331Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:47:17.331Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:47:17.331Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:47:17.333Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:47:17.333Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335637331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-30T00:47:17.433Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:47:17.434Z||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-30T00:47:17.434Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:47:17.443Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:47:17.443Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:47:18.334Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:47:18.334Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:47:18.334Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:47:18.334Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:47:18.336Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:47:18.336Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335638333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-05-30T00:47:18.436Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:47:18.437Z||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-30T00:47:18.437Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:47:18.447Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:47:18.447Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:47:19.337Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:47:19.337Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:47:19.338Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:47:19.338Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:47:19.340Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:47:19.340Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335639337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-05-30T00:47:19.440Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:47:19.441Z||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-30T00:47:19.441Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:47:19.449Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:47:19.450Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-30T00:47:20.341Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:47:20.341Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:47:20.341Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:47:20.341Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:47:20.343Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:47:20.343Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335640341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:47:20.443Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:47:20.444Z||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-30T00:47:20.444Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:47:20.454Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:47:20.454Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:47:21.344Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c479728-6c97-4858-a7eb-2b11aeb4ca37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T00:47:21.352Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c479728-6c97-4858-a7eb-2b11aeb4ca37
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-30T00:47:21.354Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:47:21.354Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-30T00:47:21.355Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-30T00:47:51.355Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c479728-6c97-4858-a7eb-2b11aeb4ca37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T00:47:51.364Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c479728-6c97-4858-a7eb-2b11aeb4ca37
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-30T00:47:51.365Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:47:51.366Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-30T00:47:51.366Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-30T00:48:03.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:48:03.920Z||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-30T00:48:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:48:03.938Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:48:03.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335597116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "dcae-sch",
  "timestamp": 1622335599603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335595387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "cds",
  "timestamp": 1622335597688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335596091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.947Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "aai-ml",
  "timestamp": 1622335605583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.947Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335597116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:48:03.947Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "dcae-sch",
  "timestamp": 1622335599603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.948Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335595387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.948Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "cds",
  "timestamp": 1622335597688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.948Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335596091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.948Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "aai-ml",
  "timestamp": 1622335605583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335597116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:48:03.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "dcae-sch",
  "timestamp": 1622335599603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335595387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "cds",
  "timestamp": 1622335597688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335596091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335607392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "aai-ml",
  "timestamp": 1622335605583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335597116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "dcae-sch",
  "timestamp": 1622335599603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335595387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "cds",
  "timestamp": 1622335597688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335596091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335607392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:48:03.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335608486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "aai-ml",
  "timestamp": 1622335605583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335597116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-30T00:48:03.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "dcae-sch",
  "timestamp": 1622335599603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335595387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "cds",
  "timestamp": 1622335597688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335596091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335607392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:48:03.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335608486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:48:03.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "aai-ml",
  "timestamp": 1622335605583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335597116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335595387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "dcae-sch",
  "timestamp": 1622335599603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335596091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "cds",
  "timestamp": 1622335597688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335607392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335608486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:48:03.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "aai-ml",
  "timestamp": 1622335605583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335597116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:48:03.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "dcae-sch",
  "timestamp": 1622335599603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335595387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "cds",
  "timestamp": 1622335597688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:48:03.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335596091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:48:03.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335607392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-30T00:48:03.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335608486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "aai-ml",
  "timestamp": 1622335605583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:48:03.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335607392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.961Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335608486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-30T00:48:03.961Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "cds",
  "timestamp": 1622335613368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:48:03.961Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:48:03.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335613399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:48:03.962Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:48:03.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335613417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:48:03.962Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:48:03.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335607392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:48:03.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335608486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "cds",
  "timestamp": 1622335614373,
  "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-30T00:48:03.969Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9c479728-6c97-4858-a7eb-2b11aeb4ca37
2021-05-30T00:48:03.969Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c479728-6c97-4858-a7eb-2b11aeb4ca37 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-30T00:48:03.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "aai-ml",
  "timestamp": 1622335614726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:48:03.978Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:48:03.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335608486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:48:03.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "policy-id",
  "timestamp": 1622335614864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335615681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:48:03.978Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:48:03.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335615907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:48:03.978Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:48:03.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "cds",
  "timestamp": 1622335615376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.979Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335615387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.979Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "policy-id",
  "timestamp": 1622335614864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.979Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335616685,
  "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-30T00:48:03.984Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9c479728-6c97-4858-a7eb-2b11aeb4ca37
2021-05-30T00:48:03.984Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c479728-6c97-4858-a7eb-2b11aeb4ca37 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-30T00:48:03.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335616802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:48:03.992Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:48:03.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "cds",
  "timestamp": 1622335615376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335615387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "policy-id",
  "timestamp": 1622335614864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:48:03.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "cds",
  "timestamp": 1622335615376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335615387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "662e4215-9fd3-4a5e-9db5-8df18286ab17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335618021,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-30T00:48:03.994Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:48:03.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335618055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:48:03.994Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:48:03.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335618452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:48:03.994Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:48:03.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "policy-id",
  "timestamp": 1622335614864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "cds",
  "timestamp": 1622335615376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335615387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:03.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:03.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335619063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:48:03.995Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:48:03.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:03.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335619456,
  "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-30T00:48:03.999Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c479728-6c97-4858-a7eb-2b11aeb4ca37
2021-05-30T00:48:03.999Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c479728-6c97-4858-a7eb-2b11aeb4ca37 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-30T00:48:04.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.007Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "policy-id",
  "timestamp": 1622335614864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:04.007Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:04.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.007Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335619032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:04.007Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:04.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.007Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "cds",
  "timestamp": 1622335615376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:04.007Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:04.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.007Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335615387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:04.007Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:04.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "dcae-sch",
  "timestamp": 1622335619603,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:48:04.008Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:04.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "clamp",
  "timestamp": 1622335619811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:04.008Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:04.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335620458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-30T00:48:04.008Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:48:04.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "policy-id",
  "timestamp": 1622335614864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:04.008Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:04.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335619032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:48:04.008Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:04.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335620965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:48:04.008Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:48:04.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "cds",
  "timestamp": 1622335615376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:04.009Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:04.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335615387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:04.009Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:04.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335621177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:48:04.009Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:48:04.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "dcae-sch",
  "timestamp": 1622335619603,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:04.009Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:04.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "clamp",
  "timestamp": 1622335619811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:48:04.009Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:04.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "policy-id",
  "timestamp": 1622335614864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:48:04.009Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:04.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335619032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:48:04.010Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:04.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "cds",
  "timestamp": 1622335615376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:04.010Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:04.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335615387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:04.010Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:04.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335621463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:04.010Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:04.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335622182,
  "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-30T00:48:04.015Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c479728-6c97-4858-a7eb-2b11aeb4ca37
2021-05-30T00:48:04.015Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c479728-6c97-4858-a7eb-2b11aeb4ca37 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-30T00:48:04.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "dcae-sch",
  "timestamp": 1622335619603,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:04.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:04.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "aai-ml",
  "timestamp": 1622335622367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:48:04.021Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:48:04.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335622380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:48:04.021Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:48:04.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "clamp",
  "timestamp": 1622335619811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:04.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:04.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335619032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:04.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:04.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "cds",
  "timestamp": 1622335615376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:48:04.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:04.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335615387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:04.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:04.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335621463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:04.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:04.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "policy-id",
  "timestamp": 1622335623109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:48:04.022Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:48:04.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335623184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-30T00:48:04.023Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:48:04.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "dcae-sch",
  "timestamp": 1622335619603,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:04.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:04.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "aai-ml",
  "timestamp": 1622335623371,
  "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-30T00:48:04.027Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9c479728-6c97-4858-a7eb-2b11aeb4ca37
2021-05-30T00:48:04.027Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c479728-6c97-4858-a7eb-2b11aeb4ca37 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-30T00:48:04.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335623399,
  "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-30T00:48:04.040Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c479728-6c97-4858-a7eb-2b11aeb4ca37
2021-05-30T00:48:04.040Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c479728-6c97-4858-a7eb-2b11aeb4ca37 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-30T00:48:04.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "clamp",
  "timestamp": 1622335619811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:04.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:04.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:48:04.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335619032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-30T00:48:04.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:48:21.366Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c479728-6c97-4858-a7eb-2b11aeb4ca37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T00:48:21.376Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c479728-6c97-4858-a7eb-2b11aeb4ca37
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-30T00:48:21.379Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:48:21.379Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-30T00:48:21.379Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-30T00:48:21.379Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-30T00:48:21.380Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:48:21.380Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:48:21.380Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:48:21.380Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:48:21.380Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:48:21.380Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:48:21.386Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-30T00:48:51.386Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9c479728-6c97-4858-a7eb-2b11aeb4ca37 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-30T00:48:51.391Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9c479728-6c97-4858-a7eb-2b11aeb4ca37 and serviceModelVersionId: 18487abd-0e10-48ff-a0c2-1da562f97d5c
2021-05-30T00:48:51.391Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ecd56ab0-b58c-445c-8541-bc7cfc9617cf
2021-05-30T00:48:51.392Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ecd56ab0-b58c-445c-8541-bc7cfc9617cf/model-vers/model-ver/18487abd-0e10-48ff-a0c2-1da562f97d5c?depth=0
2021-05-30T00:48:51.395Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-05-30T00:48:51.426Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ecd56ab0-b58c-445c-8541-bc7cfc9617cf/model-vers/model-ver/18487abd-0e10-48ff-a0c2-1da562f97d5c?depth=0|INFO|500||Invoke
2021-05-30T00:48:51.426Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ecd56ab0-b58c-445c-8541-bc7cfc9617cf/model-vers/model-ver/18487abd-0e10-48ff-a0c2-1da562f97d5c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ecd56ab0-b58c-445c-8541-bc7cfc9617cf/model-vers/model-ver/18487abd-0e10-48ff-a0c2-1da562f97d5c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9c479728-6c97-4858-a7eb-2b11aeb4ca37], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[22b1da48-5919-47f5-b311-34ca9c07f8c3], X-ECOMP-RequestID=[9c479728-6c97-4858-a7eb-2b11aeb4ca37], X-TransactionId=[], X-ONAP-RequestID=[9c479728-6c97-4858-a7eb-2b11aeb4ca37], Content-Type=[application/merge-patch+json]}
2021-05-30T00:48:51.440Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ecd56ab0-b58c-445c-8541-bc7cfc9617cf/model-vers/model-ver/18487abd-0e10-48ff-a0c2-1da562f97d5c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-30T00:48:51.817Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ecd56ab0-b58c-445c-8541-bc7cfc9617cf/model-vers/model-ver/18487abd-0e10-48ff-a0c2-1da562f97d5c?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/ecd56ab0-b58c-445c-8541-bc7cfc9617cf/model-vers/model-ver/18487abd-0e10-48ff-a0c2-1da562f97d5c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210530-00:48:51:449-76243], vertex-id=[413848], Content-Length=[0], Date=[Sun, 30 May 2021 00:48:51 GMT], Content-Type=[application/json]}
2021-05-30T00:48:51.817Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ecd56ab0-b58c-445c-8541-bc7cfc9617cf/model-vers/model-ver/18487abd-0e10-48ff-a0c2-1da562f97d5c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-30T00:48:51.818Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ecd56ab0-b58c-445c-8541-bc7cfc9617cf/model-vers/model-ver/18487abd-0e10-48ff-a0c2-1da562f97d5c?depth=0|INFO|500||InvokeReturn
2021-05-30T00:48:51.819Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-30T00:48:51.819Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:48:51.822Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||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-30T00:48:51.822Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9c479728-6c97-4858-a7eb-2b11aeb4ca37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-30T00:48:51.822Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-30T00:48:51.823Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:48:51.824Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:48:51.824Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335731822,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-30T00:48:51.924Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:48:51.925Z||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-30T00:48:51.925Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:48:51.939Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:48:51.940Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-30T00:48:52.834Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-30T00:48:52.834Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"8276e4d7-0580-407e-86da-0984df4b2b50","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"1f73b4bb-eb89-4f47-99bc-826cf02bba3d","serviceDescription":"service","serviceInvariantUUID":"d68a46df-c9a4-46fc-8752-0948a650c9d6","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d265980a-79c0-411f-92c1-04cde81b7ad0","resourceInvariantUUID":"b1317915-2e27-4fa1-bc37-06843c1d105a","resourceCustomizationUUID":"81440bd0-ac72-4b52-8a1d-80f9bd18f1f8","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":"1663747b-f1a8-421e-b615-b82c0b42b4d0","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":"MjBlOTFmOGVkZTRkYzQ0Mjg2ZTk0YzNlN2FiNGI1OWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3acb88de-b307-46b8-8db8-e4d565cd441a","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":"Yzg2OTM3Zjk1ZGM1M2ZiZGE4YWQzYzhlNzlhNjVjNWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0814086b-ca51-42f9-a36e-ed4ee1581937","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":"89c8faa1-20db-4fbb-9b7f-1f9460911809","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":"725108f5-c549-4c85-b83d-1000f2cd88f3","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":"f4cf42b6-185a-4dff-9a8f-0ee828c00f12","artifactVersion":"2","generatedFromUUID":"89c8faa1-20db-4fbb-9b7f-1f9460911809"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZGY1ZjcwN2RiYjQwMzRmM2FlYTYwYWMyYjY1ZWYyOTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7348804c-10f7-4cfc-ac7f-6a323dcf7838","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MzdhMjA3YmExYzczOGYxMTMzZmU4YWE0OTU2Zjc4NTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6587ba6a-b927-49d9-b774-d0ddf832ab1f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-30T00:48:52.835Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:48:52.835Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:48:52.837Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:48:52.837Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335619032,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:52.937Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:48:52.938Z||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-30T00:48:52.938Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:48:52.947Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:48:52.947Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:48:53.837Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:48:53.838Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:48:53.840Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:48:53.840Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335619032,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:53.940Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:48:53.941Z||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-30T00:48:53.941Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:48:53.950Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:48:53.950Z||pool-68-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:48:54.841Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:48:54.842Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:48:54.843Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:48:54.844Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335619032,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:48:54.944Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:48:54.944Z||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-30T00:48:54.944Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:48:54.955Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:48:54.955Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:48:55.844Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:48:55.845Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:48:55.847Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:48:55.847Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335619032,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:48:55.947Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:48:55.948Z||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-30T00:48:55.948Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:48:55.957Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:48:55.957Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:48:56.848Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:48:56.849Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:48:56.850Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:48:56.851Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335619032,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:56.951Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:48:56.951Z||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-30T00:48:56.951Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:48:56.960Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:48:56.961Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:48:57.851Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:48:57.852Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:48:57.854Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:48:57.854Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335619032,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-30T00:48:57.954Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:48:57.955Z||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-30T00:48:57.955Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:48:57.963Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:48:57.964Z||pool-72-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:48:58.854Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:48:58.855Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:48:58.857Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:48:58.857Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335619032,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:48:58.957Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:48:58.958Z||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-30T00:48:58.958Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:48:58.967Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:48:58.967Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:48:59.858Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:48:59.858Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:48:59.860Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:48:59.860Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335619032,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:48:59.960Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:48:59.961Z||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-30T00:48:59.961Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:48:59.969Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:48:59.969Z||pool-74-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-05-30T00:49:00.861Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "1f73b4bb-eb89-4f47-99bc-826cf02bba3d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d68a46df-c9a4-46fc-8752-0948a650c9d6",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "81440bd0-ac72-4b52-8a1d-80f9bd18f1f8",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d265980a-79c0-411f-92c1-04cde81b7ad0",
      "resourceInvariantUUID": "b1317915-2e27-4fa1-bc37-06843c1d105a",
      "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": "Yzg2OTM3Zjk1ZGM1M2ZiZGE4YWQzYzhlNzlhNjVjNWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0814086b-ca51-42f9-a36e-ed4ee1581937",
          "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": "89c8faa1-20db-4fbb-9b7f-1f9460911809",
          "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": "f4cf42b6-185a-4dff-9a8f-0ee828c00f12",
            "generatedFromUUID": "89c8faa1-20db-4fbb-9b7f-1f9460911809"
          },
          "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": "f4cf42b6-185a-4dff-9a8f-0ee828c00f12",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MzdhMjA3YmExYzczOGYxMTMzZmU4YWE0OTU2Zjc4NTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6587ba6a-b927-49d9-b774-d0ddf832ab1f"
    }
  ],
  "workloadContext": "Production"
}
2021-05-30T00:49:00.862Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-30T00:49:00.862Z|9c479728-6c97-4858-a7eb-2b11aeb4ca37|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1f73b4bb-eb89-4f47-99bc-826cf02bba3d ASDC
2021-05-30T00:49:00.862Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:8276e4d7-0580-407e-86da-0984df4b2b50
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:1f73b4bb-eb89-4f47-99bc-826cf02bba3d
ServiceInvariantUUID:d68a46df-c9a4-46fc-8752-0948a650c9d6
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:6587ba6a-b927-49d9-b774-d0ddf832ab1f
ArtifactChecksum:MzdhMjA3YmExYzczOGYxMTMzZmU4YWE0OTU2Zjc4NTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:81440bd0-ac72-4b52-8a1d-80f9bd18f1f8
ResourceInvariantUUID:b1317915-2e27-4fa1-bc37-06843c1d105a
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:d265980a-79c0-411f-92c1-04cde81b7ad0
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:0814086b-ca51-42f9-a36e-ed4ee1581937
ArtifactChecksum:Yzg2OTM3Zjk1ZGM1M2ZiZGE4YWQzYzhlNzlhNjVjNWY=
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:89c8faa1-20db-4fbb-9b7f-1f9460911809
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:f4cf42b6-185a-4dff-9a8f-0ee828c00f12
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:f4cf42b6-185a-4dff-9a8f-0ee828c00f12
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-30T00:49:00.862Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1f73b4bb-eb89-4f47-99bc-826cf02bba3d 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-30T00:49:00.888Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-30T00:49:00.888Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:49:00.888Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:49:00.888Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6587ba6a-b927-49d9-b774-d0ddf832ab1f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-05-30T00:49:00.889Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:49:00.889Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-05-30T00:49:01.482Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:49:01.485Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 6587ba6a-b927-49d9-b774-d0ddf832ab1f 76830
2021-05-30T00:49:01.486Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:49:01.486Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:49:01.486Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:49:01.486Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:49:01.487Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:49:01.488Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335741486,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:49:01.588Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:49:01.588Z||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-30T00:49:01.588Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:49:01.619Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:49:01.619Z||pool-75-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:49:02.488Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-30T00:49:02.489Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:49:02.489Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 6587ba6a-b927-49d9-b774-d0ddf832ab1f, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-30T00:49:02.490Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-05-30T00:49:02.490Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-30T00:49:02.490Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-30T00:49:02.582Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8268972389013208473/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-30T00:49:03.450Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-30T00:49:03.450Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-30T00:49:03.450Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-30T00:49:03.451Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-30T00:49:03.451Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:49:03.451Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:49:03.451Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:49:03.451Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:49:03.451Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:49:03.452Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:49:03.452Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:49:03.452Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:49:03.452Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:49:03.453Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:49:03.453Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-30T00:49:03.453Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:49:03.453Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:49:03.454Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-30T00:49:03.454Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-30T00:49:03.454Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-30T00:49:03.454Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:49:03.455Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:49:03.455Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-30T00:49:03.455Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-30T00:49:03.455Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-30T00:49:03.455Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:49:03.456Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:49:03.456Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:49:03.456Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-05-30T00:49:03.456Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-05-30T00:49:03.456Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-05-30T00:49:03.457Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-05-30T00:49:03.457Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-30T00:49:03.457Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-30T00:49:03.457Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:49:03.457Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-30T00:49:03.458Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:49:03.458Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-30T00:49:03.458Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:49:03.458Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:49:03.458Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-30T00:49:03.459Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:49:03.459Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:49:03.459Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-30T00:49:03.459Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:49:03.459Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:49:03.460Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-05-30T00:49:03.460Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-30T00:49:03.460Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-30T00:49:03.460Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ac5fbddb-d1a4-4590-8da8-e948a2da0062
2021-05-30T00:49:03.460Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:49:03.460Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:49:03.461Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:49:03.461Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:49:03.461Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:49:03.461Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:49:03.461Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:49:03.462Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:49:03.462Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:1f73b4bb-eb89-4f47-99bc-826cf02bba3d
Model Version:NULL
Model InvariantUuid:d68a46df-c9a4-46fc-8752-0948a650c9d6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:69c24a00-7d72-4b40-aeda-2648de155af2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b1317915-2e27-4fa1-bc37-06843c1d105a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:81440bd0-ac72-4b52-8a1d-80f9bd18f1f8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e732f08b-c39d-427c-9525-0cad6de9bc7c
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:36b1549e-07de-40a3-9d99-bcd361937ec7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ac5fbddb-d1a4-4590-8da8-e948a2da0062
ModelInvariantUuid:0bdf7bbf-a3fb-4ecd-ac8f-3a08914b766b
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:faea4509-f122-4db9-8824-ad55cd83b929
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:6bdb8284-e537-4705-a1af-0f1b82fb0446
ModelInvariantUuid:986a11ed-f674-4c30-9301-5d9c4d781f6a
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:f7d3134f-08d2-48b7-901c-1c349ca33c8a
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-30T00:49:03.466Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: d265980a-79c0-411f-92c1-04cde81b7ad0
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-30T00:49:03.469Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||basicclamp 0
2021-05-30T00:49:03.469Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d265980a-79c0-411f-92c1-04cde81b7ad0
2021-05-30T00:49:03.469Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0814086b-ca51-42f9-a36e-ed4ee1581937 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-05-30T00:49:03.469Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:49:03.469Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:49:03.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:49:03.921Z||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-30T00:49:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:49:03.937Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:49:03.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:49:03.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335621463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:49:03.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:49:03.972Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:49:03.972Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 0814086b-ca51-42f9-a36e-ed4ee1581937 790
2021-05-30T00:49:03.972Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:49:03.972Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:49:03.973Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:49:03.973Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:49:03.975Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:49:03.975Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335743972,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:49:04.075Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:49:04.075Z||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-30T00:49:04.075Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:49:04.083Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:49:04.083Z||pool-76-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:49:04.975Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e732f08b-c39d-427c-9525-0cad6de9bc7c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "36b1549e-07de-40a3-9d99-bcd361937ec7",
    "vfModuleModelCustomizationUUID": "e075c929-5fd5-4cc5-aeb8-1acfefd64237",
    "isBase": true,
    "artifacts": [
      "89c8faa1-20db-4fbb-9b7f-1f9460911809",
      "f4cf42b6-185a-4dff-9a8f-0ee828c00f12"
    ],
    "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-30T00:49:04.978Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:36b1549e-07de-40a3-9d99-bcd361937ec7
VfModuleModelInvariantUUID:e732f08b-c39d-427c-9525-0cad6de9bc7c
VfModuleModelDescription:NULL
Artifacts UUID List:{
89c8faa1-20db-4fbb-9b7f-1f9460911809
,
f4cf42b6-185a-4dff-9a8f-0ee828c00f12

}
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-30T00:49:04.980Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e732f08b-c39d-427c-9525-0cad6de9bc7c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "36b1549e-07de-40a3-9d99-bcd361937ec7",
    "vfModuleModelCustomizationUUID": "e075c929-5fd5-4cc5-aeb8-1acfefd64237",
    "isBase": true,
    "artifacts": [
      "89c8faa1-20db-4fbb-9b7f-1f9460911809",
      "f4cf42b6-185a-4dff-9a8f-0ee828c00f12"
    ],
    "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-30T00:49:04.980Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:36b1549e-07de-40a3-9d99-bcd361937ec7
VfModuleModelInvariantUUID:e732f08b-c39d-427c-9525-0cad6de9bc7c
VfModuleModelDescription:NULL
Artifacts UUID List:{
89c8faa1-20db-4fbb-9b7f-1f9460911809
,
f4cf42b6-185a-4dff-9a8f-0ee828c00f12

}
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-30T00:49:04.981Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 89c8faa1-20db-4fbb-9b7f-1f9460911809 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-05-30T00:49:04.981Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:49:04.981Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:49:05.277Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:49:05.277Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 89c8faa1-20db-4fbb-9b7f-1f9460911809 5033
2021-05-30T00:49:05.278Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:49:05.278Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:49:05.278Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:49:05.278Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:49:05.280Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:49:05.280Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335745278,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:49:05.380Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:49:05.381Z||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-30T00:49:05.381Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:49:05.390Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:49:05.390Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-30T00:49:06.281Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f4cf42b6-185a-4dff-9a8f-0ee828c00f12 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-05-30T00:49:06.281Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:49:06.281Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:49:06.981Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:49:06.981Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env f4cf42b6-185a-4dff-9a8f-0ee828c00f12 909
2021-05-30T00:49:06.981Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:49:06.981Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:49:06.982Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:49:06.982Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:49:06.983Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:49:06.984Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335746981,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:49:07.084Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:49:07.084Z||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-30T00:49:07.084Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:49:07.094Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:49:07.094Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:49:07.984Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 1f73b4bb-eb89-4f47-99bc-826cf02bba3d
2021-05-30T00:49:07.985Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 d265980a-79c0-411f-92c1-04cde81b7ad0 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-30T00:49:07.995Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:49:07.995Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:49:07.995Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-05-30T00:49:07.995Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 81440bd0-ac72-4b52-8a1d-80f9bd18f1f8
2021-05-30T00:49:07.995Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 81440bd0-ac72-4b52-8a1d-80f9bd18f1f8 matches Tosca VF Customization UUID: 81440bd0-ac72-4b52-8a1d-80f9bd18f1f8
2021-05-30T00:49:07.995Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 81440bd0-ac72-4b52-8a1d-80f9bd18f1f8  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-30T00:49:07.997Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:49:07.998Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:49:07.998Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 81440bd0-ac72-4b52-8a1d-80f9bd18f1f8: {\"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-30T00:49:07.998Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@9b3ca0d
2021-05-30T00:49:07.999Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:49:07.999Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-30T00:49:07.999Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e075c929-5fd5-4cc5-aeb8-1acfefd64237
2021-05-30T00:49:07.999Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e075c929-5fd5-4cc5-aeb8-1acfefd64237
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-30T00:49:08.001Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:49:08.001Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-30T00:49:08.001Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:49:08.001Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:49:08.002Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-30T00:49:08.002Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:49:08.002Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:49:08.002Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-05-30T00:49:08.002Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-30T00:49:08.002Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-30T00:49:08.002Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ac5fbddb-d1a4-4590-8da8-e948a2da0062
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-30T00:49:08.003Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:49:08.004Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-30T00:49:08.004Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:49:08.004Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:49:08.004Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-30T00:49:08.004Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=81440bd0-ac72-4b52-8a1d-80f9bd18f1f8
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-30T00:49:08.005Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:49:08.005Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:49:08.006Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 1f73b4bb-eb89-4f47-99bc-826cf02bba3d: basicclamp
2021-05-30T00:49:08.006Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:49:08.006Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:49:08.006Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:49:08.006Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:49:08.006Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:49:08.006Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:49:08.006Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:49:08.006Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:49:08.006Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:49:08.006Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:49:08.007Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:49:08.059Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp d265980a-79c0-411f-92c1-04cde81b7ad0 1 ASDC deployResourceStructure
2021-05-30T00:49:08.060Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:49:08.060Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:49:08.060Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:49:08.060Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:49:08.061Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:49:08.061Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335748060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-30T00:49:08.161Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:49:08.162Z||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-30T00:49:08.162Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:49:08.172Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:49:08.172Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:49:09.062Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:49:09.062Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:49:09.062Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:49:09.062Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:49:09.064Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:49:09.064Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335749062,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-05-30T00:49:09.164Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:49:09.165Z||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-30T00:49:09.165Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:49:09.174Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:49:09.174Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:49:10.065Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:49:10.065Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:49:10.065Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:49:10.065Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:49:10.067Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:49:10.067Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335750064,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-05-30T00:49:10.167Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:49:10.168Z||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-30T00:49:10.168Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:49:10.177Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:49:10.177Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:49:11.068Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:49:11.068Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:49:11.068Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:49:11.068Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:49:11.070Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:49:11.070Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335751067,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:49:11.170Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:49:11.171Z||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-30T00:49:11.171Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:49:11.180Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:49:11.181Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:49:12.071Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8276e4d7-0580-407e-86da-0984df4b2b50
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T00:49:12.080Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8276e4d7-0580-407e-86da-0984df4b2b50
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-30T00:49:12.082Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:49:12.082Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-30T00:49:12.082Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-30T00:49:42.082Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8276e4d7-0580-407e-86da-0984df4b2b50
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T00:49:42.090Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8276e4d7-0580-407e-86da-0984df4b2b50
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-30T00:49:42.092Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:49:42.092Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-30T00:49:42.092Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-30T00:50:03.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:50:03.921Z||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-30T00:50:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:50:03.934Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:50:03.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:03.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "policy-id",
  "timestamp": 1622335624113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:50:03.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:03.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:03.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "dcae-sch",
  "timestamp": 1622335619603,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:03.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:03.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:03.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335624401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-30T00:50:03.972Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:03.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:03.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "cds",
  "timestamp": 1622335624412,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:03.972Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:03.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:03.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "clamp",
  "timestamp": 1622335619811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:03.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:03.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:03.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335619032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:03.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:03.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:03.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335621463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:50:03.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:03.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:03.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "policy-id",
  "timestamp": 1622335625116,
  "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-30T00:50:03.978Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c479728-6c97-4858-a7eb-2b11aeb4ca37
2021-05-30T00:50:03.978Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c479728-6c97-4858-a7eb-2b11aeb4ca37 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-30T00:50:03.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:03.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "dcae-sch",
  "timestamp": 1622335619603,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:03.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:03.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:03.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "cds",
  "timestamp": 1622335625418,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-30T00:50:03.989Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8276e4d7-0580-407e-86da-0984df4b2b50
2021-05-30T00:50:03.990Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8276e4d7-0580-407e-86da-0984df4b2b50 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-30T00:50:03.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:03.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "clamp",
  "timestamp": 1622335619811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:03.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:03.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:03.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335619032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:50:03.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:03.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:03.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335621463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:03.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:03.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:03.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "policy-id",
  "timestamp": 1622335614864,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:03.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:03.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:03.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "dcae-sch",
  "timestamp": 1622335619603,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:03.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:03.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:03.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "clamp",
  "timestamp": 1622335619811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:50:03.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:03.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:03.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335626091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:03.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:03.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:03.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335621463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-30T00:50:03.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:03.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:03.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "policy-id",
  "timestamp": 1622335614864,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:03.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:03.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:03.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "dcae-sch",
  "timestamp": 1622335619603,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:03.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:03.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:03.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335627368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:03.998Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:03.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:03.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335626091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:03.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:03.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:03.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335627392,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:03.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:03.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:03.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335621463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:03.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:03.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:03.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "policy-id",
  "timestamp": 1622335614864,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:03.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:03.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:03.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335626091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:03.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:03.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:03.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335627392,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:03.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:03.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335621463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335628486,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "policy-id",
  "timestamp": 1622335614864,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335626091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335627392,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335628486,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "policy-id",
  "timestamp": 1622335614864,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335626091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335627392,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335631107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.001Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335628486,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "policy-id",
  "timestamp": 1622335614864,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335631398,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.002Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335626091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335627392,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335628486,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "policy-id",
  "timestamp": 1622335614864,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "clamp",
  "timestamp": 1622335632635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.002Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335626091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.003Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335627392,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.003Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "dcae-sch",
  "timestamp": 1622335633112,
  "artifactURL": "/sdc/v1/catalog/services/1f73b4bb-eb89-4f47-99bc-826cf02bba3d/resourceInstances/basicclamp0/artifacts/1663747b-f1a8-421e-b615-b82c0b42b4d0",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.003Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335628486,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.003Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "policy-id",
  "timestamp": 1622335614864,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.003Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335633318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.003Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335633600,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.004Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "clamp",
  "timestamp": 1622335633652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:50:04.004Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335626091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.004Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335627392,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.004Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335628486,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.004Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "dcae-sch",
  "timestamp": 1622335634349,
  "artifactURL": "/sdc/v1/catalog/services/1f73b4bb-eb89-4f47-99bc-826cf02bba3d/resourceInstances/basicclamp0/artifacts/1663747b-f1a8-421e-b615-b82c0b42b4d0",
  "status": "DEPLOY_OK"
}
2021-05-30T00:50:04.004Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "clamp",
  "timestamp": 1622335634654,
  "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-30T00:50:04.009Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9c479728-6c97-4858-a7eb-2b11aeb4ca37
2021-05-30T00:50:04.009Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c479728-6c97-4858-a7eb-2b11aeb4ca37 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-30T00:50:04.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "cds",
  "timestamp": 1622335627688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.016Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335627392,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.016Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "policy-id",
  "timestamp": 1622335635109,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.016Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335628486,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.017Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "dcae-sch",
  "timestamp": 1622335635352,
  "artifactURL": "/sdc/v1/catalog/services/1f73b4bb-eb89-4f47-99bc-826cf02bba3d/resourceInstances/basicclamp0/artifacts/1663747b-f1a8-421e-b615-b82c0b42b4d0",
  "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-30T00:50:04.021Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 8276e4d7-0580-407e-86da-0984df4b2b50
2021-05-30T00:50:04.021Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8276e4d7-0580-407e-86da-0984df4b2b50 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-30T00:50:04.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "clamp",
  "timestamp": 1622335619811,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "cds",
  "timestamp": 1622335627688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335635387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335628486,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "policy-id",
  "timestamp": 1622335636112,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:50:04.030Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335636166,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.031Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "aai-ml",
  "timestamp": 1622335635583,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335636253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.031Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "clamp",
  "timestamp": 1622335619811,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "cds",
  "timestamp": 1622335627688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335636852,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335635387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "policy-id",
  "timestamp": 1622335637114,
  "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-30T00:50:04.038Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8276e4d7-0580-407e-86da-0984df4b2b50
2021-05-30T00:50:04.038Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8276e4d7-0580-407e-86da-0984df4b2b50 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-30T00:50:04.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "aai-ml",
  "timestamp": 1622335635583,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335637331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-30T00:50:04.045Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335637600,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.046Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "clamp",
  "timestamp": 1622335619811,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "cds",
  "timestamp": 1622335627688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335637858,
  "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-30T00:50:04.051Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8276e4d7-0580-407e-86da-0984df4b2b50
2021-05-30T00:50:04.051Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8276e4d7-0580-407e-86da-0984df4b2b50 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-30T00:50:04.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335635387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335638137,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:50:04.057Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "aai-ml",
  "timestamp": 1622335635583,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335638333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-05-30T00:50:04.057Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "clamp",
  "timestamp": 1622335619811,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "cds",
  "timestamp": 1622335627688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "policy-id",
  "timestamp": 1622335638116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335638777,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.059Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335638861,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-30T00:50:04.059Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335635387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335639141,
  "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-30T00:50:04.065Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8276e4d7-0580-407e-86da-0984df4b2b50
2021-05-30T00:50:04.065Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8276e4d7-0580-407e-86da-0984df4b2b50 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-30T00:50:04.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "aai-ml",
  "timestamp": 1622335635583,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335639337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-05-30T00:50:04.073Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "clamp",
  "timestamp": 1622335619811,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "cds",
  "timestamp": 1622335627688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "policy-id",
  "timestamp": 1622335638116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335635387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "dcae-sch",
  "timestamp": 1622335639603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "aai-ml",
  "timestamp": 1622335635583,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335640341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:50:04.075Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335640355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.076Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335639864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "clamp",
  "timestamp": 1622335619811,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "cds",
  "timestamp": 1622335627688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "policy-id",
  "timestamp": 1622335638116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335635387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "dcae-sch",
  "timestamp": 1622335639603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "aai-ml",
  "timestamp": 1622335635583,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335641471,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.079Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335639864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "clamp",
  "timestamp": 1622335619811,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "cds",
  "timestamp": 1622335627688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "policy-id",
  "timestamp": 1622335638116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335641886,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.080Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335635387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "dcae-sch",
  "timestamp": 1622335639603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "aai-ml",
  "timestamp": 1622335635583,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335639864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "clamp",
  "timestamp": 1622335619811,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "policy-id",
  "timestamp": 1622335638116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335642890,
  "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-30T00:50:04.087Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8276e4d7-0580-407e-86da-0984df4b2b50
2021-05-30T00:50:04.087Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8276e4d7-0580-407e-86da-0984df4b2b50 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-30T00:50:04.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335642892,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.094Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335635387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "cds",
  "timestamp": 1622335643184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.094Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "dcae-sch",
  "timestamp": 1622335639603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "aai-ml",
  "timestamp": 1622335635583,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335639864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "policy-id",
  "timestamp": 1622335638116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335643892,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-30T00:50:04.096Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335643910,
  "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-30T00:50:04.101Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8276e4d7-0580-407e-86da-0984df4b2b50
2021-05-30T00:50:04.101Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8276e4d7-0580-407e-86da-0984df4b2b50 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-30T00:50:04.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "dcae-sch",
  "timestamp": 1622335639603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "aai-ml",
  "timestamp": 1622335644403,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.107Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335639864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "policy-id",
  "timestamp": 1622335638116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335644912,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-30T00:50:04.108Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "dcae-sch",
  "timestamp": 1622335639603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "cds",
  "timestamp": 1622335645469,
  "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-30T00:50:04.119Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 12e66727-97fb-43bf-8ff6-009b933c196a
2021-05-30T00:50:04.119Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12e66727-97fb-43bf-8ff6-009b933c196a 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-30T00:50:04.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335639864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "policy-id",
  "timestamp": 1622335638116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "dcae-sch",
  "timestamp": 1622335639603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335639864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "dcae-sch",
  "timestamp": 1622335639603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.128Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "clamp",
  "timestamp": 1622335647444,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.128Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335639864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.128Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "policy-id",
  "timestamp": 1622335647583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.129Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335647392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "clamp",
  "timestamp": 1622335648447,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.129Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "policy-id",
  "timestamp": 1622335648587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:50:04.130Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335647392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.130Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335648486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.130Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "policy-id",
  "timestamp": 1622335649589,
  "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-30T00:50:04.135Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 12e66727-97fb-43bf-8ff6-009b933c196a
2021-05-30T00:50:04.135Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12e66727-97fb-43bf-8ff6-009b933c196a 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-30T00:50:04.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "clamp",
  "timestamp": 1622335650000,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:50:04.143Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335647392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335648486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "clamp",
  "timestamp": 1622335651002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-30T00:50:04.144Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335647392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335651098,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.145Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335648486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "clamp",
  "timestamp": 1622335652004,
  "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-30T00:50:04.150Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8276e4d7-0580-407e-86da-0984df4b2b50
2021-05-30T00:50:04.150Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8276e4d7-0580-407e-86da-0984df4b2b50 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-30T00:50:04.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335647392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335648486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335647392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335648486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.159Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335653305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.159Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "aai-ml",
  "timestamp": 1622335653307,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:50:04.159Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "clamp",
  "timestamp": 1622335653007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.160Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335647392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.160Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335648486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.160Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "aai-ml",
  "timestamp": 1622335654310,
  "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-30T00:50:04.165Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8276e4d7-0580-407e-86da-0984df4b2b50
2021-05-30T00:50:04.165Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8276e4d7-0580-407e-86da-0984df4b2b50 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-30T00:50:04.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "clamp",
  "timestamp": 1622335653007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335647392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335648486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "aai-ml",
  "timestamp": 1622335635583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335655497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "clamp",
  "timestamp": 1622335653007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335648486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "aai-ml",
  "timestamp": 1622335635583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335656500,
  "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-30T00:50:04.180Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 12e66727-97fb-43bf-8ff6-009b933c196a
2021-05-30T00:50:04.181Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12e66727-97fb-43bf-8ff6-009b933c196a 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-30T00:50:04.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "clamp",
  "timestamp": 1622335653007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.186Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335656091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.187Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "aai-ml",
  "timestamp": 1622335635583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.187Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335657503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-30T00:50:04.187Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "clamp",
  "timestamp": 1622335653007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335656091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335657800,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.188Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "aai-ml",
  "timestamp": 1622335635583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335658403,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.189Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "clamp",
  "timestamp": 1622335653007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335656091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "aai-ml",
  "timestamp": 1622335635583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "clamp",
  "timestamp": 1622335653007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335656091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335660161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.190Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "aai-ml",
  "timestamp": 1622335635583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "clamp",
  "timestamp": 1622335653007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335656091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335660894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.191Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "aai-ml",
  "timestamp": 1622335635583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335661671,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.192Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335656091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "aai-ml",
  "timestamp": 1622335635583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335662482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.193Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335662675,
  "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-30T00:50:04.197Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 12e66727-97fb-43bf-8ff6-009b933c196a
2021-05-30T00:50:04.197Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12e66727-97fb-43bf-8ff6-009b933c196a 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-30T00:50:04.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335656091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:04.203Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335663499,
  "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-30T00:50:04.208Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 12e66727-97fb-43bf-8ff6-009b933c196a
2021-05-30T00:50:04.208Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12e66727-97fb-43bf-8ff6-009b933c196a 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-30T00:50:04.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335663677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-30T00:50:04.213Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335656091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:50:04.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:50:04.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "aai-ml",
  "timestamp": 1622335663869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.214Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335664502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-30T00:50:04.214Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335664907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.214Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "clamp",
  "timestamp": 1622335665640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:04.214Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335666895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:50:04.215Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335667899,
  "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-30T00:50:04.219Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 12e66727-97fb-43bf-8ff6-009b933c196a
2021-05-30T00:50:04.219Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12e66727-97fb-43bf-8ff6-009b933c196a 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-30T00:50:04.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "clamp",
  "timestamp": 1622335668644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:50:04.226Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "clamp",
  "timestamp": 1622335669646,
  "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-30T00:50:04.230Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 12e66727-97fb-43bf-8ff6-009b933c196a
2021-05-30T00:50:04.230Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12e66727-97fb-43bf-8ff6-009b933c196a 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-30T00:50:04.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "aai-ml",
  "timestamp": 1622335672006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:50:04.238Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:50:04.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:50:04.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "aai-ml",
  "timestamp": 1622335673009,
  "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-30T00:50:04.242Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 12e66727-97fb-43bf-8ff6-009b933c196a
2021-05-30T00:50:04.242Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12e66727-97fb-43bf-8ff6-009b933c196a 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-30T00:50:12.092Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8276e4d7-0580-407e-86da-0984df4b2b50
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T00:50:12.101Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8276e4d7-0580-407e-86da-0984df4b2b50
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-30T00:50:12.103Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:50:12.103Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-30T00:50:12.103Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-30T00:50:12.103Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-30T00:50:12.103Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:50:12.104Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:50:12.104Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:50:12.104Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:50:12.104Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:50:12.104Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:50:12.104Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:50:12.104Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:50:12.108Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-30T00:50:42.108Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8276e4d7-0580-407e-86da-0984df4b2b50 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-30T00:50:42.114Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8276e4d7-0580-407e-86da-0984df4b2b50 and serviceModelVersionId: 1f73b4bb-eb89-4f47-99bc-826cf02bba3d
2021-05-30T00:50:42.114Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d68a46df-c9a4-46fc-8752-0948a650c9d6
2021-05-30T00:50:42.115Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d68a46df-c9a4-46fc-8752-0948a650c9d6/model-vers/model-ver/1f73b4bb-eb89-4f47-99bc-826cf02bba3d?depth=0
2021-05-30T00:50:42.119Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-05-30T00:50:42.150Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d68a46df-c9a4-46fc-8752-0948a650c9d6/model-vers/model-ver/1f73b4bb-eb89-4f47-99bc-826cf02bba3d?depth=0|INFO|500||Invoke
2021-05-30T00:50:42.150Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d68a46df-c9a4-46fc-8752-0948a650c9d6/model-vers/model-ver/1f73b4bb-eb89-4f47-99bc-826cf02bba3d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d68a46df-c9a4-46fc-8752-0948a650c9d6/model-vers/model-ver/1f73b4bb-eb89-4f47-99bc-826cf02bba3d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8276e4d7-0580-407e-86da-0984df4b2b50], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a43bb5f8-c9e1-4557-8978-d1f08f477623], X-ECOMP-RequestID=[8276e4d7-0580-407e-86da-0984df4b2b50], X-TransactionId=[], X-ONAP-RequestID=[8276e4d7-0580-407e-86da-0984df4b2b50], Content-Type=[application/merge-patch+json]}
2021-05-30T00:50:42.165Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d68a46df-c9a4-46fc-8752-0948a650c9d6/model-vers/model-ver/1f73b4bb-eb89-4f47-99bc-826cf02bba3d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-30T00:50:42.366Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d68a46df-c9a4-46fc-8752-0948a650c9d6/model-vers/model-ver/1f73b4bb-eb89-4f47-99bc-826cf02bba3d?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/d68a46df-c9a4-46fc-8752-0948a650c9d6/model-vers/model-ver/1f73b4bb-eb89-4f47-99bc-826cf02bba3d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210530-00:50:42:169-89791], vertex-id=[483384], Content-Length=[0], Date=[Sun, 30 May 2021 00:50:42 GMT], Content-Type=[application/json]}
2021-05-30T00:50:42.367Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d68a46df-c9a4-46fc-8752-0948a650c9d6/model-vers/model-ver/1f73b4bb-eb89-4f47-99bc-826cf02bba3d?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-30T00:50:42.367Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d68a46df-c9a4-46fc-8752-0948a650c9d6/model-vers/model-ver/1f73b4bb-eb89-4f47-99bc-826cf02bba3d?depth=0|INFO|500||InvokeReturn
2021-05-30T00:50:42.368Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-30T00:50:42.368Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:50:42.371Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||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-30T00:50:42.371Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8276e4d7-0580-407e-86da-0984df4b2b50 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-30T00:50:42.371Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-30T00:50:42.372Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:50:42.373Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:50:42.374Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335842371,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-30T00:50:42.474Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:50:42.474Z||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-30T00:50:42.475Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:50:42.487Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:50:42.488Z||pool-83-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-30T00:50:43.384Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:50:43.385Z|8276e4d7-0580-407e-86da-0984df4b2b50|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-30T00:50:43.385Z|8276e4d7-0580-407e-86da-0984df4b2b50|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:50:47.665Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:50:47.665Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-30T00:50:47.665Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"12e66727-97fb-43bf-8ff6-009b933c196a","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"1befb99a-54fd-44f4-9982-215e9340f6a8","serviceDescription":"service","serviceInvariantUUID":"d76c58b9-fa3d-45dd-8d6f-96001fb4c77a","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bb32fc50-779e-4252-9f1d-bf677d636971","resourceInvariantUUID":"7d0c1abf-6252-4031-8373-f771694b0ebd","resourceCustomizationUUID":"2e952864-b7d0-49af-ae7c-4dc3fb03aba9","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":"Zjk3MWRjNDg0NGI1MTUzOGUxMGMzMDM3MzM1ZDA5NjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e8eb3565-8d16-483f-b8fa-8279b7929cbb","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":"MzA1NDg2MTE2ZDEyNzA3Yjc4Nzc1NGZiZWUwZTcwMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"90e422e6-437e-4600-983c-9c80d5f875e6","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":"08865ff8-b282-44b4-b4c8-07feadfa0cb5","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":"3267dec8-dce0-4a6e-a636-21ce7a3d4b64","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":"3f0d8c5a-7e1f-492b-b47f-6ad6fccfe7cd","artifactVersion":"2","generatedFromUUID":"08865ff8-b282-44b4-b4c8-07feadfa0cb5"},{"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":"YTVjZjE0ODU3Y2E1NmM0MzA0NjZkZmI0MGQzOTkzNjA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3b14318c-04e2-4508-9f7b-b00b55df7933","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":"Mjg3OTU0ZmY1MzE0MTY1MmEyMmU4YzJmZmM2MjU2Mjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fd889328-7b3a-4d46-bf54-eae4e392829d","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MDFjYzYwZTk1YzZhZjA0YmI5ODhjZTgwMDczODYwMjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"512d8427-d457-4f57-a24e-22f997c18981","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-30T00:50:47.667Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:50:47.667Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:50:47.668Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:50:47.668Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:47.768Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:50:47.769Z||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-30T00:50:47.769Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:50:47.778Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:50:47.778Z||pool-84-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:50:48.669Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:50:48.669Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:50:48.671Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:50:48.671Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:50:48.771Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:50:48.772Z||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-30T00:50:48.772Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:50:48.782Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:50:48.782Z||pool-85-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:50:49.671Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:50:49.672Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:50:49.673Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:50:49.673Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:50:49.774Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:50:49.774Z||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-30T00:50:49.774Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:50:49.783Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:50:49.783Z||pool-86-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:50:50.674Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:50:50.674Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:50:50.676Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:50:50.676Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:50.776Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:50:50.777Z||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-30T00:50:50.777Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:50:50.787Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:50:50.787Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:50:51.676Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:50:51.677Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:50:51.678Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:50:51.678Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-30T00:50:51.779Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:50:51.779Z||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-30T00:50:51.779Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:50:51.789Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:50:51.789Z||pool-88-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:50:52.679Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:50:52.679Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:50:52.681Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:50:52.681Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:52.781Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:50:52.781Z||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-30T00:50:52.782Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:50:52.791Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:50:52.791Z||pool-89-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:50:53.681Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:50:53.682Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:50:53.683Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:50:53.683Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:50:53.783Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:50:53.784Z||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-30T00:50:53.784Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:50:53.791Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:50:53.791Z||pool-90-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:50:54.683Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:50:54.684Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:50:54.685Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:50:54.686Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:50:54.786Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:50:54.786Z||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-30T00:50:54.786Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:50:54.796Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:50:54.796Z||pool-91-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:50:55.687Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "1befb99a-54fd-44f4-9982-215e9340f6a8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d76c58b9-fa3d-45dd-8d6f-96001fb4c77a",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "2e952864-b7d0-49af-ae7c-4dc3fb03aba9",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bb32fc50-779e-4252-9f1d-bf677d636971",
      "resourceInvariantUUID": "7d0c1abf-6252-4031-8373-f771694b0ebd",
      "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": "MzA1NDg2MTE2ZDEyNzA3Yjc4Nzc1NGZiZWUwZTcwMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "90e422e6-437e-4600-983c-9c80d5f875e6",
          "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": "08865ff8-b282-44b4-b4c8-07feadfa0cb5",
          "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": "3f0d8c5a-7e1f-492b-b47f-6ad6fccfe7cd",
            "generatedFromUUID": "08865ff8-b282-44b4-b4c8-07feadfa0cb5"
          },
          "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": "3f0d8c5a-7e1f-492b-b47f-6ad6fccfe7cd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MDFjYzYwZTk1YzZhZjA0YmI5ODhjZTgwMDczODYwMjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "512d8427-d457-4f57-a24e-22f997c18981"
    }
  ],
  "workloadContext": "Production"
}
2021-05-30T00:50:55.687Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-30T00:50:55.687Z|8276e4d7-0580-407e-86da-0984df4b2b50|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1befb99a-54fd-44f4-9982-215e9340f6a8 ASDC
2021-05-30T00:50:55.687Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:12e66727-97fb-43bf-8ff6-009b933c196a
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:1befb99a-54fd-44f4-9982-215e9340f6a8
ServiceInvariantUUID:d76c58b9-fa3d-45dd-8d6f-96001fb4c77a
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:512d8427-d457-4f57-a24e-22f997c18981
ArtifactChecksum:MDFjYzYwZTk1YzZhZjA0YmI5ODhjZTgwMDczODYwMjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:2e952864-b7d0-49af-ae7c-4dc3fb03aba9
ResourceInvariantUUID:7d0c1abf-6252-4031-8373-f771694b0ebd
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:bb32fc50-779e-4252-9f1d-bf677d636971
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:90e422e6-437e-4600-983c-9c80d5f875e6
ArtifactChecksum:MzA1NDg2MTE2ZDEyNzA3Yjc4Nzc1NGZiZWUwZTcwMzA=
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:08865ff8-b282-44b4-b4c8-07feadfa0cb5
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:3f0d8c5a-7e1f-492b-b47f-6ad6fccfe7cd
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:3f0d8c5a-7e1f-492b-b47f-6ad6fccfe7cd
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-30T00:50:55.687Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1befb99a-54fd-44f4-9982-215e9340f6a8 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-30T00:50:55.713Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-30T00:50:55.714Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:50:55.714Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:50:55.714Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 512d8427-d457-4f57-a24e-22f997c18981 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-05-30T00:50:55.714Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:50:55.714Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-05-30T00:50:57.208Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:50:57.211Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 512d8427-d457-4f57-a24e-22f997c18981 82037
2021-05-30T00:50:57.212Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:50:57.212Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:50:57.212Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:50:57.212Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:50:57.213Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:50:57.214Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335857212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:57.314Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:50:57.315Z||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-30T00:50:57.315Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:50:57.324Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:50:57.324Z||pool-92-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:50:58.214Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-30T00:50:58.215Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:50:58.215Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 512d8427-d457-4f57-a24e-22f997c18981, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-30T00:50:58.215Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-05-30T00:50:58.215Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-30T00:50:58.216Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-30T00:50:58.386Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9920998254699059034/Definitions/service-BasicVmMacro-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-30T00:50:59.216Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-30T00:50:59.216Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-30T00:50:59.216Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-30T00:50:59.216Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-30T00:50:59.217Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:50:59.217Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:50:59.217Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:50:59.217Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:50:59.217Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:50:59.217Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:50:59.217Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:50:59.217Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:50:59.217Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:50:59.218Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:50:59.218Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-30T00:50:59.218Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:50:59.218Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:50:59.218Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-30T00:50:59.218Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-30T00:50:59.218Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-30T00:50:59.219Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:50:59.219Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:50:59.219Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-30T00:50:59.219Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-30T00:50:59.219Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-30T00:50:59.219Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:50:59.219Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:50:59.220Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:50:59.220Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-05-30T00:50:59.220Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-30T00:50:59.220Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-05-30T00:50:59.220Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-05-30T00:50:59.220Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-05-30T00:50:59.221Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-30T00:50:59.221Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:50:59.221Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-30T00:50:59.221Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:50:59.221Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-30T00:50:59.221Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:50:59.221Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:50:59.222Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-30T00:50:59.222Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:50:59.222Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:50:59.222Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-30T00:50:59.222Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:50:59.222Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:50:59.223Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-05-30T00:50:59.223Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-30T00:50:59.223Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-30T00:50:59.223Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=901b330e-1e84-4675-8806-4e57407935e4
2021-05-30T00:50:59.223Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:50:59.223Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:50:59.223Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:50:59.224Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:50:59.224Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:50:59.224Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:50:59.224Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:50:59.224Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:50:59.224Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:1befb99a-54fd-44f4-9982-215e9340f6a8
Model Version:NULL
Model InvariantUuid:d76c58b9-fa3d-45dd-8d6f-96001fb4c77a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:f1e7a7c1-0228-4389-af3c-f39de43a99af
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7d0c1abf-6252-4031-8373-f771694b0ebd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2e952864-b7d0-49af-ae7c-4dc3fb03aba9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d86e9ec0-f42f-4577-9029-56b1dc2cdf80
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:b36519a0-3962-4494-80d8-674d8c8de589
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:901b330e-1e84-4675-8806-4e57407935e4
ModelInvariantUuid:94f8e799-dbcf-4eaa-b055-a043b2d3b4e2
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:a06d0912-3208-48c6-a05d-6f027e92a28c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:228b3fca-8a7f-4d9e-a39d-df84fe564b4f
ModelInvariantUuid:34ca0939-66b5-4054-98d2-7a13c80525fc
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:27e98b2f-6820-4a09-b812-461f3c46e133
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-30T00:50:59.229Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: bb32fc50-779e-4252-9f1d-bf677d636971
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-30T00:50:59.231Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2021-05-30T00:50:59.231Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bb32fc50-779e-4252-9f1d-bf677d636971
2021-05-30T00:50:59.231Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 90e422e6-437e-4600-983c-9c80d5f875e6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-05-30T00:50:59.231Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:50:59.231Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:50:59.774Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:50:59.774Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 90e422e6-437e-4600-983c-9c80d5f875e6 792
2021-05-30T00:50:59.774Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:50:59.775Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:50:59.775Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:50:59.775Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:50:59.776Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:50:59.776Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335859774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:50:59.877Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-30T00:50:59.877Z||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-30T00:50:59.877Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:50:59.886Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:50:59.886Z||pool-93-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-05-30T00:51:00.777Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d86e9ec0-f42f-4577-9029-56b1dc2cdf80",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b36519a0-3962-4494-80d8-674d8c8de589",
    "vfModuleModelCustomizationUUID": "044a1864-1e7d-4c57-99e1-e1ebe0a200a3",
    "isBase": true,
    "artifacts": [
      "08865ff8-b282-44b4-b4c8-07feadfa0cb5",
      "3f0d8c5a-7e1f-492b-b47f-6ad6fccfe7cd"
    ],
    "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-30T00:51:00.780Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b36519a0-3962-4494-80d8-674d8c8de589
VfModuleModelInvariantUUID:d86e9ec0-f42f-4577-9029-56b1dc2cdf80
VfModuleModelDescription:NULL
Artifacts UUID List:{
08865ff8-b282-44b4-b4c8-07feadfa0cb5
,
3f0d8c5a-7e1f-492b-b47f-6ad6fccfe7cd

}
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-30T00:51:00.781Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d86e9ec0-f42f-4577-9029-56b1dc2cdf80",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b36519a0-3962-4494-80d8-674d8c8de589",
    "vfModuleModelCustomizationUUID": "044a1864-1e7d-4c57-99e1-e1ebe0a200a3",
    "isBase": true,
    "artifacts": [
      "08865ff8-b282-44b4-b4c8-07feadfa0cb5",
      "3f0d8c5a-7e1f-492b-b47f-6ad6fccfe7cd"
    ],
    "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-30T00:51:00.781Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b36519a0-3962-4494-80d8-674d8c8de589
VfModuleModelInvariantUUID:d86e9ec0-f42f-4577-9029-56b1dc2cdf80
VfModuleModelDescription:NULL
Artifacts UUID List:{
08865ff8-b282-44b4-b4c8-07feadfa0cb5
,
3f0d8c5a-7e1f-492b-b47f-6ad6fccfe7cd

}
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-30T00:51:00.781Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 08865ff8-b282-44b4-b4c8-07feadfa0cb5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-05-30T00:51:00.782Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:51:00.782Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:51:01.284Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:51:01.284Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 08865ff8-b282-44b4-b4c8-07feadfa0cb5 5033
2021-05-30T00:51:01.284Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:51:01.284Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:51:01.285Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:51:01.285Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:51:01.286Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:51:01.286Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335861284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:51:01.386Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:51:01.387Z||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-30T00:51:01.387Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:51:01.397Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:51:01.398Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:51:02.287Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3f0d8c5a-7e1f-492b-b47f-6ad6fccfe7cd from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-05-30T00:51:02.287Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:51:02.288Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:51:03.066Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:51:03.066Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 3f0d8c5a-7e1f-492b-b47f-6ad6fccfe7cd 903
2021-05-30T00:51:03.066Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:51:03.066Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:51:03.067Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:51:03.067Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:51:03.068Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:51:03.068Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335863066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:51:03.168Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:51:03.169Z||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-30T00:51:03.169Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:51:03.178Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:51:03.178Z||pool-95-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:51:03.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:51:03.920Z||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-30T00:51:03.921Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:51:03.937Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:51:03.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:51:03.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c479728-6c97-4858-a7eb-2b11aeb4ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335731822,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-30T00:51:03.939Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:51:03.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:51:03.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335619032,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:51:03.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:51:03.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:51:03.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335619032,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:51:03.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:51:03.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:51:03.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335619032,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:51:03.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:51:03.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:51:03.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335619032,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:51:03.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:51:03.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:51:03.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335619032,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:51:03.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:51:03.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:51:03.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335619032,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-30T00:51:03.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:51:03.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:51:03.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335619032,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:51:03.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:51:03.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:51:03.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335619032,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:51:03.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:51:03.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:51:03.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335741486,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:51:03.943Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:51:04.069Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 1befb99a-54fd-44f4-9982-215e9340f6a8
2021-05-30T00:51:04.069Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 bb32fc50-779e-4252-9f1d-bf677d636971 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-30T00:51:04.079Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:51:04.079Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:51:04.079Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-05-30T00:51:04.079Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 2e952864-b7d0-49af-ae7c-4dc3fb03aba9
2021-05-30T00:51:04.079Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2e952864-b7d0-49af-ae7c-4dc3fb03aba9 matches Tosca VF Customization UUID: 2e952864-b7d0-49af-ae7c-4dc3fb03aba9
2021-05-30T00:51:04.080Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 2e952864-b7d0-49af-ae7c-4dc3fb03aba9  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-30T00:51:04.081Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:51:04.081Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:51:04.081Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 2e952864-b7d0-49af-ae7c-4dc3fb03aba9: {\"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-30T00:51:04.081Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1710dd35
2021-05-30T00:51:04.082Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:51:04.082Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-30T00:51:04.082Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 044a1864-1e7d-4c57-99e1-e1ebe0a200a3
2021-05-30T00:51:04.082Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 044a1864-1e7d-4c57-99e1-e1ebe0a200a3
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-30T00:51:04.083Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:51:04.083Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-30T00:51:04.083Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:51:04.084Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:51:04.084Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-30T00:51:04.084Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:51:04.084Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:51:04.084Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-05-30T00:51:04.084Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-30T00:51:04.084Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-30T00:51:04.084Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=901b330e-1e84-4675-8806-4e57407935e4
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-30T00:51:04.086Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:51:04.086Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-30T00:51:04.086Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:51:04.086Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:51:04.086Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-30T00:51:04.086Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2e952864-b7d0-49af-ae7c-4dc3fb03aba9
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-30T00:51:04.087Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:51:04.087Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:51:04.087Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 1befb99a-54fd-44f4-9982-215e9340f6a8: basic_vm_macro
2021-05-30T00:51:04.087Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:51:04.087Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:51:04.088Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:51:04.088Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:51:04.088Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:51:04.088Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:51:04.088Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:51:04.088Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:51:04.088Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:51:04.088Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:51:04.088Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:51:04.147Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro bb32fc50-779e-4252-9f1d-bf677d636971 1 ASDC deployResourceStructure
2021-05-30T00:51:04.147Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:51:04.147Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:51:04.148Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:51:04.148Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:51:04.149Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:51:04.149Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335864147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-30T00:51:04.249Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:51:04.250Z||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-30T00:51:04.250Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:51:04.259Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:51:04.260Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-30T00:51:05.150Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:51:05.150Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:51:05.150Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:51:05.150Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:51:05.152Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:51:05.152Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335865150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-05-30T00:51:05.252Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:51:05.252Z||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-30T00:51:05.253Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:51:05.261Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:51:05.262Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:51:06.152Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:51:06.153Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:51:06.153Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:51:06.153Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:51:06.154Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:51:06.155Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335866152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-05-30T00:51:06.255Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-30T00:51:06.255Z||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-30T00:51:06.255Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:51:06.264Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:51:06.264Z||pool-98-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:51:07.155Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:51:07.155Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:51:07.156Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:51:07.156Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:51:07.157Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:51:07.157Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335867155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:51:07.257Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:51:07.258Z||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-30T00:51:07.258Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:51:07.267Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:51:07.268Z||pool-99-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:51:08.158Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12e66727-97fb-43bf-8ff6-009b933c196a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T00:51:08.165Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12e66727-97fb-43bf-8ff6-009b933c196a
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-30T00:51:08.167Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:51:08.167Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-30T00:51:08.167Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-30T00:51:08.167Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-30T00:51:08.167Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:51:08.168Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:51:08.168Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:51:08.168Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:51:08.168Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:51:08.168Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:51:08.168Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:51:08.172Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-30T00:51:38.172Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 12e66727-97fb-43bf-8ff6-009b933c196a 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-30T00:51:38.179Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 12e66727-97fb-43bf-8ff6-009b933c196a and serviceModelVersionId: 1befb99a-54fd-44f4-9982-215e9340f6a8
2021-05-30T00:51:38.179Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d76c58b9-fa3d-45dd-8d6f-96001fb4c77a
2021-05-30T00:51:38.179Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d76c58b9-fa3d-45dd-8d6f-96001fb4c77a/model-vers/model-ver/1befb99a-54fd-44f4-9982-215e9340f6a8?depth=0
2021-05-30T00:51:38.182Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-05-30T00:51:38.210Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d76c58b9-fa3d-45dd-8d6f-96001fb4c77a/model-vers/model-ver/1befb99a-54fd-44f4-9982-215e9340f6a8?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-30T00:51:38.211Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d76c58b9-fa3d-45dd-8d6f-96001fb4c77a/model-vers/model-ver/1befb99a-54fd-44f4-9982-215e9340f6a8?depth=0|INFO|500||Invoke
2021-05-30T00:51:38.225Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d76c58b9-fa3d-45dd-8d6f-96001fb4c77a/model-vers/model-ver/1befb99a-54fd-44f4-9982-215e9340f6a8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-30T00:51:38.389Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d76c58b9-fa3d-45dd-8d6f-96001fb4c77a/model-vers/model-ver/1befb99a-54fd-44f4-9982-215e9340f6a8?depth=0|INFO|500||InvokeReturn
2021-05-30T00:51:38.389Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d76c58b9-fa3d-45dd-8d6f-96001fb4c77a/model-vers/model-ver/1befb99a-54fd-44f4-9982-215e9340f6a8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210530-00:51:38:228-91467], vertex-id=[192560], Content-Length=[0], Date=[Sun, 30 May 2021 00:51:38 GMT], Content-Type=[application/json]}
2021-05-30T00:51:38.389Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-05-30T00:51:38.389Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-30T00:51:38.389Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:51:38.393Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||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-30T00:51:38.393Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 12e66727-97fb-43bf-8ff6-009b933c196a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-30T00:51:38.393Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-30T00:51:38.393Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:51:38.394Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:51:38.394Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335898393,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-30T00:51:38.495Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:51:38.495Z||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-30T00:51:38.495Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:51:38.508Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:51:38.508Z||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-30T00:51:39.406Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-30T00:51:39.407Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"e3b872a7-8134-43ae-8fe7-d7ca178f4ce0","serviceDescription":"service","serviceInvariantUUID":"3f00daf1-659c-450a-be27-889bb164e0d9","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e1a40013-37e1-471b-a76e-4ed39526d335","resourceInvariantUUID":"d3f1d263-84ac-42fc-8be1-f349eab2c2d6","resourceCustomizationUUID":"acf3ed0e-4b08-42b4-a256-af2b99ab9da4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"NmEzNDUxMWFlZjI5ZjNmYTRlZjgwZmNkZjgyNDBmYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9989d366-a30a-498c-a973-1e6a279ed0f8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c0e6497b-d22c-47bc-809d-55b0a82541d6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8cd1c601-63f8-4722-ad87-6db9f374a490","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"MWUxOTM5NWQyY2U0ZGJkY2JiY2Q5OTY1ZWQ1NmJiNjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4dd4984f-be4f-45bf-b7e9-13cf03e78332","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"89e27edf-2913-4a4d-b654-3b23e94312a1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f50985fe-8146-4d25-bb99-36d65f7fa32d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cf2405fa-e1a1-4704-87ef-b1501fe0f1c3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"NDk4OGRjYWZiMDM0NTAwNTlkNTU4ZDI4OGYzMjk5ZDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"17ead113-75bd-490b-a339-1e4dc18a39ed","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZWUwNjhjY2RkZDIyYzgzYTI5N2EzNDA0NWI1NGQ5MzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"44935a97-6959-487e-b55a-04a082f5a735","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-30T00:51:39.407Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:51:39.407Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:51:39.409Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:51:39.409Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:51:39.509Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:51:39.509Z||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-30T00:51:39.509Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:51:39.518Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:51:39.519Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-30T00:51:40.409Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:51:40.410Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:51:40.411Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:51:40.411Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:51:40.511Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:51:40.512Z||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-30T00:51:40.512Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:51:40.521Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:51:40.521Z||pool-102-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:51:41.412Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:51:41.412Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:51:41.413Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:51:41.414Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:51:41.514Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:51:41.514Z||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-30T00:51:41.515Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:51:41.524Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:51:41.524Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:51:42.414Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:51:42.415Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:51:42.416Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:51:42.416Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:51:42.516Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:51:42.517Z||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-30T00:51:42.517Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:51:42.524Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:51:42.525Z||pool-104-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:51:43.416Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:51:43.417Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:51:43.418Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:51:43.418Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:51:43.518Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:51:43.519Z||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-30T00:51:43.519Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:51:43.528Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:51:43.528Z||pool-105-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:51:44.419Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:51:44.419Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:51:44.420Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:51:44.420Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:51:44.520Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:51:44.521Z||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-30T00:51:44.521Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:51:44.531Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:51:44.531Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:51:45.421Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:51:45.422Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:51:45.423Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:51:45.424Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:51:45.523Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-30T00:51:45.524Z||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-30T00:51:45.524Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:51:45.533Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:51:45.533Z||pool-107-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:51:46.424Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:51:46.425Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:51:46.426Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:51:46.426Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:51:46.526Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:51:46.527Z||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-30T00:51:46.527Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:51:46.536Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:51:46.536Z||pool-108-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:51:47.427Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:51:47.427Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:51:47.429Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:51:47.429Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:51:47.529Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:51:47.529Z||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-30T00:51:47.529Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:51:47.539Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:51:47.539Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:51:48.429Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e3b872a7-8134-43ae-8fe7-d7ca178f4ce0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3f00daf1-659c-450a-be27-889bb164e0d9",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "acf3ed0e-4b08-42b4-a256-af2b99ab9da4",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e1a40013-37e1-471b-a76e-4ed39526d335",
      "resourceInvariantUUID": "d3f1d263-84ac-42fc-8be1-f349eab2c2d6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "ZWUwNjhjY2RkZDIyYzgzYTI5N2EzNDA0NWI1NGQ5MzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "44935a97-6959-487e-b55a-04a082f5a735"
    }
  ],
  "workloadContext": "Production"
}
2021-05-30T00:51:48.430Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-30T00:51:48.430Z|12e66727-97fb-43bf-8ff6-009b933c196a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e3b872a7-8134-43ae-8fe7-d7ca178f4ce0 ASDC
2021-05-30T00:51:48.430Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:e3b872a7-8134-43ae-8fe7-d7ca178f4ce0
ServiceInvariantUUID:3f00daf1-659c-450a-be27-889bb164e0d9
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:44935a97-6959-487e-b55a-04a082f5a735
ArtifactChecksum:ZWUwNjhjY2RkZDIyYzgzYTI5N2EzNDA0NWI1NGQ5MzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:acf3ed0e-4b08-42b4-a256-af2b99ab9da4
ResourceInvariantUUID:d3f1d263-84ac-42fc-8be1-f349eab2c2d6
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:e1a40013-37e1-471b-a76e-4ed39526d335
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-05-30T00:51:48.431Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e3b872a7-8134-43ae-8fe7-d7ca178f4ce0 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-30T00:51:48.453Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-30T00:51:48.454Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:51:48.454Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:51:48.454Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 44935a97-6959-487e-b55a-04a082f5a735 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-05-30T00:51:48.454Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:51:48.454Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-05-30T00:51:49.718Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:51:49.722Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 44935a97-6959-487e-b55a-04a082f5a735 106311
2021-05-30T00:51:49.722Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-05-30T00:51:49.722Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-05-30T00:51:49.722Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:51:49.723Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:51:49.724Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:51:49.724Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335909722,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:51:49.824Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:51:49.825Z||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-30T00:51:49.825Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:51:49.835Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:51:49.835Z||pool-110-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:51:50.725Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-30T00:51:50.725Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:51:50.726Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 44935a97-6959-487e-b55a-04a082f5a735, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-05-30T00:51:50.726Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-05-30T00:51:50.726Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-05-30T00:51:50.726Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-05-30T00:51:50.841Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12113444155486980388/Definitions/service-TestPnfMacro-template.yml
2021-05-30T00:51:51.377Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-30T00:51:51.378Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-30T00:51:51.378Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-05-30T00:51:51.378Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-30T00:51:51.378Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||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-TestPnfMacro-csar.csar
2021-05-30T00:51:51.378Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-05-30T00:51:51.378Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 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-TestPnfMacro-csar.csar
2021-05-30T00:51:51.378Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||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-TestPnfMacro-csar.csar
2021-05-30T00:51:51.378Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-05-30T00:51:51.378Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||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-TestPnfMacro-csar.csar
2021-05-30T00:51:51.378Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||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-TestPnfMacro-csar.csar
2021-05-30T00:51:51.378Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||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-TestPnfMacro-csar.csar
2021-05-30T00:51:51.378Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-30T00:51:51.378Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:51:51.379Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:51:51.379Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-05-30T00:51:51.379Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-30T00:51:51.379Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-30T00:51:51.379Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:51:51.379Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:51:51.379Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-05-30T00:51:51.379Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-30T00:51:51.379Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-30T00:51:51.379Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:51:51.380Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:51:51.380Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:51:51.380Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:51:51.380Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:51:51.380Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:51:51.380Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:51:51.380Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:51:51.380Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:51:51.380Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:51:51.380Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:e3b872a7-8134-43ae-8fe7-d7ca178f4ce0
Model Version:NULL
Model InvariantUuid:3f00daf1-659c-450a-be27-889bb164e0d9
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-30T00:51:51.386Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: e1a40013-37e1-471b-a76e-4ed39526d335
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-30T00:51:51.388Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||test-pnf 0
2021-05-30T00:51:51.388Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e1a40013-37e1-471b-a76e-4ed39526d335
2021-05-30T00:51:51.388Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||No resources found for Service: e3b872a7-8134-43ae-8fe7-d7ca178f4ce0
2021-05-30T00:51:51.388Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e3b872a7-8134-43ae-8fe7-d7ca178f4ce0
2021-05-30T00:51:51.388Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 e1a40013-37e1-471b-a76e-4ed39526d335 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-30T00:51:51.391Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:51:51.391Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:51:51.391Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e3b872a7-8134-43ae-8fe7-d7ca178f4ce0: test-pnf
2021-05-30T00:51:51.391Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||Processing PNF resource: e1a40013-37e1-471b-a76e-4ed39526d335
2021-05-30T00:51:51.391Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:51:51.391Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:51:51.392Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||Resource customization UUID: acf3ed0e-4b08-42b4-a256-af2b99ab9da4 is the same as notified resource customizationUUID: acf3ed0e-4b08-42b4-a256-af2b99ab9da4
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-30T00:51:51.415Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf e1a40013-37e1-471b-a76e-4ed39526d335 0 ASDC deployResourceStructure
2021-05-30T00:51:51.415Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-05-30T00:51:51.415Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-05-30T00:51:51.416Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:51:51.416Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:51:51.417Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:51:51.417Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335911415,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:51:51.517Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-30T00:51:51.518Z||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-30T00:51:51.518Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:51:51.528Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:51:51.528Z||pool-111-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:51:52.418Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T00:51:52.426Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4
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-30T00:51:52.428Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:51:52.428Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-30T00:51:52.428Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-30T00:52:03.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:52:03.920Z||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-30T00:52:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:52:03.940Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:52:03.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335743972,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:52:03.942Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:52:03.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335745278,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:52:03.942Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:52:03.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335746981,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:52:03.943Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:52:03.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335748060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-30T00:52:03.943Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:52:03.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335749062,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-05-30T00:52:03.943Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:52:03.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335750064,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-05-30T00:52:03.943Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:52:03.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335751067,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:52:03.943Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:52:03.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335788486,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.943Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335787392,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.944Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "aai-ml",
  "timestamp": 1622335785583,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.944Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "cds",
  "timestamp": 1622335792688,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.944Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335788486,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.944Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335787392,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.944Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "aai-ml",
  "timestamp": 1622335785583,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "cds",
  "timestamp": 1622335792688,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335788486,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335787392,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "aai-ml",
  "timestamp": 1622335785583,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "cds",
  "timestamp": 1622335792688,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "policy-id",
  "timestamp": 1622335794864,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335788486,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335787392,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "aai-ml",
  "timestamp": 1622335785583,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335795387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "cds",
  "timestamp": 1622335792688,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "policy-id",
  "timestamp": 1622335794864,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335788486,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335787392,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "aai-ml",
  "timestamp": 1622335785583,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.947Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335795387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.947Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "cds",
  "timestamp": 1622335792688,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.947Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "policy-id",
  "timestamp": 1622335794864,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.947Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335797116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.947Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335788486,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.947Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335787392,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.947Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "aai-ml",
  "timestamp": 1622335785583,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.947Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335795387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.948Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "cds",
  "timestamp": 1622335792688,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.948Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "policy-id",
  "timestamp": 1622335794864,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.948Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335797116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.948Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335788486,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.948Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335787392,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.948Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "aai-ml",
  "timestamp": 1622335785583,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.948Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335795387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "cds",
  "timestamp": 1622335792688,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "policy-id",
  "timestamp": 1622335794864,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335797116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335788486,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335787392,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "aai-ml",
  "timestamp": 1622335785583,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335795387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "dcae-sch",
  "timestamp": 1622335799603,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "cds",
  "timestamp": 1622335792688,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "clamp",
  "timestamp": 1622335799811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "policy-id",
  "timestamp": 1622335794864,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335797116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335788486,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:52:03.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335787392,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:52:03.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "aai-ml",
  "timestamp": 1622335785583,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:52:03.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335795387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "dcae-sch",
  "timestamp": 1622335799603,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "cds",
  "timestamp": 1622335792688,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:52:03.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "clamp",
  "timestamp": 1622335799811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "policy-id",
  "timestamp": 1622335794864,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335797116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335795387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:52:03.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "dcae-sch",
  "timestamp": 1622335799603,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "clamp",
  "timestamp": 1622335799811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "aai-ml",
  "timestamp": 1622335802502,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:52:03.952Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:52:03.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "policy-id",
  "timestamp": 1622335794864,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335797116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "cds",
  "timestamp": 1622335802973,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:52:03.953Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:52:03.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335795387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "dcae-sch",
  "timestamp": 1622335799603,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "clamp",
  "timestamp": 1622335799811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "policy-id",
  "timestamp": 1622335794864,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:52:03.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:03.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:52:03.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335797116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:52:03.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:52:22.428Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T00:52:22.436Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4
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-30T00:52:22.437Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:52:22.437Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-30T00:52:22.437Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-30T00:52:52.437Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T00:52:52.447Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4
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-30T00:52:52.449Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:52:52.449Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-30T00:52:52.449Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-30T00:53:03.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:53:03.920Z||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-30T00:53:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:53:03.937Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:53:03.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:03.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335795387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:03.948Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:03.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:03.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "cds",
  "timestamp": 1622335804203,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-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-30T00:53:03.956Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4
2021-05-30T00:53:03.956Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4 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-30T00:53:03.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:03.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "dcae-sch",
  "timestamp": 1622335799603,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:03.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:03.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:03.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "clamp",
  "timestamp": 1622335799811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:03.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:03.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:03.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "policy-id",
  "timestamp": 1622335804668,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:53:03.965Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:03.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:03.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335797116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:03.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:03.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:03.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "dcae-sch",
  "timestamp": 1622335799603,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:03.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:03.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:03.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335805371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:53:03.966Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:03.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:03.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "clamp",
  "timestamp": 1622335799811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:03.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:03.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:03.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "policy-id",
  "timestamp": 1622335805670,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:53:03.966Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:03.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:03.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335797116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:53:03.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:03.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:03.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "dcae-sch",
  "timestamp": 1622335799603,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:03.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:03.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:03.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335806395,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-05-30T00:53:03.966Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:03.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:03.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "clamp",
  "timestamp": 1622335799811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:03.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:03.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:03.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "aai-ml",
  "timestamp": 1622335806667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:53:03.967Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:03.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:03.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "policy-id",
  "timestamp": 1622335806672,
  "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-30T00:53:03.972Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4
2021-05-30T00:53:03.972Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4 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-30T00:53:03.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:03.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335806091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:03.980Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:03.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:03.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "dcae-sch",
  "timestamp": 1622335799603,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:03.981Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:03.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:03.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335807397,
  "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-30T00:53:03.985Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4
2021-05-30T00:53:03.986Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4 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-30T00:53:03.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:03.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "clamp",
  "timestamp": 1622335799811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:03.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:03.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:03.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "aai-ml",
  "timestamp": 1622335807670,
  "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-30T00:53:03.999Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4
2021-05-30T00:53:03.999Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4 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-30T00:53:04.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.007Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335806091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.008Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "dcae-sch",
  "timestamp": 1622335799603,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.008Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "clamp",
  "timestamp": 1622335799811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:53:04.008Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335806091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.009Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335806091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.009Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335806091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.009Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335806091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.010Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335806091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.010Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335806091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.010Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335806091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:53:04.011Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335817208,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:53:04.011Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:04.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335818879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:53:04.011Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:04.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "clamp",
  "timestamp": 1622335819666,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:53:04.012Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:04.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335819883,
  "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-30T00:53:04.016Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4
2021-05-30T00:53:04.016Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4 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-30T00:53:04.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "clamp",
  "timestamp": 1622335821674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:53:04.023Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:04.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "clamp",
  "timestamp": 1622335822676,
  "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-30T00:53:04.027Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4
2021-05-30T00:53:04.027Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4 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-30T00:53:04.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335828486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335835387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335827392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "clamp",
  "timestamp": 1622335829811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "policy-id",
  "timestamp": 1622335834864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335836091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335828486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-30T00:53:04.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335835387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335827392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-30T00:53:04.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "clamp",
  "timestamp": 1622335829811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "policy-id",
  "timestamp": 1622335834864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335836091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335837116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "cds",
  "timestamp": 1622335837688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335835387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335827392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-30T00:53:04.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335828486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-30T00:53:04.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "clamp",
  "timestamp": 1622335829811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "policy-id",
  "timestamp": 1622335834864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335836091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335837116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-30T00:53:04.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "cds",
  "timestamp": 1622335837688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335827392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:53:04.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335828486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:53:04.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335835387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "clamp",
  "timestamp": 1622335829811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:53:04.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "policy-id",
  "timestamp": 1622335834864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335836091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335837116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-30T00:53:04.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "dcae-sch",
  "timestamp": 1622335839603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "cds",
  "timestamp": 1622335837688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335828486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:53:04.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335835387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335827392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:53:04.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "clamp",
  "timestamp": 1622335829811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "policy-id",
  "timestamp": 1622335834864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:53:04.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335836091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335837116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:53:04.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "dcae-sch",
  "timestamp": 1622335839603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "cds",
  "timestamp": 1622335837688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335827392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335835387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335828486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "clamp",
  "timestamp": 1622335829811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "policy-id",
  "timestamp": 1622335834864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335836091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335837116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:53:04.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "dcae-sch",
  "timestamp": 1622335839603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "cds",
  "timestamp": 1622335837688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8276e4d7-0580-407e-86da-0984df4b2b50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335842371,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-30T00:53:04.050Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:04.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335827392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-30T00:53:04.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335828486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-30T00:53:04.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335835387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "clamp",
  "timestamp": 1622335829811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "policy-id",
  "timestamp": 1622335834864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335836091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335837116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.052Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "dcae-sch",
  "timestamp": 1622335839603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.052Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.052Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "cds",
  "timestamp": 1622335837688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.052Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.052Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335828486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.052Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.053Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335835387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.053Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.053Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.053Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335827392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.053Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.053Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.053Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "clamp",
  "timestamp": 1622335829811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.053Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.053Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.053Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "policy-id",
  "timestamp": 1622335834864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.053Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335836091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.054Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335837116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-30T00:53:04.054Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "dcae-sch",
  "timestamp": 1622335839603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.054Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "cds",
  "timestamp": 1622335837688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.054Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335827392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:53:04.055Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335828486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:53:04.055Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622335835387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.055Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "clamp",
  "timestamp": 1622335829811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:53:04.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "policy-id",
  "timestamp": 1622335834864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:53:04.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335836091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:53:04.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335837116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "dcae-sch",
  "timestamp": 1622335839603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "cds",
  "timestamp": 1622335837688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335837116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:53:04.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "policy-id",
  "timestamp": 1622335846083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:53:04.057Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:04.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335846171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:53:04.058Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:04.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335846174,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:53:04.058Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:04.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "dcae-sch",
  "timestamp": 1622335839603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "aai-ml",
  "timestamp": 1622335845583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "cds",
  "timestamp": 1622335837688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:53:04.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335846460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:53:04.059Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:04.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "policy-id",
  "timestamp": 1622335847086,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:53:04.059Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:04.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "aai-ml",
  "timestamp": 1622335845583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "dcae-sch",
  "timestamp": 1622335839603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335847361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:53:04.060Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:04.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "policy-id",
  "timestamp": 1622335848089,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-30T00:53:04.072Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10096ab9-e8ed-4e4e-ab18-566bcb36fe81
2021-05-30T00:53:04.072Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10096ab9-e8ed-4e4e-ab18-566bcb36fe81 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-30T00:53:04.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "aai-ml",
  "timestamp": 1622335845583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "dcae-sch",
  "timestamp": 1622335839603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335848386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:53:04.080Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:04.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335848405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:53:04.080Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:04.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:53:04.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335849054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:53:04.081Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:04.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "aai-ml",
  "timestamp": 1622335845583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "cds",
  "timestamp": 1622335849304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:53:04.081Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:04.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622335849390,
  "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-30T00:53:04.085Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 10096ab9-e8ed-4e4e-ab18-566bcb36fe81
2021-05-30T00:53:04.085Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10096ab9-e8ed-4e4e-ab18-566bcb36fe81 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-30T00:53:04.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:53:04.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "aai-ml",
  "timestamp": 1622335845583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "cds",
  "timestamp": 1622335850310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-30T00:53:04.096Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 10096ab9-e8ed-4e4e-ab18-566bcb36fe81
2021-05-30T00:53:04.096Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10096ab9-e8ed-4e4e-ab18-566bcb36fe81 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-30T00:53:04.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335851109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:53:04.105Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:04.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335851212,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:53:04.105Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:04.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "aai-ml",
  "timestamp": 1622335845583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335851409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:53:04.105Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:04.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-30T00:53:04.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "aai-ml",
  "timestamp": 1622335845583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "aai-ml",
  "timestamp": 1622335845583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335853407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:53:04.106Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:04.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335853609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:53:04.106Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:04.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "clamp",
  "timestamp": 1622335853671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:53:04.106Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:04.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:04.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335853801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:53:04.106Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:04.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "aai-ml",
  "timestamp": 1622335845583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:53:04.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335854614,
  "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-30T00:53:04.110Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10096ab9-e8ed-4e4e-ab18-566bcb36fe81
2021-05-30T00:53:04.110Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10096ab9-e8ed-4e4e-ab18-566bcb36fe81 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-30T00:53:04.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:53:04.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:53:04.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335854836,
  "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-30T00:53:04.119Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10096ab9-e8ed-4e4e-ab18-566bcb36fe81
2021-05-30T00:53:04.120Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10096ab9-e8ed-4e4e-ab18-566bcb36fe81 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-30T00:53:04.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622335855617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-30T00:53:04.125Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:04.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "clamp",
  "timestamp": 1622335855678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:53:04.125Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:04.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622335855839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-30T00:53:04.125Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:04.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335856403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:53:04.125Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:04.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "clamp",
  "timestamp": 1622335856680,
  "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-30T00:53:04.129Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 10096ab9-e8ed-4e4e-ab18-566bcb36fe81
2021-05-30T00:53:04.129Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10096ab9-e8ed-4e4e-ab18-566bcb36fe81 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-30T00:53:04.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335857212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:53:04.137Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:04.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "aai-ml",
  "timestamp": 1622335857210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:53:04.138Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:04.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335857405,
  "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-30T00:53:04.142Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10096ab9-e8ed-4e4e-ab18-566bcb36fe81
2021-05-30T00:53:04.142Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10096ab9-e8ed-4e4e-ab18-566bcb36fe81 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-30T00:53:04.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622335858408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-30T00:53:04.148Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:04.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335859774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:53:04.148Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:04.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335861284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:53:04.148Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:04.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:53:04.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335863066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:53:04.148Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:53:22.449Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T00:53:22.457Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4
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-30T00:53:22.459Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:53:22.459Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-30T00:53:22.459Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-30T00:53:22.459Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-30T00:53:22.459Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:53:22.459Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:53:22.459Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:53:22.459Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:53:22.459Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:53:22.459Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:53:22.459Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:53:22.459Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||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-30T00:53:22.463Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-30T00:53:52.463Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4 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-30T00:53:52.469Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4 and serviceModelVersionId: e3b872a7-8134-43ae-8fe7-d7ca178f4ce0
2021-05-30T00:53:52.469Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3f00daf1-659c-450a-be27-889bb164e0d9
2021-05-30T00:53:52.469Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3f00daf1-659c-450a-be27-889bb164e0d9/model-vers/model-ver/e3b872a7-8134-43ae-8fe7-d7ca178f4ce0?depth=0
2021-05-30T00:53:52.473Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-05-30T00:53:52.501Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3f00daf1-659c-450a-be27-889bb164e0d9/model-vers/model-ver/e3b872a7-8134-43ae-8fe7-d7ca178f4ce0?depth=0|INFO|500||Invoke
2021-05-30T00:53:52.501Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3f00daf1-659c-450a-be27-889bb164e0d9/model-vers/model-ver/e3b872a7-8134-43ae-8fe7-d7ca178f4ce0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3f00daf1-659c-450a-be27-889bb164e0d9/model-vers/model-ver/e3b872a7-8134-43ae-8fe7-d7ca178f4ce0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ebac98d6-e578-4923-982e-ae532cb8dbd1], X-ECOMP-RequestID=[a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4], X-TransactionId=[], X-ONAP-RequestID=[a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4], Content-Type=[application/merge-patch+json]}
2021-05-30T00:53:52.516Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3f00daf1-659c-450a-be27-889bb164e0d9/model-vers/model-ver/e3b872a7-8134-43ae-8fe7-d7ca178f4ce0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-30T00:53:52.802Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3f00daf1-659c-450a-be27-889bb164e0d9/model-vers/model-ver/e3b872a7-8134-43ae-8fe7-d7ca178f4ce0?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/3f00daf1-659c-450a-be27-889bb164e0d9/model-vers/model-ver/e3b872a7-8134-43ae-8fe7-d7ca178f4ce0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210530-00:53:52:518-53401], vertex-id=[208944], Content-Length=[0], Date=[Sun, 30 May 2021 00:53:52 GMT], Content-Type=[application/json]}
2021-05-30T00:53:52.803Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3f00daf1-659c-450a-be27-889bb164e0d9/model-vers/model-ver/e3b872a7-8134-43ae-8fe7-d7ca178f4ce0?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-30T00:53:52.804Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3f00daf1-659c-450a-be27-889bb164e0d9/model-vers/model-ver/e3b872a7-8134-43ae-8fe7-d7ca178f4ce0?depth=0|INFO|500||InvokeReturn
2021-05-30T00:53:52.804Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-30T00:53:52.804Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||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-30T00:53:52.807Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||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-30T00:53:52.808Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-30T00:53:52.808Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-30T00:53:52.808Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:53:52.810Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:53:52.810Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622336032808,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-30T00:53:52.910Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:53:52.911Z||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-30T00:53:52.911Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:53:52.922Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:53:52.923Z||pool-112-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-30T00:53:53.821Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-30T00:53:53.821Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"10096ab9-e8ed-4e4e-ab18-566bcb36fe81","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"5ae814a2-eb00-4124-99e0-a19e0a6d83d1","serviceDescription":"service","serviceInvariantUUID":"2da94301-0a37-4f41-b23d-a9856ff51a7b","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"db2adbf0-9295-47df-8253-2dd22aace616","resourceInvariantUUID":"ef7dadf5-2b7d-400b-b7df-e9d7aac92377","resourceCustomizationUUID":"553df914-2ee6-4b83-a680-8e174d1e4037","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":"MDkxZDM3YzNkMGM4Mjk0Y2E2ZGZjMzE3N2ZmZTQ0NGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f0627d5a-caa9-4568-bb76-b8230be2d2a1","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":"4ccf3acd-cb9b-48ad-815e-3c6dbb0fc9c4","artifactVersion":"2","generatedFromUUID":"f920eef1-9cc1-4795-9c2a-24a5bc3213be"},{"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":"f920eef1-9cc1-4795-9c2a-24a5bc3213be","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":"MmM2NjliNWI3ODI0MTg0MDFjMDYyYjMwODdkMjUxYmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b4972fca-294d-46a1-9d98-91076f94334f","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":"c283c0f0-9c4b-440f-802b-416478887752","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":"20fcc728-6c3e-4765-a1c2-a04f019afad7","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":"cd9c57c9-dfac-4d5d-8e23-ebf3dce777d9","artifactVersion":"2","generatedFromUUID":"c283c0f0-9c4b-440f-802b-416478887752"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NzM2OGUyMjU4NDc4YjkzZDk5M2FhMDAyODU4ZGFiZTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d0c89579-60d9-46da-861b-49623b473040","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NzU0NzMxNGZiOTAzNjMxMzE4OTE4MWE3OGZhZmVjODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dedccef8-06c0-4990-bd6a-08feba6d1505","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-30T00:53:53.822Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:53:53.822Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:53:53.824Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:53:53.824Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:53.924Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:53:53.924Z||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-30T00:53:53.924Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:53:53.934Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:53:53.934Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:53:54.825Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:53:54.825Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:53:54.827Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:53:54.827Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-30T00:53:54.927Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:53:54.927Z||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-30T00:53:54.927Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:53:54.935Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:53:54.935Z||pool-114-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:53:55.827Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:53:55.828Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:53:55.830Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:53:55.830Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-30T00:53:55.930Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:53:55.930Z||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-30T00:53:55.931Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:53:55.940Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:53:55.940Z||pool-115-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:53:56.830Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:53:56.831Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:53:56.833Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:53:56.833Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:53:56.933Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:53:56.933Z||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-30T00:53:56.933Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:53:56.942Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:53:56.942Z||pool-116-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:53:57.833Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:53:57.834Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:53:57.835Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:53:57.835Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:53:57.935Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:53:57.936Z||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-30T00:53:57.936Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:53:57.944Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:53:57.944Z||pool-117-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-05-30T00:53:58.836Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:53:58.836Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:53:58.838Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:53:58.838Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:53:58.938Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:53:58.938Z||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-30T00:53:58.939Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:53:58.948Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:53:58.948Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:53:59.838Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:53:59.839Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:53:59.840Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:53:59.840Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-30T00:53:59.941Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:53:59.941Z||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-30T00:53:59.941Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:53:59.950Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:53:59.951Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:54:00.841Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:54:00.842Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:54:00.843Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:54:00.843Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:54:00.943Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:54:00.944Z||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-30T00:54:00.944Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:54:00.953Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:54:00.953Z||pool-120-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:54:01.844Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-30T00:54:01.844Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:54:01.846Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:54:01.846Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:54:01.946Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:54:01.947Z||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-30T00:54:01.947Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:54:01.956Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:54:01.956Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:54:02.847Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "5ae814a2-eb00-4124-99e0-a19e0a6d83d1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2da94301-0a37-4f41-b23d-a9856ff51a7b",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "553df914-2ee6-4b83-a680-8e174d1e4037",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "db2adbf0-9295-47df-8253-2dd22aace616",
      "resourceInvariantUUID": "ef7dadf5-2b7d-400b-b7df-e9d7aac92377",
      "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": "4ccf3acd-cb9b-48ad-815e-3c6dbb0fc9c4",
          "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": "f920eef1-9cc1-4795-9c2a-24a5bc3213be",
          "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": "MmM2NjliNWI3ODI0MTg0MDFjMDYyYjMwODdkMjUxYmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b4972fca-294d-46a1-9d98-91076f94334f",
          "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": "c283c0f0-9c4b-440f-802b-416478887752",
          "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": "cd9c57c9-dfac-4d5d-8e23-ebf3dce777d9",
            "generatedFromUUID": "c283c0f0-9c4b-440f-802b-416478887752"
          },
          "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": "cd9c57c9-dfac-4d5d-8e23-ebf3dce777d9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NzU0NzMxNGZiOTAzNjMxMzE4OTE4MWE3OGZhZmVjODI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dedccef8-06c0-4990-bd6a-08feba6d1505"
    }
  ],
  "workloadContext": "Production"
}
2021-05-30T00:54:02.847Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-30T00:54:02.848Z|a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5ae814a2-eb00-4124-99e0-a19e0a6d83d1 ASDC
2021-05-30T00:54:02.848Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:10096ab9-e8ed-4e4e-ab18-566bcb36fe81
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:5ae814a2-eb00-4124-99e0-a19e0a6d83d1
ServiceInvariantUUID:2da94301-0a37-4f41-b23d-a9856ff51a7b
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:dedccef8-06c0-4990-bd6a-08feba6d1505
ArtifactChecksum:NzU0NzMxNGZiOTAzNjMxMzE4OTE4MWE3OGZhZmVjODI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:553df914-2ee6-4b83-a680-8e174d1e4037
ResourceInvariantUUID:ef7dadf5-2b7d-400b-b7df-e9d7aac92377
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:db2adbf0-9295-47df-8253-2dd22aace616
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:4ccf3acd-cb9b-48ad-815e-3c6dbb0fc9c4
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:f920eef1-9cc1-4795-9c2a-24a5bc3213be
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:b4972fca-294d-46a1-9d98-91076f94334f
ArtifactChecksum:MmM2NjliNWI3ODI0MTg0MDFjMDYyYjMwODdkMjUxYmM=
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:c283c0f0-9c4b-440f-802b-416478887752
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:cd9c57c9-dfac-4d5d-8e23-ebf3dce777d9
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:cd9c57c9-dfac-4d5d-8e23-ebf3dce777d9
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-30T00:54:02.848Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5ae814a2-eb00-4124-99e0-a19e0a6d83d1 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-30T00:54:02.868Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-30T00:54:02.869Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:54:02.869Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:54:02.869Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: dedccef8-06c0-4990-bd6a-08feba6d1505 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-05-30T00:54:02.869Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:54:02.869Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-05-30T00:54:03.360Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:54:03.363Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar dedccef8-06c0-4990-bd6a-08feba6d1505 71170
2021-05-30T00:54:03.363Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:03.363Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:03.363Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:54:03.363Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:54:03.364Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:54:03.365Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622336043363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:54:03.465Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:54:03.465Z||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-30T00:54:03.466Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:54:03.475Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:54:03.475Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:54:03.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:54:03.920Z||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-30T00:54:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:54:03.937Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:54:03.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:54:03.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "aai-ml",
  "timestamp": 1622335863868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:54:03.938Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:54:03.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:54:03.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335864147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-30T00:54:03.938Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:54:03.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:54:03.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "aai-ml",
  "timestamp": 1622335864872,
  "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-30T00:54:03.943Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 10096ab9-e8ed-4e4e-ab18-566bcb36fe81
2021-05-30T00:54:03.943Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10096ab9-e8ed-4e4e-ab18-566bcb36fe81 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-30T00:54:03.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:54:03.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335865150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-05-30T00:54:03.949Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:54:03.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:54:03.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335866152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-05-30T00:54:03.949Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:54:03.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:54:03.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335867155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:54:03.949Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:54:03.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:54:03.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e66727-97fb-43bf-8ff6-009b933c196a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335898393,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-30T00:54:03.949Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:54:03.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:54:03.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:54:03.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:54:03.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:54:03.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:54:03.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:54:03.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:54:03.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:54:03.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:54:03.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:54:03.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:54:03.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:54:03.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:54:03.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:54:03.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:54:03.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:54:03.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:54:03.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:54:03.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:54:03.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:54:03.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:54:03.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:54:03.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:54:03.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:54:03.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:54:03.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:54:03.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:54:03.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:54:03.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335909722,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:54:03.951Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:54:03.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-30T00:54:03.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335911415,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:54:03.951Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:54:04.365Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-30T00:54:04.366Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-30T00:54:04.366Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: dedccef8-06c0-4990-bd6a-08feba6d1505, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-30T00:54:04.366Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-05-30T00:54:04.367Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-30T00:54:04.367Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-30T00:54:04.456Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16158334813810295202/Definitions/service-BasicCnf-template.yml
2021-05-30T00:54:05.269Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-30T00:54:05.269Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-30T00:54:05.269Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-30T00:54:05.270Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-05-30T00:54:05.270Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:05.270Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:05.270Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:05.270Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:05.270Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:05.270Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-30T00:54:05.270Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:54:05.270Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:54:05.270Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-30T00:54:05.270Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-30T00:54:05.270Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-30T00:54:05.271Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:54:05.271Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:54:05.271Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-30T00:54:05.271Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-30T00:54:05.271Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-30T00:54:05.271Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:54:05.271Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:54:05.271Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:54:05.271Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-05-30T00:54:05.271Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-05-30T00:54:05.271Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2021-05-30T00:54:05.271Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-30T00:54:05.271Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:54:05.272Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-30T00:54:05.272Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:54:05.272Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-30T00:54:05.272Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:54:05.272Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:54:05.272Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-30T00:54:05.272Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:54:05.272Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:54:05.272Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-30T00:54:05.272Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:54:05.272Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:54:05.273Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-05-30T00:54:05.273Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-05-30T00:54:05.273Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5449e0d0-739b-41e7-9fa3-944673a1ede8
2021-05-30T00:54:05.273Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:54:05.273Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:54:05.273Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:54:05.273Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:54:05.273Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:54:05.273Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:54:05.273Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:54:05.273Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:54:05.273Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:5ae814a2-eb00-4124-99e0-a19e0a6d83d1
Model Version:NULL
Model InvariantUuid:2da94301-0a37-4f41-b23d-a9856ff51a7b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:9bf07eb9-eab3-4aeb-8679-e2232a46c07d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ef7dadf5-2b7d-400b-b7df-e9d7aac92377
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:553df914-2ee6-4b83-a680-8e174d1e4037
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7ef06f84-ad1f-4f56-96b0-66d5e002b0ea
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:e82e25b1-7225-4985-b875-8cc4c16749b5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5449e0d0-739b-41e7-9fa3-944673a1ede8
ModelInvariantUuid:6f48bdaf-11a6-4954-868f-32754a2f5992
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:0297f188-a431-4a59-b27b-d8ebdcb870b8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:184fbcc5-79e1-4805-ac4c-3df23705b257
ModelInvariantUuid:8768dfc4-805b-438b-b46d-ce8a5c24039c
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:ac054a2c-781a-499b-83dc-b8ac3ac0dd49
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-30T00:54:05.277Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: db2adbf0-9295-47df-8253-2dd22aace616
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-30T00:54:05.279Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||basic_cnf 0
2021-05-30T00:54:05.279Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: db2adbf0-9295-47df-8253-2dd22aace616
2021-05-30T00:54:05.279Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4ccf3acd-cb9b-48ad-815e-3c6dbb0fc9c4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-05-30T00:54:05.279Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:54:05.279Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:05.854Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:54:05.854Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 4ccf3acd-cb9b-48ad-815e-3c6dbb0fc9c4 12
2021-05-30T00:54:05.854Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:05.854Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:05.854Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:54:05.855Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:54:05.856Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:54:05.856Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622336045854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:54:05.956Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:54:05.957Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:54:05.957Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:54:05.966Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:54:05.967Z||pool-123-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-30T00:54:06.856Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f920eef1-9cc1-4795-9c2a-24a5bc3213be from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-05-30T00:54:06.857Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:54:06.857Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:07.386Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:54:07.386Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz f920eef1-9cc1-4795-9c2a-24a5bc3213be 2688
2021-05-30T00:54:07.387Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:07.387Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:07.387Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:54:07.387Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:54:07.388Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:54:07.388Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622336047387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:54:07.489Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:54:07.489Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:54:07.489Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:54:07.499Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:54:07.499Z||pool-124-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:54:08.390Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b4972fca-294d-46a1-9d98-91076f94334f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-05-30T00:54:08.390Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:54:08.390Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:10.106Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:54:10.107Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b4972fca-294d-46a1-9d98-91076f94334f 828
2021-05-30T00:54:10.107Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:10.107Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:10.107Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:54:10.107Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:54:10.108Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:54:10.108Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622336050107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:54:10.208Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:54:10.209Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:54:10.209Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:54:10.218Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:54:10.218Z||pool-125-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:54:11.109Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "7ef06f84-ad1f-4f56-96b0-66d5e002b0ea",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e82e25b1-7225-4985-b875-8cc4c16749b5",
    "vfModuleModelCustomizationUUID": "3be457d7-2b8b-4ea8-82d2-a9362037437d",
    "isBase": true,
    "artifacts": [
      "c283c0f0-9c4b-440f-802b-416478887752",
      "f920eef1-9cc1-4795-9c2a-24a5bc3213be",
      "cd9c57c9-dfac-4d5d-8e23-ebf3dce777d9"
    ],
    "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-30T00:54:11.111Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e82e25b1-7225-4985-b875-8cc4c16749b5
VfModuleModelInvariantUUID:7ef06f84-ad1f-4f56-96b0-66d5e002b0ea
VfModuleModelDescription:NULL
Artifacts UUID List:{
c283c0f0-9c4b-440f-802b-416478887752
,
f920eef1-9cc1-4795-9c2a-24a5bc3213be
,
cd9c57c9-dfac-4d5d-8e23-ebf3dce777d9

}
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-30T00:54:11.112Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "7ef06f84-ad1f-4f56-96b0-66d5e002b0ea",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e82e25b1-7225-4985-b875-8cc4c16749b5",
    "vfModuleModelCustomizationUUID": "3be457d7-2b8b-4ea8-82d2-a9362037437d",
    "isBase": true,
    "artifacts": [
      "c283c0f0-9c4b-440f-802b-416478887752",
      "f920eef1-9cc1-4795-9c2a-24a5bc3213be",
      "cd9c57c9-dfac-4d5d-8e23-ebf3dce777d9"
    ],
    "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-30T00:54:11.113Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e82e25b1-7225-4985-b875-8cc4c16749b5
VfModuleModelInvariantUUID:7ef06f84-ad1f-4f56-96b0-66d5e002b0ea
VfModuleModelDescription:NULL
Artifacts UUID List:{
c283c0f0-9c4b-440f-802b-416478887752
,
f920eef1-9cc1-4795-9c2a-24a5bc3213be
,
cd9c57c9-dfac-4d5d-8e23-ebf3dce777d9

}
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-30T00:54:11.113Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c283c0f0-9c4b-440f-802b-416478887752 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-05-30T00:54:11.113Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:54:11.113Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:11.905Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:54:11.905Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml c283c0f0-9c4b-440f-802b-416478887752 1164
2021-05-30T00:54:11.905Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:11.905Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:11.905Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:54:11.905Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:54:11.906Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:54:11.906Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622336051905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:54:12.007Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:54:12.007Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:54:12.007Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:54:12.017Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:54:12.017Z||pool-126-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:54:12.907Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cd9c57c9-dfac-4d5d-8e23-ebf3dce777d9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-05-30T00:54:12.908Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-30T00:54:12.908Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:13.714Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-30T00:54:13.714Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env cd9c57c9-dfac-4d5d-8e23-ebf3dce777d9 200
2021-05-30T00:54:13.714Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:13.714Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:13.715Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-30T00:54:13.715Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:54:13.716Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:54:13.716Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622336053714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:54:13.816Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:54:13.817Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:54:13.817Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:54:13.825Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:54:13.826Z||pool-127-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:54:14.716Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 5ae814a2-eb00-4124-99e0-a19e0a6d83d1
2021-05-30T00:54:14.717Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 db2adbf0-9295-47df-8253-2dd22aace616 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 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=?
2021-05-30T00:54:14.728Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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 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-30T00:54:14.731Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:54:14.732Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:54:14.732Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-05-30T00:54:14.732Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 553df914-2ee6-4b83-a680-8e174d1e4037
2021-05-30T00:54:14.732Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 553df914-2ee6-4b83-a680-8e174d1e4037 matches Tosca VF Customization UUID: 553df914-2ee6-4b83-a680-8e174d1e4037
2021-05-30T00:54:14.732Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 553df914-2ee6-4b83-a680-8e174d1e4037  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-30T00:54:14.733Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:54:14.733Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:54:14.734Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 553df914-2ee6-4b83-a680-8e174d1e4037: {\"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-30T00:54:14.734Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3c1eb5e
2021-05-30T00:54:14.734Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:54:14.734Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-30T00:54:14.734Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3be457d7-2b8b-4ea8-82d2-a9362037437d
2021-05-30T00:54:14.734Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3be457d7-2b8b-4ea8-82d2-a9362037437d
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-30T00:54:14.736Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:54:14.736Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-30T00:54:14.736Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:54:14.736Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:54:14.736Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-30T00:54:14.736Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:54:14.736Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:54:14.736Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-05-30T00:54:14.737Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-05-30T00:54:14.737Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5449e0d0-739b-41e7-9fa3-944673a1ede8
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-30T00:54:14.738Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:54:14.738Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-30T00:54:14.738Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-30T00:54:14.739Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:54:14.739Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-30T00:54:14.739Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=553df914-2ee6-4b83-a680-8e174d1e4037
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-30T00:54:14.740Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:54:14.740Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:54:14.740Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 5ae814a2-eb00-4124-99e0-a19e0a6d83d1: basic_cnf
2021-05-30T00:54:14.740Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:54:14.740Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:54:14.740Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:54:14.740Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:54:14.740Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:54:14.741Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:54:14.741Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:54:14.741Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:54:14.741Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-30T00:54:14.741Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-30T00:54:14.741Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:14.807Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf db2adbf0-9295-47df-8253-2dd22aace616 1 ASDC deployResourceStructure
2021-05-30T00:54:14.807Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:14.807Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:14.807Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-05-30T00:54:14.808Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:54:14.809Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:54:14.809Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622336054807,
  "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-30T00:54:14.909Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:54:14.910Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:54:14.910Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:54:14.920Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:54:14.920Z||pool-128-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:54:15.810Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:15.810Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:15.810Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-05-30T00:54:15.811Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:54:15.812Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:54:15.812Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622336055810,
  "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-30T00:54:15.913Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:54:15.913Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:54:15.913Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:54:15.923Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:54:15.923Z||pool-129-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:54:16.813Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:16.814Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:16.814Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:54:16.814Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:54:16.816Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:54:16.816Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622336056813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-30T00:54:16.916Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:54:16.917Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:54:16.917Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:54:16.927Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:54:16.927Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-30T00:54:17.817Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:17.817Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:17.817Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:54:17.817Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:54:17.819Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:54:17.819Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622336057817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-05-30T00:54:17.919Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:54:17.919Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:54:17.919Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:54:17.929Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:54:17.929Z||pool-131-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:54:18.819Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:18.820Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:18.820Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:54:18.821Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:54:18.822Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:54:18.822Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622336058819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-05-30T00:54:18.922Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:54:18.923Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:54:18.923Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:54:18.931Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:54:18.932Z||pool-132-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:54:19.823Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:19.823Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:19.823Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-30T00:54:19.823Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:54:19.825Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:54:19.825Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622336059823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:54:19.925Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-30T00:54:19.925Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:54:19.925Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:54:19.935Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:54:19.935Z||pool-133-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-30T00:54:20.825Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10096ab9-e8ed-4e4e-ab18-566bcb36fe81
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T00:54:20.832Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10096ab9-e8ed-4e4e-ab18-566bcb36fe81
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-30T00:54:20.833Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-30T00:54:20.833Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-30T00:54:20.833Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-30T00:54:20.834Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-30T00:54:20.834Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:54:20.834Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:54:20.834Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:54:20.834Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:54:20.834Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:54:20.834Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-30T00:54:20.834Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:20.837Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-30T00:54:50.837Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10096ab9-e8ed-4e4e-ab18-566bcb36fe81 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-30T00:54:50.843Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10096ab9-e8ed-4e4e-ab18-566bcb36fe81 and serviceModelVersionId: 5ae814a2-eb00-4124-99e0-a19e0a6d83d1
2021-05-30T00:54:50.843Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2da94301-0a37-4f41-b23d-a9856ff51a7b
2021-05-30T00:54:50.843Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2da94301-0a37-4f41-b23d-a9856ff51a7b/model-vers/model-ver/5ae814a2-eb00-4124-99e0-a19e0a6d83d1?depth=0
2021-05-30T00:54:50.846Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-05-30T00:54:50.872Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2da94301-0a37-4f41-b23d-a9856ff51a7b/model-vers/model-ver/5ae814a2-eb00-4124-99e0-a19e0a6d83d1?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-30T00:54:50.873Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2da94301-0a37-4f41-b23d-a9856ff51a7b/model-vers/model-ver/5ae814a2-eb00-4124-99e0-a19e0a6d83d1?depth=0|INFO|500||Invoke
2021-05-30T00:54:50.891Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2da94301-0a37-4f41-b23d-a9856ff51a7b/model-vers/model-ver/5ae814a2-eb00-4124-99e0-a19e0a6d83d1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-30T00:54:51.304Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2da94301-0a37-4f41-b23d-a9856ff51a7b/model-vers/model-ver/5ae814a2-eb00-4124-99e0-a19e0a6d83d1?depth=0|INFO|500||InvokeReturn
2021-05-30T00:54:51.305Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2da94301-0a37-4f41-b23d-a9856ff51a7b/model-vers/model-ver/5ae814a2-eb00-4124-99e0-a19e0a6d83d1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210530-00:54:50:894-52534], vertex-id=[479384], Content-Length=[0], Date=[Sun, 30 May 2021 00:54:50 GMT], Content-Type=[application/json]}
2021-05-30T00:54:51.305Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-05-30T00:54:51.305Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-30T00:54:51.305Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:51.309Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||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-30T00:54:51.309Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10096ab9-e8ed-4e4e-ab18-566bcb36fe81 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-30T00:54:51.309Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-30T00:54:51.309Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-30T00:54:51.311Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-30T00:54:51.311Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622336091309,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-30T00:54:51.411Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-30T00:54:51.411Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-30T00:54:51.411Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TzcnJpuqN6ulS4UR) ...
2021-05-30T00:54:51.431Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:54:51.431Z||pool-134-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-30T00:54:52.321Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:54:52.321Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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-30T00:54:52.321Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:55:02.503Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:55:02.504Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:55:02.504Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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-30T00:55:02.504Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:55:03.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:55:03.920Z||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-30T00:55:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:55:03.940Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:55:03.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-30T00:55:03.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6964d74-48e9-4ce4-a89e-5b8e6b2e3cb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622336032808,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-30T00:55:03.941Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:55:03.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-30T00:55:03.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:55:03.941Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:55:03.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-30T00:55:03.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-30T00:55:03.941Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:55:03.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-30T00:55:03.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-30T00:55:03.942Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:55:03.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-30T00:55:03.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-30T00:55:03.942Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:55:03.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-30T00:55:03.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-30T00:55:03.942Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:55:03.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-30T00:55:03.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:55:03.943Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:55:03.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-30T00:55:03.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-30T00:55:03.943Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:55:03.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-30T00:55:03.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-30T00:55:03.944Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:55:03.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-30T00:55:03.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622335843384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-30T00:55:03.944Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-05-30T00:55:03.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-30T00:55:03.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622336043363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:55:03.944Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:55:12.042Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:55:12.042Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:55:12.043Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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-30T00:55:12.043Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:55:21.579Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:55:21.580Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:55:21.581Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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-30T00:55:21.581Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:55:31.117Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:55:31.117Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:55:31.117Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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-30T00:55:31.117Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:55:40.652Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:55:40.652Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:55:40.653Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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-30T00:55:40.653Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:55:50.188Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:55:50.188Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:55:50.189Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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-30T00:55:50.189Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:55:59.721Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:55:59.722Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:55:59.722Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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-30T00:55:59.722Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:56:03.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:56:03.920Z||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-30T00:56:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:56:04.441Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:56:04.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-30T00:56:04.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622336045854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:56:04.442Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:56:04.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-30T00:56:04.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622336047387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:56:04.442Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:56:04.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-30T00:56:04.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622336050107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:56:04.443Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:56:04.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-30T00:56:04.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622336051905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:56:04.443Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:56:04.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-30T00:56:04.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622336053714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-30T00:56:04.443Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:56:04.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-30T00:56:04.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622336054807,
  "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-30T00:56:04.443Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:56:04.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-30T00:56:04.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622336055810,
  "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-30T00:56:04.444Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:56:04.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-30T00:56:04.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622336056813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-30T00:56:04.444Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:56:04.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-30T00:56:04.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622336057817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-05-30T00:56:04.444Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:56:04.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-30T00:56:04.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622336058819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-05-30T00:56:04.445Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:56:04.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-30T00:56:04.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622336059823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-30T00:56:04.445Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:56:04.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-30T00:56:04.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10096ab9-e8ed-4e4e-ab18-566bcb36fe81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622336091309,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-30T00:56:04.445Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-30T00:56:09.260Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:56:09.260Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:56:09.261Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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-30T00:56:09.261Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:56:18.805Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:56:18.805Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:56:18.806Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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-30T00:56:18.806Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:56:28.341Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:56:28.342Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:56:28.342Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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-30T00:56:28.342Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:56:37.890Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:57:03.918Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:57:03.919Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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-30T00:57:03.919Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:57:03.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:57:03.920Z||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-30T00:57:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:57:13.456Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:57:13.457Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:58:03.918Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:58:03.919Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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-30T00:58:03.919Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:58:03.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:58:03.920Z||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-30T00:58:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:58:13.458Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:58:13.458Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:59:03.918Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:59:03.919Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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-30T00:59:03.919Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:59:03.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T00:59:03.920Z||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-30T00:59:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T00:59:13.479Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T00:59:13.479Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T01:00:03.918Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T01:00:03.919Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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-30T01:00:03.919Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T01:00:03.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T01:00:03.920Z||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-30T01:00:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T01:00:13.463Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T01:00:13.463Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T01:01:03.918Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T01:01:03.919Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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-30T01:01:03.919Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T01:01:03.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T01:01:03.920Z||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-30T01:01:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T01:01:13.475Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T01:01:13.475Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T01:02:03.918Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T01:02:03.919Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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-30T01:02:03.919Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T01:02:03.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T01:02:03.920Z||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-30T01:02:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T01:02:13.457Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T01:02:13.457Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T01:03:03.918Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T01:03:03.919Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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-30T01:03:03.919Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T01:03:03.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T01:03:03.920Z||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-30T01:03:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T01:03:13.456Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T01:03:13.456Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T01:04:03.918Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T01:04:03.919Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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-30T01:04:03.919Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T01:04:03.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T01:04:03.920Z||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-30T01:04:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T01:04:13.461Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T01:04:13.462Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T01:05:03.918Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T01:05:03.919Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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-30T01:05:03.919Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T01:05:03.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T01:05:03.920Z||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-30T01:05:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T01:05:13.460Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T01:05:13.461Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T01:06:03.918Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T01:06:03.919Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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-30T01:06:03.919Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T01:06:03.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T01:06:03.920Z||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-30T01:06:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T01:06:13.460Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T01:06:13.460Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T01:07:03.918Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T01:07:03.919Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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-30T01:07:03.919Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T01:07:03.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T01:07:03.920Z||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-30T01:07:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T01:07:13.456Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T01:07:13.456Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T01:08:03.918Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T01:08:03.919Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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-30T01:08:03.919Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|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 TzcnJpuqN6ulS4UR) ...
2021-05-30T01:08:03.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-30T01:08:03.920Z||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-30T01:08:03.920Z||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 TzcnJpuqN6ulS4UR) ...
2021-05-30T01:08:13.472Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-30T01:08:13.473Z|10096ab9-e8ed-4e4e-ab18-566bcb36fe81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK