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-04-20T04:18:40.945Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-r96tv with PID 15 (/app/app.jar started by so in /app)
2021-04-20T04:18:40.950Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-04-20T04:18:40.950Z||main|||||INFO|500||The following profiles are active: basic
2021-04-20T04:18:47.777Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-20T04:18:47.778Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-04-20T04:18:47.864Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-20T04:18:49.345Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-20T04:18:49.500Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-20T04:18:49.825Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-20T04:18:49.833Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-20T04:18:49.917Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-04-20T04:18:50.057Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-04-20T04:18:50.445Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-04-20T04:18:51.072Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-20T04:18:53.218Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-20T04:18:53.259Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-04-20T04:18:53.557Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-20T04:18:53.732Z||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-04-20T04:18:54.916Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-20T04:18:55.836Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-04-20T04:18:55.856Z||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$$b0e3405.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-04-20T04:18:55.856Z||main|||||WARN|500||The sdc end point is not alive
2021-04-20T04:18:58.138Z||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-04-20T04:19:00.467Z||main|||||WARN|500||---
2021-04-20T04:19:00.468Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-04-20T04:19:00.468Z||main|||||WARN|500||---
2021-04-20T04:19:00.845Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-20T04:19:04.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-20T04:19:04.074Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-20T04:19:04.075Z||main|||||INFO|500||Started Application in 25.192 seconds (JVM running for 26.307)
2021-04-20T04:19:04.086Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-20T04:19:04.131Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-20T04:19:04.220Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a83837b2-c4cf-4fbe-99f8-646196b1676c url= /sdc/v1/artifactTypes
2021-04-20T04:19:04.221Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-20T04:19:05.334Z||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.53.14] 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-04-20T04:19:05.341Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@243599b
2021-04-20T04:19:05.341Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-20T04:19:05.352Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-20T04:19:05.354Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-20T04:19:05.356Z||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-04-20T04:19:54.067Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-20T04:19:54.068Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-20T04:19:54.068Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-20T04:19:54.072Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-20T04:19:54.079Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b2b15ad3-b31c-406e-badf-e4d44174e2f1 url= /sdc/v1/artifactTypes
2021-04-20T04:19:54.079Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-20T04:19:55.126Z||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.53.14] 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-04-20T04:19:55.127Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7b1a6fef
2021-04-20T04:19:55.127Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-20T04:19:55.127Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-20T04:19:55.127Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-20T04:19:55.128Z||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-04-20T04:20:44.067Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-20T04:20:44.068Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-20T04:20:44.068Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-20T04:20:44.073Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-20T04:20:44.078Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6659c4c9-62a4-493c-a643-131cddd438e2 url= /sdc/v1/artifactTypes
2021-04-20T04:20:44.078Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-20T04:20:45.110Z||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.53.14] 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-04-20T04:20:45.110Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@48bdb95f
2021-04-20T04:20:45.111Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-20T04:20:45.111Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-20T04:20:45.111Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-20T04:20:45.112Z||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-04-20T04:21:34.067Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-20T04:21:34.068Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-20T04:21:34.068Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-20T04:21:34.070Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-20T04:21:34.076Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9a2ec469-0e13-44f1-9b68-05c482bb2890 url= /sdc/v1/artifactTypes
2021-04-20T04:21:34.076Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-20T04:21:35.094Z||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.53.14] 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-04-20T04:21:35.095Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2bfb0762
2021-04-20T04:21:35.095Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-20T04:21:35.095Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-20T04:21:35.095Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-20T04:21:35.096Z||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-04-20T04:22:24.070Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-20T04:22:24.071Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-20T04:22:24.071Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-20T04:22:24.074Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-20T04:22:24.079Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b68b62ba-018f-4248-a64b-bf64ae9a507a url= /sdc/v1/artifactTypes
2021-04-20T04:22:24.079Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-20T04:22:25.108Z||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.53.14] 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-04-20T04:22:25.109Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6d1980f5
2021-04-20T04:22:25.109Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-20T04:22:25.109Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-20T04:22:25.109Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-20T04:22:25.110Z||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-04-20T04:23:14.067Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-20T04:23:14.068Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-20T04:23:14.068Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-20T04:23:14.073Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-20T04:23:14.081Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4eef978d-a466-4242-be13-261547c9db9a url= /sdc/v1/artifactTypes
2021-04-20T04:23:14.082Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-20T04:23:15.126Z||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.53.14] 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-04-20T04:23:15.127Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3902cea4
2021-04-20T04:23:15.127Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-20T04:23:15.128Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-20T04:23:15.128Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-20T04:23:15.128Z||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-04-20T04:24:04.067Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-20T04:24:04.068Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-20T04:24:04.069Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-20T04:24:04.074Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-20T04:24:04.079Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 71475734-596e-49cf-9a10-ff94a4bad87e url= /sdc/v1/artifactTypes
2021-04-20T04:24:04.079Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-20T04:24:05.114Z||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.53.14] 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-04-20T04:24:05.115Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7537ee7b
2021-04-20T04:24:05.115Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-20T04:24:05.115Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-20T04:24:05.116Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-20T04:24:05.116Z||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-04-20T04:24:54.067Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-20T04:24:54.067Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-20T04:24:54.067Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-20T04:24:54.071Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-20T04:24:54.076Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0dc4e33a-5647-415f-95af-df02cc993c22 url= /sdc/v1/artifactTypes
2021-04-20T04:24:54.077Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-20T04:24:55.126Z||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.53.14] 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-04-20T04:24:55.126Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@fae0bf1
2021-04-20T04:24:55.127Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-20T04:24:55.127Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-20T04:24:55.127Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-20T04:24:55.128Z||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-04-20T04:25:44.067Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-20T04:25:44.068Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-20T04:25:44.068Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-20T04:25:44.071Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-20T04:25:44.077Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 66ba538d-c34a-41ac-9bad-9a89f1d7b828 url= /sdc/v1/artifactTypes
2021-04-20T04:25:44.077Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-20T04:25:45.108Z||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.53.14] 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-04-20T04:25:45.109Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d7a21a1
2021-04-20T04:25:45.109Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-20T04:25:45.109Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-20T04:25:45.109Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-20T04:25:45.110Z||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-04-20T04:26:34.067Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-20T04:26:34.067Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-20T04:26:34.068Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-20T04:26:34.071Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-20T04:26:34.076Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d176eea3-9988-467a-940d-550533b31348 url= /sdc/v1/artifactTypes
2021-04-20T04:26:34.076Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-20T04:26:35.092Z||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.53.14] 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-04-20T04:26:35.092Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a5ae10
2021-04-20T04:26:35.092Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-20T04:26:35.093Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-20T04:26:35.093Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-20T04:26:35.093Z||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-04-20T04:27:24.067Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-20T04:27:24.068Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-20T04:27:24.068Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-20T04:27:24.070Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-20T04:27:24.076Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0b1af6c6-29a7-4244-ae09-7e214537a08e url= /sdc/v1/artifactTypes
2021-04-20T04:27:24.076Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-20T04:27:25.109Z||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.53.14] 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-04-20T04:27:25.110Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@27e76fd
2021-04-20T04:27:25.110Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-20T04:27:25.110Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-20T04:27:25.110Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-20T04:27:25.110Z||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-04-20T04:28:14.067Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-20T04:28:14.068Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-20T04:28:14.068Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-20T04:28:14.071Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-20T04:28:14.078Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 596ef6e3-d19f-4d87-a653-0bacc7ba7145 url= /sdc/v1/artifactTypes
2021-04-20T04:28:14.078Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-20T04:28:14.333Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-20T04:28:14.340Z||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-04-20T04:28:14.361Z||scheduling-1|||||DEBUG|500||create keys
2021-04-20T04:28:14.367Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-20T04:28:14.390Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:28:14.408Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 278633fd-d1d3-46a2-82e9-8182948e35d8 url= /sdc/v1/registerForDistribution
2021-04-20T04:28:14.625Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 278633fd-d1d3-46a2-82e9-8182948e35d8 url= /sdc/v1/registerForDistribution
2021-04-20T04:28:14.626Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-20T04:28:14.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:28:14.634Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:28:14.638Z||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-04-20T04:28:14.638Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:28:14.638Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-20T04:28:14.638Z||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-04-20T04:28:14.639Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:28:24.861Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:28:24.863Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:29:14.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:29:14.632Z||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-04-20T04:29:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:29:14.634Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:29:14.635Z||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-04-20T04:29:14.635Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:29:15.919Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-20T04:29:16.070Z||http-nio-8085-exec-1|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@2e9257d ((conn=618) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-20T04:29:16.090Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@5bf21f3a ((conn=613) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-20T04:29:16.092Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@27d0782 ((conn=614) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-20T04:29:24.183Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:29:24.185Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:30:14.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:30:14.633Z||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-04-20T04:30:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:30:14.634Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:30:14.634Z||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-04-20T04:30:14.635Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:30:24.183Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:30:24.192Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:31:14.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:31:14.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:31:14.634Z||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-04-20T04:31:14.634Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-20T04:31:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:31:14.634Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dFCF9ZMaovr0eV5J) ...
2021-04-20T04:31:24.178Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:31:24.180Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:32:14.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:32:14.634Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:32:14.635Z||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-04-20T04:32:14.635Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-20T04:32:14.635Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:32:14.636Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:32:24.176Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:32:24.178Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:33:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:33:14.632Z||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-04-20T04:33:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:33:14.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:33:14.634Z||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-04-20T04:33:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:33:24.200Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:33:24.203Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:34:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:34:14.632Z||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-04-20T04:34:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:34:14.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:34:14.634Z||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-04-20T04:34:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:34:24.174Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:34:24.176Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:35:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:35:14.633Z||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-04-20T04:35:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:35:14.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:35:14.634Z||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-04-20T04:35:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:35:24.174Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:35:24.176Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:36:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:36:14.633Z||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-04-20T04:36:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:36:14.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:36:14.634Z||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-04-20T04:36:14.635Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:36:24.174Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:36:24.174Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:37:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:37:14.632Z||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-04-20T04:37:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:37:14.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:37:14.634Z||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-04-20T04:37:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:37:24.174Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:37:24.176Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:38:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:38:14.632Z||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-04-20T04:38:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:38:14.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:38:14.634Z||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-04-20T04:38:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:38:24.182Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:38:24.182Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:39:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:39:14.633Z||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-04-20T04:39:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:39:14.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:39:14.634Z||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-04-20T04:39:14.635Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:39:24.175Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:39:24.176Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:40:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:40:14.632Z||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-04-20T04:40:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:40:14.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:40:14.635Z||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-04-20T04:40:14.635Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:40:24.176Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:40:24.177Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:41:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:41:14.632Z||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-04-20T04:41:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:41:14.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:41:14.634Z||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-04-20T04:41:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:41:24.177Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:41:24.177Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:42:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:42:14.632Z||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-04-20T04:42:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:42:14.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:42:14.634Z||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-04-20T04:42:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:42:24.174Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:42:24.176Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:43:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:43:14.632Z||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-04-20T04:43:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:43:14.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:43:14.634Z||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-04-20T04:43:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:43:24.174Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:43:24.175Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:44:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:44:14.632Z||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-04-20T04:44:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:44:14.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:44:14.634Z||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-04-20T04:44:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:44:24.176Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:44:24.176Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:45:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:45:14.632Z||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-04-20T04:45:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:45:14.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:45:14.634Z||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-04-20T04:45:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:45:24.175Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:45:24.176Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:46:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:46:14.632Z||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-04-20T04:46:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:46:14.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:46:14.634Z||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-04-20T04:46:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:46:24.173Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:46:24.175Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:47:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:47:14.632Z||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-04-20T04:47:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:47:14.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:47:14.634Z||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-04-20T04:47:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:47:24.175Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:47:24.175Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:48:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:48:14.632Z||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-04-20T04:48:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:48:14.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:48:14.634Z||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-04-20T04:48:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:48:24.174Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:48:24.175Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:49:14.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:49:14.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:49:14.635Z||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-04-20T04:49:14.635Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-20T04:49:14.635Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dFCF9ZMaovr0eV5J) ...
2021-04-20T04:49:14.635Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:49:24.180Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:49:24.192Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:50:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:50:14.632Z||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-04-20T04:50:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:50:14.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:50:14.634Z||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-04-20T04:50:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:50:24.175Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:50:24.176Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:51:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:51:14.633Z||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-04-20T04:51:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:51:14.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:51:14.634Z||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-04-20T04:51:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:51:24.194Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:51:24.196Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:52:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:52:14.632Z||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-04-20T04:52:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:52:14.633Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:52:14.634Z||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-04-20T04:52:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:52:24.174Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:52:24.174Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:53:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:53:14.632Z||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-04-20T04:53:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:53:14.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:53:14.634Z||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-04-20T04:53:14.635Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:53:24.175Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:53:24.176Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:54:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:54:14.632Z||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-04-20T04:54:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:54:14.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:54:14.634Z||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-04-20T04:54:14.635Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:54:24.176Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:54:24.178Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:55:14.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:55:14.632Z||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-04-20T04:55:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:55:14.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:55:14.634Z||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-04-20T04:55:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:55:24.177Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:55:24.177Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:56:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:56:14.632Z||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-04-20T04:56:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:56:14.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:56:14.634Z||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-04-20T04:56:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:56:24.175Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:56:24.176Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:57:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:57:14.632Z||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-04-20T04:57:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:57:14.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:57:14.634Z||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-04-20T04:57:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:57:24.174Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:57:24.174Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:58:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:58:14.632Z||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-04-20T04:58:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:58:14.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:58:14.634Z||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-04-20T04:58:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:58:24.175Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:58:24.176Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:59:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:59:14.633Z||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-04-20T04:59:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:59:14.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:59:14.634Z||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-04-20T04:59:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:59:24.176Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T04:59:24.176Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:00:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:00:14.632Z||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-04-20T05:00:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:00:14.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:00:14.634Z||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-04-20T05:00:14.635Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:00:24.192Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:00:24.194Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:01:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:01:14.632Z||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-04-20T05:01:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:01:14.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:01:14.634Z||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-04-20T05:01:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:01:24.173Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:01:24.175Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:02:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:02:14.632Z||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-04-20T05:02:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:02:14.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:02:14.634Z||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-04-20T05:02:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:02:24.175Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:02:24.182Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:03:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:03:14.632Z||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-04-20T05:03:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:03:14.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:03:14.634Z||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-04-20T05:03:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:03:24.172Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:03:24.172Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:04:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:04:14.632Z||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-04-20T05:04:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:04:14.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:04:14.634Z||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-04-20T05:04:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:04:24.174Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:04:24.175Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:05:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:05:14.632Z||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-04-20T05:05:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:05:14.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:05:14.634Z||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-04-20T05:05:14.635Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:05:24.174Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:05:24.174Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:06:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:06:14.632Z||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-04-20T05:06:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:06:14.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:06:14.634Z||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-04-20T05:06:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:06:24.172Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:06:24.178Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:07:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:07:14.633Z||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-04-20T05:07:14.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:07:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:07:14.634Z||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-04-20T05:07:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:07:24.174Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:07:24.176Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:08:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:08:14.632Z||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-04-20T05:08:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:08:14.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:08:14.634Z||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-04-20T05:08:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:08:24.173Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:08:24.174Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:09:14.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:09:14.633Z||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-04-20T05:09:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:09:14.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:09:14.634Z||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-04-20T05:09:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:09:24.171Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:09:24.172Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:10:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:10:14.632Z||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-04-20T05:10:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:10:14.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:10:14.634Z||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-04-20T05:10:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:10:24.175Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:10:24.177Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:11:14.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:11:14.632Z||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-04-20T05:11:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:11:14.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:11:14.634Z||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-04-20T05:11:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:11:24.175Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:11:24.176Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:12:14.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:12:14.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:12:14.634Z||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-04-20T05:12:14.634Z||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-04-20T05:12:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:12:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:12:24.176Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:12:24.177Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:13:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:13:14.632Z||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-04-20T05:13:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:13:14.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:13:14.634Z||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-04-20T05:13:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:13:24.177Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:13:24.179Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:14:14.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:14:14.633Z||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-04-20T05:14:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:14:14.633Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:14:14.634Z||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-04-20T05:14:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:14:24.176Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:14:24.176Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:15:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:15:14.632Z||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-04-20T05:15:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:15:14.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:15:14.634Z||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-04-20T05:15:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:15:24.171Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:15:24.171Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:16:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:16:14.632Z||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-04-20T05:16:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:16:14.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:16:14.634Z||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-04-20T05:16:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:16:24.172Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:16:24.174Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:17:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:17:14.632Z||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-04-20T05:17:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:17:14.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:17:14.634Z||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-04-20T05:17:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:17:24.172Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:17:24.173Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:18:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:18:14.632Z||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-04-20T05:18:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:18:14.634Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:18:14.634Z||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-04-20T05:18:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:18:24.173Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:18:24.174Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:19:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:19:14.632Z||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-04-20T05:19:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:19:14.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:19:14.634Z||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-04-20T05:19:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:19:24.172Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:19:24.176Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:20:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:20:14.632Z||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-04-20T05:20:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:20:14.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:20:14.634Z||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-04-20T05:20:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:20:24.170Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:20:24.172Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:21:14.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:21:14.632Z||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-04-20T05:21:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:21:14.633Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:21:14.634Z||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-04-20T05:21:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:21:24.169Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:21:24.171Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:22:14.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:22:14.632Z||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-04-20T05:22:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:22:14.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:22:14.634Z||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-04-20T05:22:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:22:24.177Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:22:24.179Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:23:14.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:23:14.632Z||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-04-20T05:23:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:23:14.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:23:14.634Z||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-04-20T05:23:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:23:24.172Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:23:24.173Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:24:14.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:24:14.632Z||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-04-20T05:24:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:24:14.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:24:14.634Z||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-04-20T05:24:14.635Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:24:24.175Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:24:24.176Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:25:14.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:25:14.632Z||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-04-20T05:25:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:25:14.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:25:14.634Z||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-04-20T05:25:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:25:24.176Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:25:24.177Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:26:14.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:26:14.632Z||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-04-20T05:26:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:26:14.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:26:14.634Z||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-04-20T05:26:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:26:24.174Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:26:24.175Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:27:14.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:27:14.632Z||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-04-20T05:27:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:27:14.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:27:14.634Z||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-04-20T05:27:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:27:24.175Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:27:24.175Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:28:14.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:28:14.632Z||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-04-20T05:28:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:28:14.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:28:14.634Z||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-04-20T05:28:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:28:24.172Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:28:24.179Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:29:14.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:29:14.632Z||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-04-20T05:29:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:29:14.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:29:14.634Z||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-04-20T05:29:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:29:24.174Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:29:24.175Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:30:14.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:30:14.632Z||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-04-20T05:30:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:30:14.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:30:14.634Z||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-04-20T05:30:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:30:24.171Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:30:24.172Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:31:14.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:31:14.632Z||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-04-20T05:31:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:31:14.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:31:14.634Z||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-04-20T05:31:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:31:24.173Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:31:24.174Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:32:14.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:32:14.632Z||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-04-20T05:32:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:32:14.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:32:14.634Z||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-04-20T05:32:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:32:24.174Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:32:24.174Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:33:14.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:33:14.632Z||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-04-20T05:33:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:33:14.634Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:33:14.634Z||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-04-20T05:33:14.635Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:33:24.169Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:33:24.172Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:34:14.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:34:14.632Z||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-04-20T05:34:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:34:14.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:34:14.634Z||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-04-20T05:34:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:34:24.177Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:34:24.178Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:35:14.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:35:14.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:35:14.633Z||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-04-20T05:35:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:35:14.634Z||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-04-20T05:35:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:35:24.177Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:35:24.178Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:36:14.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:36:14.632Z||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-04-20T05:36:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:36:14.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:36:14.634Z||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-04-20T05:36:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:36:24.173Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:36:24.173Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:37:14.633Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:37:14.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:37:14.636Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-20T05:37:14.636Z||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-04-20T05:37:14.636Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:37:14.636Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:37:24.179Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:37:24.180Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:38:14.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:38:14.632Z||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-04-20T05:38:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:38:14.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:38:14.634Z||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-04-20T05:38:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:38:24.174Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:38:24.174Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:39:14.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:39:14.632Z||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-04-20T05:39:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:14.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:39:14.634Z||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-04-20T05:39:14.635Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:15.257Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:39:15.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"049683a7-2fd5-4489-943e-5da7040c1210","serviceName":"basic_onboard_ughjpj","serviceVersion":"1.0","serviceUUID":"26ad7798-0266-4b50-a027-dfa147f1ea02","serviceDescription":"service","serviceInvariantUUID":"146b2867-43be-4bc0-b5ec-aea3b613ff8d","resources":[{"resourceInstanceName":"basic_onboard_ughjpj 0","resourceName":"basic_onboard_ughjpj","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"79cf843b-a7ae-477f-b628-f9e763a65859","resourceInvariantUUID":"3b3c99aa-2a7f-4733-9c2a-1c96f860638a","resourceCustomizationUUID":"e7b297a7-081c-4bee-9a5a-b5cdd2ff539e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vf-license-model.xml","artifactChecksum":"MDM3YWIxMDQ2MzNhOTZkMmEyMmQ2YWU0MDA2MTMyMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b0d418e1-2326-4b5b-bbd3-7b05d23e1a21","artifactVersion":"1"},{"artifactName":"basic_onboard_ughjpj0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json","artifactChecksum":"OTcyN2JmYWU5ODkyYmMyODVkN2UxZThjZjg2YjNjMTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"50fe8a7b-444e-4643-85b1-ee44fbc88671","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"86ed9875-f9b9-48e3-ad7f-c3aee79037fc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e01ac489-0f63-4988-baec-1241c12234d8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9a6ee9af-ec91-4098-a740-505f2267f363","artifactVersion":"2","generatedFromUUID":"86ed9875-f9b9-48e3-ad7f-c3aee79037fc"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUghjpj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-template.yml","artifactChecksum":"ZWQ4MDdkY2NhYWU5M2M0NTQ0ZDkxZmZkY2ZiMTVlN2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7cfea2b6-0bb1-4db3-ae6e-04df9a0f1fe7","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUghjpj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar","artifactChecksum":"MTM1MzVjZTIxYjE0NzJjMjM3MGIwYzE1NTgwMjliZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e324b9dd-26d7-49b4-b97f-854f363f16b8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-20T05:39:15.261Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:39:15.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.269Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897119434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.271Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:39:15.276Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:39:15.284Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:39:15.284Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897154631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.290Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.290Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "policy-id",
  "timestamp": 1618897119142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.290Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.291Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.291Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "cds",
  "timestamp": 1618897116275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.291Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.291Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.291Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897124959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.291Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.291Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.291Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897119558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.292Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.292Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.292Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897119434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:39:15.292Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.292Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.293Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "policy-id",
  "timestamp": 1618897119142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.293Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.293Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.293Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "cds",
  "timestamp": 1618897116275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.293Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.294Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.294Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897124959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.294Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.294Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.294Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897119558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:39:15.295Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.295Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897119434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:39:15.295Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.295Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "policy-id",
  "timestamp": 1618897119142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:39:15.296Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "cds",
  "timestamp": 1618897116275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.296Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897124959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.297Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897119558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:39:15.297Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897119434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.298Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "policy-id",
  "timestamp": 1618897119142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.299Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "cds",
  "timestamp": 1618897116275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.300Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.300Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897124959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.300Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.300Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897119558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.300Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.300Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897119434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-20T05:39:15.300Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.301Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "policy-id",
  "timestamp": 1618897119142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.301Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.301Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "cds",
  "timestamp": 1618897116275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.302Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.302Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897124959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.302Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.302Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897119558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-20T05:39:15.302Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.302Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897119434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.303Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.303Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "policy-id",
  "timestamp": 1618897119142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.303Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.303Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "cds",
  "timestamp": 1618897116275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.303Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.304Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897124959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.304Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.304Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897119558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.304Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.304Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897130031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.304Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.304Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897119434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:39:15.304Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.304Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "policy-id",
  "timestamp": 1618897119142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:39:15.305Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "cds",
  "timestamp": 1618897116275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:39:15.305Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897124959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:39:15.305Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897119558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:39:15.305Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897130031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:39:15.305Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897130031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:39:15.306Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897133030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:39:15.306Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "policy-id",
  "timestamp": 1618897133042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:39:15.306Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "cds",
  "timestamp": 1618897133167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:39:15.306Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897133228,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:39:15.307Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897133243,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:39:15.307Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897130031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.307Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "policy-id",
  "timestamp": 1618897134048,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:39:15.307Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "cds",
  "timestamp": 1618897134182,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-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-04-20T05:39:15.385Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-04-20T05:39:15.388Z||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-04-20T05:39:15.388Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:15.398Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:39:15.399Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-20T05:39:15.463Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 049683a7-2fd5-4489-943e-5da7040c1210
2021-04-20T05:39:15.488Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 049683a7-2fd5-4489-943e-5da7040c1210 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-04-20T05:39:15.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897133631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897130031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-20T05:39:15.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "dcae-sch",
  "timestamp": 1618897134263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "policy-id",
  "timestamp": 1618897135052,
  "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-04-20T05:39:15.529Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 049683a7-2fd5-4489-943e-5da7040c1210
2021-04-20T05:39:15.529Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 049683a7-2fd5-4489-943e-5da7040c1210 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-04-20T05:39:15.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897135133,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:39:15.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897133631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897135332,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:39:15.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897130031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "dcae-sch",
  "timestamp": 1618897134263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.543Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897133631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.543Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897130031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:39:15.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "dcae-sch",
  "timestamp": 1618897134263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897136977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:39:15.545Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897137031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:39:15.545Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897137120,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:39:15.546Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897133631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.546Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "dcae-sch",
  "timestamp": 1618897134263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897137981,
  "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-04-20T05:39:15.554Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 049683a7-2fd5-4489-943e-5da7040c1210
2021-04-20T05:39:15.555Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 049683a7-2fd5-4489-943e-5da7040c1210 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-04-20T05:39:15.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897138040,
  "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-04-20T05:39:15.571Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 049683a7-2fd5-4489-943e-5da7040c1210
2021-04-20T05:39:15.571Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 049683a7-2fd5-4489-943e-5da7040c1210 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-04-20T05:39:15.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897133631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.580Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "dcae-sch",
  "timestamp": 1618897134263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.580Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897139045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-20T05:39:15.581Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897139151,
  "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-04-20T05:39:15.586Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 049683a7-2fd5-4489-943e-5da7040c1210
2021-04-20T05:39:15.586Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 049683a7-2fd5-4489-943e-5da7040c1210 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-04-20T05:39:15.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897133631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.595Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.595Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897139312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:39:15.595Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "dcae-sch",
  "timestamp": 1618897134263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.596Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897140154,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-20T05:39:15.597Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897133631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.598Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "dcae-sch",
  "timestamp": 1618897134263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.598Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.598Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "clamp",
  "timestamp": 1618897141365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.599Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "aai-ml",
  "timestamp": 1618897142256,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "clamp",
  "timestamp": 1618897141365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:39:15.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897143421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:39:15.601Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "aai-ml",
  "timestamp": 1618897142256,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "clamp",
  "timestamp": 1618897141365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "aai-ml",
  "timestamp": 1618897142256,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.603Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "clamp",
  "timestamp": 1618897141365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.603Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "aai-ml",
  "timestamp": 1618897142256,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.603Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897145964,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:39:15.604Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "clamp",
  "timestamp": 1618897141365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.604Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "aai-ml",
  "timestamp": 1618897142256,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.604Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897146969,
  "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-04-20T05:39:15.610Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 049683a7-2fd5-4489-943e-5da7040c1210
2021-04-20T05:39:15.610Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 049683a7-2fd5-4489-943e-5da7040c1210 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-04-20T05:39:15.620Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.620Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "clamp",
  "timestamp": 1618897141365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.621Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.621Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.621Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "aai-ml",
  "timestamp": 1618897142256,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.621Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897147972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-20T05:39:15.623Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "clamp",
  "timestamp": 1618897141365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:39:15.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "aai-ml",
  "timestamp": 1618897142256,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:39:15.624Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:39:15.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "aai-ml",
  "timestamp": 1618897150592,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:39:15.624Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:16.293Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:39:16.294Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:39:16.296Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:39:16.296Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897154631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:39:16.396Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:39:16.397Z||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-04-20T05:39:16.397Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:16.407Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:39:16.408Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-20T05:39:17.296Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:39:17.298Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:39:17.300Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:39:17.301Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897154631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:39:17.400Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-20T05:39:17.401Z||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-04-20T05:39:17.401Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:17.409Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:39:17.410Z||pool-5-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:39:18.301Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:39:18.302Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:39:18.305Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:39:18.305Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897154631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:18.405Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:39:18.406Z||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-04-20T05:39:18.406Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:18.415Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:39:18.415Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:39:19.305Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:39:19.306Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:39:19.309Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:39:19.309Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897154631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-20T05:39:19.409Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:39:19.410Z||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-04-20T05:39:19.410Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:19.419Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:39:19.419Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:39:20.309Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:39:20.310Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:39:20.312Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:39:20.313Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897154631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:39:20.413Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:39:20.414Z||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-04-20T05:39:20.414Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:20.423Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:39:20.424Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:39:21.313Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:39:21.314Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:39:21.317Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:39:21.317Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897154631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:39:21.417Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:39:21.418Z||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-04-20T05:39:21.418Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:21.428Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:39:21.429Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:39:22.319Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "serviceName": "basic_onboard_ughjpj",
  "serviceVersion": "1.0",
  "serviceUUID": "26ad7798-0266-4b50-a027-dfa147f1ea02",
  "serviceDescription": "service",
  "serviceInvariantUUID": "146b2867-43be-4bc0-b5ec-aea3b613ff8d",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_ughjpj 0",
      "resourceCustomizationUUID": "e7b297a7-081c-4bee-9a5a-b5cdd2ff539e",
      "resourceName": "basic_onboard_ughjpj",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "79cf843b-a7ae-477f-b628-f9e763a65859",
      "resourceInvariantUUID": "3b3c99aa-2a7f-4733-9c2a-1c96f860638a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ughjpj0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
          "artifactChecksum": "OTcyN2JmYWU5ODkyYmMyODVkN2UxZThjZjg2YjNjMTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "50fe8a7b-444e-4643-85b1-ee44fbc88671",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "86ed9875-f9b9-48e3-ad7f-c3aee79037fc",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9a6ee9af-ec91-4098-a740-505f2267f363",
            "generatedFromUUID": "86ed9875-f9b9-48e3-ad7f-c3aee79037fc"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9a6ee9af-ec91-4098-a740-505f2267f363",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUghjpj-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
      "artifactChecksum": "MTM1MzVjZTIxYjE0NzJjMjM3MGIwYzE1NTgwMjliZTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e324b9dd-26d7-49b4-b97f-854f363f16b8"
    }
  ],
  "workloadContext": "Production"
}
2021-04-20T05:39:22.320Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-20T05:39:22.320Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 26ad7798-0266-4b50-a027-dfa147f1ea02 ASDC
2021-04-20T05:39:22.423Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:049683a7-2fd5-4489-943e-5da7040c1210
ServiceName:basic_onboard_ughjpj
ServiceVersion:1.0
ServiceUUID:26ad7798-0266-4b50-a027-dfa147f1ea02
ServiceInvariantUUID:146b2867-43be-4bc0-b5ec-aea3b613ff8d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUghjpj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar
ArtifactUUID:e324b9dd-26d7-49b4-b97f-854f363f16b8
ArtifactChecksum:MTM1MzVjZTIxYjE0NzJjMjM3MGIwYzE1NTgwMjliZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ughjpj 0
ResourceCustomizationUUID:e7b297a7-081c-4bee-9a5a-b5cdd2ff539e
ResourceInvariantUUID:3b3c99aa-2a7f-4733-9c2a-1c96f860638a
ResourceName:basic_onboard_ughjpj
ResourceType:VF
ResourceUUID:79cf843b-a7ae-477f-b628-f9e763a65859
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ughjpj0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json
ArtifactUUID:50fe8a7b-444e-4643-85b1-ee44fbc88671
ArtifactChecksum:OTcyN2JmYWU5ODkyYmMyODVkN2UxZThjZjg2YjNjMTI=
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/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml
ArtifactUUID:86ed9875-f9b9-48e3-ad7f-c3aee79037fc
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/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env
ArtifactUUID:9a6ee9af-ec91-4098-a740-505f2267f363
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/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env
ArtifactUUID:9a6ee9af-ec91-4098-a740-505f2267f363
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-20T05:39:22.424Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 26ad7798-0266-4b50-a027-dfa147f1ea02 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-04-20T05:39:22.480Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-20T05:39:22.480Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-04-20T05:39:22.481Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-04-20T05:39:22.482Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e324b9dd-26d7-49b4-b97f-854f363f16b8 from URL: /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:22.482Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-04-20T05:39:22.483Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:24.914Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-20T05:39:24.927Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar e324b9dd-26d7-49b4-b97f-854f363f16b8 74812
2021-04-20T05:39:24.927Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar ASDC sendASDCNotification
2021-04-20T05:39:24.928Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:24.928Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:39:24.929Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:39:24.931Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:39:24.931Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897164927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:39:25.031Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:39:25.032Z||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-04-20T05:39:25.032Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:25.042Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:39:25.042Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:39:25.931Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-20T05:39:25.933Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-04-20T05:39:25.933Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e324b9dd-26d7-49b4-b97f-854f363f16b8, URL: /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar to file: /app/ASDC/1/service-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:25.934Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:26.059Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:26.059Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:26.516Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12861778555857858489/Definitions/service-BasicOnboardUghjpj-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-04-20T05:39:28.616Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-20T05:39:28.621Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-04-20T05:39:28.621Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:28.621Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-20T05:39:28.621Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||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-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:28.621Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:28.621Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ughjpj 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:28.621Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||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-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:28.621Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:28.622Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:28.622Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:28.622Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:28.622Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ughjpj 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-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:28.622Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||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-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:28.622Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-04-20T05:39:28.627Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:39:28.628Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:39:28.631Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ughjpj 0 is matching search criteria
2021-04-20T05:39:28.632Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-04-20T05:39:28.633Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ughjpj 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-20T05:39:28.634Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:39:28.634Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:39:28.634Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ughjpj 0 is matching search criteria
2021-04-20T05:39:28.634Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-04-20T05:39:28.634Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ughjpj 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-20T05:39:28.635Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:39:28.635Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:39:28.638Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:39:28.638Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ughjpj 0 is not matching search criteria
2021-04-20T05:39:28.638Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-20T05:39:28.639Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-20T05:39:28.639Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-20T05:39:28.639Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-20T05:39:28.639Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-20T05:39:28.639Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:39:28.639Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-20T05:39:28.640Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:39:28.640Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ughjpj 0 is matching search criteria
2021-04-20T05:39:28.640Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ughjpj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:39:28.641Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:39:28.641Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ughjpj 0 is matching search criteria
2021-04-20T05:39:28.641Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ughjpj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:39:28.641Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:39:28.641Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ughjpj 0 is matching search criteria
2021-04-20T05:39:28.641Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ughjpj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:39:28.641Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:39:28.641Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ughjpj 0 is not matching search criteria
2021-04-20T05:39:28.641Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-20T05:39:28.642Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-20T05:39:28.642Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d4453fc1-1e3d-470b-bc69-4137d25f2e75
2021-04-20T05:39:28.642Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:39:28.642Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:39:28.642Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:39:28.642Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:39:28.642Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:39:28.642Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:39:28.642Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:39:28.643Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:39:28.643Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_ughjpj
Description:service
Model UUID:26ad7798-0266-4b50-a027-dfa147f1ea02
Model Version:NULL
Model InvariantUuid:146b2867-43be-4bc0-b5ec-aea3b613ff8d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_ughjpj
Model UUID:c5c76214-eb7d-454b-8bc8-6c9b06cfc7fa
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3b3c99aa-2a7f-4733-9c2a-1c96f860638a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7b297a7-081c-4bee-9a5a-b5cdd2ff539e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:32b66ce2-603f-4cdf-a87f-07e49efe697a
ModelName:BasicOnboardUghjpj..base_ubuntu18..module-0
ModelUuid:61b95093-ec5e-48ae-b5a3-07f462f89ed8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d4453fc1-1e3d-470b-bc69-4137d25f2e75
ModelInvariantUuid:fa174552-5fef-41fc-8d99-918cb4199bc7
ModelName:basic_onboard_ughjpj-nodes.ubuntu18Cvfc
ModelUuid:6b42f492-dfd0-4e6a-9509-61ea4a36313b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:5d73c5e1-70e2-42f1-9634-1479bb35e1a9
ModelInvariantUuid:a4418967-e580-4c66-8443-d83383329ffc
ModelName:BasicOnboardUghjpj.compute.nodes.heat.ubuntu18
ModelUuid:1b80650a-d8c7-4ba3-8c2b-cc74396c7f8f
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-04-20T05:39:28.654Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 79cf843b-a7ae-477f-b628-f9e763a65859
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-04-20T05:39:28.754Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||basic_onboard_ughjpj 0
2021-04-20T05:39:28.761Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 79cf843b-a7ae-477f-b628-f9e763a65859
2021-04-20T05:39:28.761Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 50fe8a7b-444e-4643-85b1-ee44fbc88671 from URL: /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json
2021-04-20T05:39:28.761Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-04-20T05:39:28.762Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json
2021-04-20T05:39:29.273Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-20T05:39:29.273Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json 50fe8a7b-444e-4643-85b1-ee44fbc88671 798
2021-04-20T05:39:29.273Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json ASDC sendASDCNotification
2021-04-20T05:39:29.274Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json
2021-04-20T05:39:29.274Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:39:29.274Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:39:29.276Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:39:29.276Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897169273,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:39:29.376Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:39:29.377Z||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-04-20T05:39:29.378Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:29.386Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:39:29.386Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:39:30.277Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardUghjpj..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "32b66ce2-603f-4cdf-a87f-07e49efe697a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "61b95093-ec5e-48ae-b5a3-07f462f89ed8",
    "vfModuleModelCustomizationUUID": "6eb9e9c5-10e4-4674-b508-d729d53929be",
    "isBase": true,
    "artifacts": [
      "86ed9875-f9b9-48e3-ad7f-c3aee79037fc",
      "9a6ee9af-ec91-4098-a740-505f2267f363"
    ],
    "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-04-20T05:39:30.302Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUghjpj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:61b95093-ec5e-48ae-b5a3-07f462f89ed8
VfModuleModelInvariantUUID:32b66ce2-603f-4cdf-a87f-07e49efe697a
VfModuleModelDescription:NULL
Artifacts UUID List:{
86ed9875-f9b9-48e3-ad7f-c3aee79037fc
,
9a6ee9af-ec91-4098-a740-505f2267f363

}
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-04-20T05:39:30.304Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardUghjpj..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "32b66ce2-603f-4cdf-a87f-07e49efe697a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "61b95093-ec5e-48ae-b5a3-07f462f89ed8",
    "vfModuleModelCustomizationUUID": "6eb9e9c5-10e4-4674-b508-d729d53929be",
    "isBase": true,
    "artifacts": [
      "86ed9875-f9b9-48e3-ad7f-c3aee79037fc",
      "9a6ee9af-ec91-4098-a740-505f2267f363"
    ],
    "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-04-20T05:39:30.304Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUghjpj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:61b95093-ec5e-48ae-b5a3-07f462f89ed8
VfModuleModelInvariantUUID:32b66ce2-603f-4cdf-a87f-07e49efe697a
VfModuleModelDescription:NULL
Artifacts UUID List:{
86ed9875-f9b9-48e3-ad7f-c3aee79037fc
,
9a6ee9af-ec91-4098-a740-505f2267f363

}
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-04-20T05:39:30.305Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 86ed9875-f9b9-48e3-ad7f-c3aee79037fc from URL: /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml
2021-04-20T05:39:30.305Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-04-20T05:39:30.305Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml
2021-04-20T05:39:30.948Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-20T05:39:30.948Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml 86ed9875-f9b9-48e3-ad7f-c3aee79037fc 5033
2021-04-20T05:39:30.949Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-20T05:39:30.949Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml
2021-04-20T05:39:30.949Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:39:30.950Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:39:30.952Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:39:30.952Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897170949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:39:31.053Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:39:31.054Z||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-04-20T05:39:31.054Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:31.064Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:39:31.065Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:39:31.954Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9a6ee9af-ec91-4098-a740-505f2267f363 from URL: /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env
2021-04-20T05:39:31.955Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-04-20T05:39:31.955Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env
2021-04-20T05:39:32.141Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-20T05:39:32.141Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env 9a6ee9af-ec91-4098-a740-505f2267f363 909
2021-04-20T05:39:32.142Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-20T05:39:32.142Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env
2021-04-20T05:39:32.142Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:39:32.142Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:39:32.144Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:39:32.144Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897172142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:39:32.244Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:39:32.245Z||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-04-20T05:39:32.246Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:32.255Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:39:32.256Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:39:33.144Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 26ad7798-0266-4b50-a027-dfa147f1ea02
2021-04-20T05:39:33.145Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ughjpj 0 79cf843b-a7ae-477f-b628-f9e763a65859 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-04-20T05:39:33.181Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:39:33.182Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:39:33.182Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-04-20T05:39:33.182Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= e7b297a7-081c-4bee-9a5a-b5cdd2ff539e
2021-04-20T05:39:33.182Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e7b297a7-081c-4bee-9a5a-b5cdd2ff539e matches Tosca VF Customization UUID: e7b297a7-081c-4bee-9a5a-b5cdd2ff539e
2021-04-20T05:39:33.182Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: e7b297a7-081c-4bee-9a5a-b5cdd2ff539e  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-04-20T05:39:33.189Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:39:33.189Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:39:33.190Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id e7b297a7-081c-4bee-9a5a-b5cdd2ff539e: {\"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-04-20T05:39:33.190Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@701b19fd
2021-04-20T05:39:33.190Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:39:33.190Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-20T05:39:33.191Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6eb9e9c5-10e4-4674-b508-d729d53929be
2021-04-20T05:39:33.192Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6eb9e9c5-10e4-4674-b508-d729d53929be
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-04-20T05:39:33.197Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:39:33.198Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ughjpj 0 is matching search criteria
2021-04-20T05:39:33.198Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ughjpj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:39:33.198Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:39:33.199Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ughjpj 0 is matching search criteria
2021-04-20T05:39:33.199Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ughjpj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:39:33.199Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:39:33.199Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ughjpj 0 is not matching search criteria
2021-04-20T05:39:33.199Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-20T05:39:33.199Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-20T05:39:33.200Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d4453fc1-1e3d-470b-bc69-4137d25f2e75
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-04-20T05:39:33.211Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:39:33.212Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ughjpj 0 is matching search criteria
2021-04-20T05:39:33.212Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ughjpj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:39:33.212Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:39:33.213Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ughjpj 0 is matching search criteria
2021-04-20T05:39:33.213Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ughjpj 0] matching following query criteria: sdcType=VF, customizationUUID=e7b297a7-081c-4bee-9a5a-b5cdd2ff539e
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-04-20T05:39:33.215Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:39:33.215Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:39:33.215Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 26ad7798-0266-4b50-a027-dfa147f1ea02: basic_onboard_ughjpj
2021-04-20T05:39:33.215Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:39:33.215Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:39:33.216Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:39:33.216Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:39:33.216Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:39:33.216Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:39:33.216Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:39:33.216Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:39:33.216Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:39:33.216Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:39:33.217Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_ughjpj 
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-04-20T05:39:33.433Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ughjpj 79cf843b-a7ae-477f-b628-f9e763a65859 1 ASDC deployResourceStructure
2021-04-20T05:39:33.434Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json ASDC sendASDCNotification
2021-04-20T05:39:33.434Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json
2021-04-20T05:39:33.434Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:39:33.434Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:39:33.436Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:39:33.436Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897173433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-20T05:39:33.536Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:39:33.537Z||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-04-20T05:39:33.537Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:33.546Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:39:33.547Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:39:34.436Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-20T05:39:34.437Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml
2021-04-20T05:39:34.437Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:39:34.438Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:39:34.440Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:39:34.440Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897174436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-20T05:39:34.540Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:39:34.541Z||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-04-20T05:39:34.541Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:34.551Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:39:34.551Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:39:35.440Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-20T05:39:35.441Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env
2021-04-20T05:39:35.441Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:39:35.441Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:39:35.443Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:39:35.443Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897175440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-20T05:39:35.543Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:39:35.544Z||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-04-20T05:39:35.544Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:35.561Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:39:35.561Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:39:36.446Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar ASDC sendASDCNotification
2021-04-20T05:39:36.446Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:36.446Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:39:36.447Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:39:36.449Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:39:36.449Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897176446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:39:36.550Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-20T05:39:36.551Z||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-04-20T05:39:36.551Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:36.561Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:39:36.561Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:39:37.450Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 049683a7-2fd5-4489-943e-5da7040c1210
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:39:37.467Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 049683a7-2fd5-4489-943e-5da7040c1210
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:39:37.470Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:39:37.470Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:39:37.470Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:40:07.471Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 049683a7-2fd5-4489-943e-5da7040c1210
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:40:07.484Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 049683a7-2fd5-4489-943e-5da7040c1210
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:40:07.488Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:40:07.488Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:40:07.488Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:40:14.661Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:40:14.662Z||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-04-20T05:40:14.662Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:40:14.785Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:40:14.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:40:14.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897154631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:40:14.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:40:37.488Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 049683a7-2fd5-4489-943e-5da7040c1210
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:40:37.501Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 049683a7-2fd5-4489-943e-5da7040c1210
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:40:37.504Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:40:37.504Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:40:37.504Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:41:07.505Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 049683a7-2fd5-4489-943e-5da7040c1210
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:41:07.516Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 049683a7-2fd5-4489-943e-5da7040c1210
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:41:07.520Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:41:07.520Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:41:07.520Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:41:14.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:41:14.634Z||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-04-20T05:41:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:41:14.658Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:41:14.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "clamp",
  "timestamp": 1618897156029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:41:14.661Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:41:14.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897154631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:41:14.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:41:14.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "clamp",
  "timestamp": 1618897157080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:41:14.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:41:14.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897154631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:41:14.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:41:14.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "clamp",
  "timestamp": 1618897158084,
  "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-04-20T05:41:14.669Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 049683a7-2fd5-4489-943e-5da7040c1210
2021-04-20T05:41:14.669Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 049683a7-2fd5-4489-943e-5da7040c1210 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-04-20T05:41:14.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897154631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:41:14.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:41:14.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897154631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-20T05:41:14.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:41:14.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897154631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:41:14.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:41:14.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897154631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:41:14.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:41:14.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897164927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:41:14.678Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:41:14.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "aai-ml",
  "timestamp": 1618897167758,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:41:14.678Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:41:14.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "aai-ml",
  "timestamp": 1618897168762,
  "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-04-20T05:41:14.683Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 049683a7-2fd5-4489-943e-5da7040c1210
2021-04-20T05:41:14.683Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 049683a7-2fd5-4489-943e-5da7040c1210 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-04-20T05:41:14.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897169273,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:41:14.693Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:41:14.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897170949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:41:14.693Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:41:14.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897172142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:41:14.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:41:14.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897173433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-20T05:41:14.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:41:14.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897174436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-20T05:41:14.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:41:14.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897175440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-20T05:41:14.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:41:14.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897176446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:41:14.695Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:41:37.520Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 049683a7-2fd5-4489-943e-5da7040c1210
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:41:37.530Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 049683a7-2fd5-4489-943e-5da7040c1210
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:41:37.534Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:41:37.534Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-20T05:41:37.534Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-20T05:41:37.534Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-20T05:41:37.534Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:41:37.534Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:41:37.534Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:41:37.534Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:41:37.534Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:41:37.535Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:41:37.535Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-20T05:41:37.539Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-20T05:42:07.539Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 049683a7-2fd5-4489-943e-5da7040c1210 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-04-20T05:42:07.547Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 049683a7-2fd5-4489-943e-5da7040c1210 and serviceModelVersionId: 26ad7798-0266-4b50-a027-dfa147f1ea02
2021-04-20T05:42:07.547Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 146b2867-43be-4bc0-b5ec-aea3b613ff8d
2021-04-20T05:42:14.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:42:14.634Z||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-04-20T05:42:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:14.656Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:42:14.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:42:14.656Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897270031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:42:14.657Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:42:14.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:42:14.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "cds",
  "timestamp": 1618897266276,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:42:14.657Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:42:14.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:42:14.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897270031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:42:14.657Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:42:14.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:42:14.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "cds",
  "timestamp": 1618897266276,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:42:14.658Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:42:14.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:42:14.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897273631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:42:14.658Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:42:15.689Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/146b2867-43be-4bc0-b5ec-aea3b613ff8d/model-vers/model-ver/26ad7798-0266-4b50-a027-dfa147f1ea02?depth=0
2021-04-20T05:42:15.791Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-04-20T05:42:16.273Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/146b2867-43be-4bc0-b5ec-aea3b613ff8d/model-vers/model-ver/26ad7798-0266-4b50-a027-dfa147f1ea02?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-04-20T05:42:16.277Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/146b2867-43be-4bc0-b5ec-aea3b613ff8d/model-vers/model-ver/26ad7798-0266-4b50-a027-dfa147f1ea02?depth=0|INFO|500||Invoke
2021-04-20T05:42:16.426Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/146b2867-43be-4bc0-b5ec-aea3b613ff8d/model-vers/model-ver/26ad7798-0266-4b50-a027-dfa147f1ea02?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-20T05:42:16.844Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/146b2867-43be-4bc0-b5ec-aea3b613ff8d/model-vers/model-ver/26ad7798-0266-4b50-a027-dfa147f1ea02?depth=0|INFO|500||InvokeReturn
2021-04-20T05:42:16.845Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/146b2867-43be-4bc0-b5ec-aea3b613ff8d/model-vers/model-ver/26ad7798-0266-4b50-a027-dfa147f1ea02?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210420-05:42:16:436-91581], vertex-id=[368720], Content-Length=[0], Date=[Tue, 20 Apr 2021 05:42:16 GMT], Content-Type=[application/json]}
2021-04-20T05:42:16.845Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-04-20T05:42:16.849Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-20T05:42:16.849Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||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-04-20T05:42:16.853Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-20T05:42:16.860Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 049683a7-2fd5-4489-943e-5da7040c1210 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-20T05:42:16.861Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-20T05:42:16.862Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:42:16.864Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:42:16.864Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897336860,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-20T05:42:16.964Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:42:16.966Z||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-04-20T05:42:16.966Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:16.977Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:42:16.978Z||pool-18-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-04-20T05:42:17.885Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:42:17.886Z|049683a7-2fd5-4489-943e-5da7040c1210|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-04-20T05:42:17.886Z|049683a7-2fd5-4489-943e-5da7040c1210|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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:22.204Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:42:22.205Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-20T05:42:22.205Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"48e7f450-7306-4f76-9bad-3b37e5db2ddd","serviceName":"vFW 2021-04-20 05-38-26","serviceVersion":"1.0","serviceUUID":"a5a57f04-bcdc-4f81-9a0e-f72f081e68e4","serviceDescription":"catalog service description","serviceInvariantUUID":"79e391e4-5717-456f-8d92-7fd68ed92bc8","resources":[{"resourceInstanceName":"vFW bd763e41-1582 0","resourceName":"vFW bd763e41-1582","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"88bffeca-2799-45f4-a566-126169f7fc87","resourceInvariantUUID":"cdf3b28a-a2d9-4d42-a37a-04db217ed2e9","resourceCustomizationUUID":"9e59da30-bc22-4b3a-99ea-7b6fec7f8d0a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vf-license-model.xml","artifactChecksum":"MzY4NGM3YWExOGE1OWRlNjcwOTA1MmM5MjExZGQ4NTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6d2162b7-ca93-4c4f-9217-a4597b45f259","artifactVersion":"1"},{"artifactName":"vfwbd763e4115820_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json","artifactChecksum":"YmMyYTY2ZWM0NTM2M2YzMTJmY2E4OWUzODM1ZjcwYTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2fe7afe3-fd19-4836-a81f-170a364f409c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4664febe-7957-4888-8f77-ad1105b0de58","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vendor-license-model.xml","artifactChecksum":"Yjc4NWQ3MTE1NzVkMmZiNWIxZjU5NDEwNzIwZThmM2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"37d0b681-8a33-47d0-85d2-6fbc0e1c55fa","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea0a404c-2a43-4a80-b2bf-22c634b3d971","artifactVersion":"2","generatedFromUUID":"4664febe-7957-4888-8f77-ad1105b0de58"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210420053826-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-template.yml","artifactChecksum":"OTcwNjQzNDhhOThkNzljNjdkYjY1YmUwNGY3ODlkN2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e3116198-20d7-40e5-93e7-41e36e9fe63c","artifactVersion":"1"},{"artifactName":"service-Vfw20210420053826-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar","artifactChecksum":"NTU4ZWVlZmRhNzNmYTFmMWFkYWU1ODJlMjlmODY5MGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c263ddd5-38cd-489c-ac43-0a4866c8f5e4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-20T05:42:22.208Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:42:22.208Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:42:22.211Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:42:22.211Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897337885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:42:22.311Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:42:22.312Z||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-04-20T05:42:22.312Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:22.321Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:42:22.322Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:42:23.211Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:42:23.212Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:42:23.214Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:42:23.214Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897337885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:42:23.315Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:42:23.316Z||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-04-20T05:42:23.316Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:23.326Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:42:23.326Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:42:24.215Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:42:24.216Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:42:24.218Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:42:24.218Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897337885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:42:24.318Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:42:24.319Z||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-04-20T05:42:24.319Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:24.328Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:42:24.329Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:42:25.219Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:42:25.220Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:42:25.222Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:42:25.222Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897337885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:42:25.322Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:42:25.324Z||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-04-20T05:42:25.324Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:25.332Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:42:25.332Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:42:26.223Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:42:26.223Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:42:26.225Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:42:26.274Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897337885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-20T05:42:26.374Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:42:26.375Z||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-04-20T05:42:26.375Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:26.383Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:42:26.384Z||pool-23-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:42:27.274Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:42:27.276Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:42:27.278Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:42:27.278Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897337885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:42:27.378Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:42:27.379Z||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-04-20T05:42:27.379Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:27.388Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:42:27.388Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:42:28.278Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:42:28.279Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:42:28.281Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:42:28.281Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897337885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:42:28.381Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:42:28.382Z||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-04-20T05:42:28.382Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:28.391Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:42:28.391Z||pool-25-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-04-20T05:42:29.283Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "serviceName": "vFW 2021-04-20 05-38-26",
  "serviceVersion": "1.0",
  "serviceUUID": "a5a57f04-bcdc-4f81-9a0e-f72f081e68e4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "79e391e4-5717-456f-8d92-7fd68ed92bc8",
  "resources": [
    {
      "resourceInstanceName": "vFW bd763e41-1582 0",
      "resourceCustomizationUUID": "9e59da30-bc22-4b3a-99ea-7b6fec7f8d0a",
      "resourceName": "vFW bd763e41-1582",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "88bffeca-2799-45f4-a566-126169f7fc87",
      "resourceInvariantUUID": "cdf3b28a-a2d9-4d42-a37a-04db217ed2e9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwbd763e4115820_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
          "artifactChecksum": "YmMyYTY2ZWM0NTM2M2YzMTJmY2E4OWUzODM1ZjcwYTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2fe7afe3-fd19-4836-a81f-170a364f409c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4664febe-7957-4888-8f77-ad1105b0de58",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ea0a404c-2a43-4a80-b2bf-22c634b3d971",
            "generatedFromUUID": "4664febe-7957-4888-8f77-ad1105b0de58"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ea0a404c-2a43-4a80-b2bf-22c634b3d971",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210420053826-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
      "artifactChecksum": "NTU4ZWVlZmRhNzNmYTFmMWFkYWU1ODJlMjlmODY5MGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c263ddd5-38cd-489c-ac43-0a4866c8f5e4"
    }
  ],
  "workloadContext": "Production"
}
2021-04-20T05:42:29.283Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-20T05:42:29.283Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a5a57f04-bcdc-4f81-9a0e-f72f081e68e4 ASDC
2021-04-20T05:42:29.284Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:48e7f450-7306-4f76-9bad-3b37e5db2ddd
ServiceName:vFW 2021-04-20 05-38-26
ServiceVersion:1.0
ServiceUUID:a5a57f04-bcdc-4f81-9a0e-f72f081e68e4
ServiceInvariantUUID:79e391e4-5717-456f-8d92-7fd68ed92bc8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210420053826-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar
ArtifactUUID:c263ddd5-38cd-489c-ac43-0a4866c8f5e4
ArtifactChecksum:NTU4ZWVlZmRhNzNmYTFmMWFkYWU1ODJlMjlmODY5MGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW bd763e41-1582 0
ResourceCustomizationUUID:9e59da30-bc22-4b3a-99ea-7b6fec7f8d0a
ResourceInvariantUUID:cdf3b28a-a2d9-4d42-a37a-04db217ed2e9
ResourceName:vFW bd763e41-1582
ResourceType:VF
ResourceUUID:88bffeca-2799-45f4-a566-126169f7fc87
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbd763e4115820_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json
ArtifactUUID:2fe7afe3-fd19-4836-a81f-170a364f409c
ArtifactChecksum:YmMyYTY2ZWM0NTM2M2YzMTJmY2E4OWUzODM1ZjcwYTU=
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/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml
ArtifactUUID:4664febe-7957-4888-8f77-ad1105b0de58
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/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env
ArtifactUUID:ea0a404c-2a43-4a80-b2bf-22c634b3d971
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/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env
ArtifactUUID:ea0a404c-2a43-4a80-b2bf-22c634b3d971
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-20T05:42:29.284Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a5a57f04-bcdc-4f81-9a0e-f72f081e68e4 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-04-20T05:42:29.370Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-20T05:42:29.371Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-04-20T05:42:29.371Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-04-20T05:42:29.371Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c263ddd5-38cd-489c-ac43-0a4866c8f5e4 from URL: /sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar
2021-04-20T05:42:29.371Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-04-20T05:42:29.371Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar
2021-04-20T05:42:29.614Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-20T05:42:29.622Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar c263ddd5-38cd-489c-ac43-0a4866c8f5e4 110129
2021-04-20T05:42:29.623Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar ASDC sendASDCNotification
2021-04-20T05:42:29.623Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar
2021-04-20T05:42:29.623Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:42:29.623Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:42:29.625Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:42:29.625Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897349623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:42:29.725Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:42:29.726Z||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-04-20T05:42:29.726Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:29.735Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:42:29.735Z||pool-26-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:42:30.625Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-20T05:42:30.627Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-04-20T05:42:30.627Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: c263ddd5-38cd-489c-ac43-0a4866c8f5e4, URL: /sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar to file: /app/ASDC/1/service-Vfw20210420053826-csar.csar
2021-04-20T05:42:30.628Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210420053826-csar.csar
2021-04-20T05:42:30.628Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210420053826-csar.csar
2021-04-20T05:42:30.628Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210420053826-csar.csar
2021-04-20T05:42:30.902Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5316670053654541861/Definitions/service-Vfw20210420053826-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-04-20T05:42:33.266Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-20T05:42:33.267Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-04-20T05:42:33.267Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210420053826-csar.csar
2021-04-20T05:42:33.267Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-20T05:42:33.267Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||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-Vfw20210420053826-csar.csar
2021-04-20T05:42:33.268Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||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-Vfw20210420053826-csar.csar
2021-04-20T05:42:33.268Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bd763e41-1582 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-Vfw20210420053826-csar.csar
2021-04-20T05:42:33.268Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210420053826-csar.csar
2021-04-20T05:42:33.268Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210420053826-csar.csar
2021-04-20T05:42:33.268Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210420053826-csar.csar
2021-04-20T05:42:33.268Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||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-Vfw20210420053826-csar.csar
2021-04-20T05:42:33.268Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bd763e41-1582 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210420053826-csar.csar
2021-04-20T05:42:33.268Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210420053826-csar.csar
2021-04-20T05:42:33.268Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||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-Vfw20210420053826-csar.csar
2021-04-20T05:42:33.268Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210420053826-csar.csar
2021-04-20T05:42:33.269Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||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-Vfw20210420053826-csar.csar
2021-04-20T05:42:33.269Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210420053826-csar.csar
2021-04-20T05:42:33.269Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210420053826-csar.csar
2021-04-20T05:42:33.269Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-04-20T05:42:33.269Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:33.269Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:42:33.269Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is matching search criteria
2021-04-20T05:42:33.270Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-04-20T05:42:33.270Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bd763e41-1582 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-20T05:42:33.270Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:33.270Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:42:33.270Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is matching search criteria
2021-04-20T05:42:33.271Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-04-20T05:42:33.271Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bd763e41-1582 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-20T05:42:33.271Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:33.271Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:42:33.271Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:33.272Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is not matching search criteria
2021-04-20T05:42:33.272Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-20T05:42:33.272Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-20T05:42:33.272Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-20T05:42:33.272Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-20T05:42:33.272Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-20T05:42:33.272Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-20T05:42:33.273Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-20T05:42:33.273Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-20T05:42:33.273Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-20T05:42:33.273Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-20T05:42:33.273Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-20T05:42:33.274Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-20T05:42:33.274Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-20T05:42:33.274Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-20T05:42:33.274Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-20T05:42:33.274Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-20T05:42:33.274Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:33.274Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-20T05:42:33.275Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:33.275Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is matching search criteria
2021-04-20T05:42:33.275Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bd763e41-1582 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:42:33.275Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:33.275Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is matching search criteria
2021-04-20T05:42:33.276Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bd763e41-1582 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:42:33.276Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:33.276Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is matching search criteria
2021-04-20T05:42:33.276Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bd763e41-1582 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:42:33.276Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:33.276Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is not matching search criteria
2021-04-20T05:42:33.277Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-20T05:42:33.277Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-20T05:42:33.277Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-20T05:42:33.277Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-20T05:42:33.277Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-20T05:42:33.277Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-20T05:42:33.277Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-20T05:42:33.278Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-20T05:42:33.278Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-20T05:42:33.278Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-20T05:42:33.278Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-20T05:42:33.278Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7591a4e9-03f1-4a0f-834a-8fe0a3fa91e4
2021-04-20T05:42:33.278Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:33.278Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is not matching search criteria
2021-04-20T05:42:33.279Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-20T05:42:33.279Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-20T05:42:33.279Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-20T05:42:33.279Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-20T05:42:33.279Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-20T05:42:33.279Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-20T05:42:33.279Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-20T05:42:33.280Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-20T05:42:33.280Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-20T05:42:33.280Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-20T05:42:33.280Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-20T05:42:33.280Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-20T05:42:33.280Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=56026542-3789-42b8-ad0b-f12c27bea400
2021-04-20T05:42:33.280Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:33.281Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is not matching search criteria
2021-04-20T05:42:33.281Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-20T05:42:33.281Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-20T05:42:33.281Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-20T05:42:33.281Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-20T05:42:33.281Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-20T05:42:33.281Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-20T05:42:33.282Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-20T05:42:33.282Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-20T05:42:33.282Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-20T05:42:33.282Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-20T05:42:33.282Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-20T05:42:33.282Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-20T05:42:33.282Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=61ab040a-c4c5-4357-93df-1faa2ededad9
2021-04-20T05:42:33.283Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:33.283Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:42:33.283Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:33.283Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:42:33.283Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:33.283Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:42:33.283Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:33.283Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:42:33.284Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-04-20 05-38-26
Description:catalog service description
Model UUID:a5a57f04-bcdc-4f81-9a0e-f72f081e68e4
Model Version:NULL
Model InvariantUuid:79e391e4-5717-456f-8d92-7fd68ed92bc8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW bd763e41-1582
Model UUID:ea5af519-eccd-4b55-a955-1d1c3f81fcb1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cdf3b28a-a2d9-4d42-a37a-04db217ed2e9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9e59da30-bc22-4b3a-99ea-7b6fec7f8d0a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:acc09c7e-9a3c-4c5b-a4eb-3fdd0e8cb699
ModelName:VfwBd763e411582..base_vfw..module-0
ModelUuid:e259e1af-e4c9-4d94-9b15-cf2dcd8503dd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7591a4e9-03f1-4a0f-834a-8fe0a3fa91e4
ModelInvariantUuid:e66ccdeb-5058-4042-a3ff-3f4b1e75b6e2
ModelName:vFW bd763e41-1582-nodes.vfwCvfc
ModelUuid:f86469b3-d828-46be-9ff8-3e28655d8c73
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:0bea7b98-db9c-4f05-b7a0-9d9519bfd13a
ModelInvariantUuid:48a32156-367a-423b-a781-82b9da7dbac1
ModelName:VfwBd763e411582.compute.nodes.heat.vfw
ModelUuid:5ea8e975-67cc-40cf-b330-cc0c7ac9c9c3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:56026542-3789-42b8-ad0b-f12c27bea400
ModelInvariantUuid:75b46ddf-408e-43bb-8140-31dc78f08d3b
ModelName:vFW bd763e41-1582-nodes.vsnCvfc
ModelUuid:5a0c3416-44c1-4f82-800a-1f721f2d077c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:578ff870-da56-4b08-978e-d8e77c6db8d0
ModelInvariantUuid:8c073235-4f03-4d57-8f1c-b2aad7df5b9a
ModelName:VfwBd763e411582.compute.nodes.heat.vsn
ModelUuid:71fb90e5-1a0b-4adf-ab45-69f30147a3da
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:61ab040a-c4c5-4357-93df-1faa2ededad9
ModelInvariantUuid:b9bf8938-3e01-4c9a-94e1-d89b74af6a42
ModelName:vFW bd763e41-1582-nodes.vpgCvfc
ModelUuid:96ac7981-07a5-45cc-87b6-d6c38c4a9d28
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:209d6e9f-0bfe-4356-9e10-87ecf14706b3
ModelInvariantUuid:708b172c-e400-4a0a-a983-3103c4b522c6
ModelName:VfwBd763e411582.compute.nodes.heat.vpg
ModelUuid:e9da3906-9c7a-49f5-9b3f-e9a9a2c58395
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-04-20T05:42:33.292Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 88bffeca-2799-45f4-a566-126169f7fc87
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-04-20T05:42:33.306Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||vFW bd763e41-1582 0
2021-04-20T05:42:33.306Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 88bffeca-2799-45f4-a566-126169f7fc87
2021-04-20T05:42:33.306Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2fe7afe3-fd19-4836-a81f-170a364f409c from URL: /sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json
2021-04-20T05:42:33.307Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-04-20T05:42:33.307Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json
2021-04-20T05:42:34.217Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-20T05:42:34.217Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json 2fe7afe3-fd19-4836-a81f-170a364f409c 785
2021-04-20T05:42:34.218Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json ASDC sendASDCNotification
2021-04-20T05:42:34.218Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json
2021-04-20T05:42:34.218Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:42:34.218Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:42:34.220Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:42:34.220Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897354218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:42:34.320Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:42:34.321Z||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-04-20T05:42:34.322Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:34.333Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:42:34.333Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:42:35.220Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwBd763e411582..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "acc09c7e-9a3c-4c5b-a4eb-3fdd0e8cb699",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e259e1af-e4c9-4d94-9b15-cf2dcd8503dd",
    "vfModuleModelCustomizationUUID": "e3c401e1-46f3-4d88-a991-6a55f252568c",
    "isBase": true,
    "artifacts": [
      "4664febe-7957-4888-8f77-ad1105b0de58",
      "ea0a404c-2a43-4a80-b2bf-22c634b3d971"
    ],
    "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-04-20T05:42:35.226Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBd763e411582..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e259e1af-e4c9-4d94-9b15-cf2dcd8503dd
VfModuleModelInvariantUUID:acc09c7e-9a3c-4c5b-a4eb-3fdd0e8cb699
VfModuleModelDescription:NULL
Artifacts UUID List:{
4664febe-7957-4888-8f77-ad1105b0de58
,
ea0a404c-2a43-4a80-b2bf-22c634b3d971

}
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-04-20T05:42:35.230Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwBd763e411582..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "acc09c7e-9a3c-4c5b-a4eb-3fdd0e8cb699",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e259e1af-e4c9-4d94-9b15-cf2dcd8503dd",
    "vfModuleModelCustomizationUUID": "e3c401e1-46f3-4d88-a991-6a55f252568c",
    "isBase": true,
    "artifacts": [
      "4664febe-7957-4888-8f77-ad1105b0de58",
      "ea0a404c-2a43-4a80-b2bf-22c634b3d971"
    ],
    "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-04-20T05:42:35.230Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBd763e411582..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e259e1af-e4c9-4d94-9b15-cf2dcd8503dd
VfModuleModelInvariantUUID:acc09c7e-9a3c-4c5b-a4eb-3fdd0e8cb699
VfModuleModelDescription:NULL
Artifacts UUID List:{
4664febe-7957-4888-8f77-ad1105b0de58
,
ea0a404c-2a43-4a80-b2bf-22c634b3d971

}
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-04-20T05:42:35.230Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4664febe-7957-4888-8f77-ad1105b0de58 from URL: /sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml
2021-04-20T05:42:35.230Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-04-20T05:42:35.231Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml
2021-04-20T05:42:36.321Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-20T05:42:36.322Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml 4664febe-7957-4888-8f77-ad1105b0de58 20368
2021-04-20T05:42:36.322Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-20T05:42:36.322Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml
2021-04-20T05:42:36.322Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:42:36.322Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:42:36.324Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:42:36.324Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897356322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:42:36.424Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:42:36.425Z||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-04-20T05:42:36.425Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:36.436Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:42:36.436Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-20T05:42:37.325Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ea0a404c-2a43-4a80-b2bf-22c634b3d971 from URL: /sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env
2021-04-20T05:42:37.325Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-04-20T05:42:37.326Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env
2021-04-20T05:42:39.064Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-20T05:42:39.064Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env ea0a404c-2a43-4a80-b2bf-22c634b3d971 2098
2021-04-20T05:42:39.064Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-20T05:42:39.064Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env
2021-04-20T05:42:39.065Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:42:39.065Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:42:39.067Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:42:39.067Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897359064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:42:39.167Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:42:39.168Z||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-04-20T05:42:39.168Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:39.178Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:42:39.178Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-20T05:42:40.068Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: a5a57f04-bcdc-4f81-9a0e-f72f081e68e4
2021-04-20T05:42:40.068Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bd763e41-1582 0 88bffeca-2799-45f4-a566-126169f7fc87 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-04-20T05:42:40.093Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:40.093Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:42:40.093Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-04-20T05:42:40.094Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 9e59da30-bc22-4b3a-99ea-7b6fec7f8d0a
2021-04-20T05:42:40.094Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9e59da30-bc22-4b3a-99ea-7b6fec7f8d0a matches Tosca VF Customization UUID: 9e59da30-bc22-4b3a-99ea-7b6fec7f8d0a
2021-04-20T05:42:40.094Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 9e59da30-bc22-4b3a-99ea-7b6fec7f8d0a  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-04-20T05:42:40.096Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:40.097Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:42:40.098Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 9e59da30-bc22-4b3a-99ea-7b6fec7f8d0a: {\"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-04-20T05:42:40.098Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1b98ee6e
2021-04-20T05:42:40.098Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:40.098Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-20T05:42:40.099Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e3c401e1-46f3-4d88-a991-6a55f252568c
2021-04-20T05:42:40.099Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e3c401e1-46f3-4d88-a991-6a55f252568c
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-04-20T05:42:40.101Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:40.102Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is matching search criteria
2021-04-20T05:42:40.102Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bd763e41-1582 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:42:40.102Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:40.102Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is matching search criteria
2021-04-20T05:42:40.102Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bd763e41-1582 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:42:40.102Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:40.103Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is not matching search criteria
2021-04-20T05:42:40.103Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-20T05:42:40.103Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-20T05:42:40.103Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-20T05:42:40.103Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-20T05:42:40.104Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-20T05:42:40.104Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-20T05:42:40.104Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-20T05:42:40.104Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-20T05:42:40.104Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-20T05:42:40.104Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-20T05:42:40.104Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-20T05:42:40.104Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7591a4e9-03f1-4a0f-834a-8fe0a3fa91e4
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-04-20T05:42:40.107Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:40.108Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is matching search criteria
2021-04-20T05:42:40.108Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bd763e41-1582 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:42:40.108Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:40.109Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is not matching search criteria
2021-04-20T05:42:40.109Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-20T05:42:40.109Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-20T05:42:40.109Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-20T05:42:40.110Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-20T05:42:40.110Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-20T05:42:40.110Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-20T05:42:40.110Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-20T05:42:40.110Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-20T05:42:40.111Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-20T05:42:40.111Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-20T05:42:40.111Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-20T05:42:40.111Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-20T05:42:40.111Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=56026542-3789-42b8-ad0b-f12c27bea400
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-04-20T05:42:40.114Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:40.114Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is matching search criteria
2021-04-20T05:42:40.114Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bd763e41-1582 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:42:40.117Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:40.117Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is not matching search criteria
2021-04-20T05:42:40.117Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-20T05:42:40.118Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-20T05:42:40.118Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-20T05:42:40.118Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-20T05:42:40.118Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-20T05:42:40.118Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-20T05:42:40.118Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-20T05:42:40.118Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-20T05:42:40.118Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-20T05:42:40.118Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-20T05:42:40.119Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-20T05:42:40.119Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-20T05:42:40.119Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=61ab040a-c4c5-4357-93df-1faa2ededad9
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-04-20T05:42:40.121Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:40.122Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is matching search criteria
2021-04-20T05:42:40.122Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bd763e41-1582 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:42:40.122Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:40.122Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is matching search criteria
2021-04-20T05:42:40.122Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bd763e41-1582 0] matching following query criteria: sdcType=VF, customizationUUID=9e59da30-bc22-4b3a-99ea-7b6fec7f8d0a
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-04-20T05:42:40.124Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:40.124Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:42:40.125Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid a5a57f04-bcdc-4f81-9a0e-f72f081e68e4: vFW bd763e41-1582
2021-04-20T05:42:40.125Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:40.125Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:42:40.125Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:40.125Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:42:40.125Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:40.125Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:42:40.126Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:40.126Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:42:40.126Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:42:40.126Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:42:40.126Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-04-20 05-38-26 
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-04-20T05:42:40.293Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bd763e41-1582 88bffeca-2799-45f4-a566-126169f7fc87 1 ASDC deployResourceStructure
2021-04-20T05:42:40.294Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json ASDC sendASDCNotification
2021-04-20T05:42:40.294Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json
2021-04-20T05:42:40.294Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:42:40.294Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:42:40.296Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:42:40.296Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897360294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-20T05:42:40.396Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:42:40.397Z||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-04-20T05:42:40.397Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:40.407Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:42:40.408Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:42:41.297Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-20T05:42:41.297Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml
2021-04-20T05:42:41.297Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:42:41.298Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:42:41.300Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:42:41.300Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897361296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-20T05:42:41.400Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:42:41.401Z||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-04-20T05:42:41.402Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:41.411Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:42:41.412Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:42:42.301Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-20T05:42:42.302Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env
2021-04-20T05:42:42.302Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:42:42.302Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:42:42.305Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:42:42.306Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897362301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-20T05:42:42.405Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-20T05:42:42.407Z||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-04-20T05:42:42.407Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:42.417Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:42:42.418Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:42:43.307Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar ASDC sendASDCNotification
2021-04-20T05:42:43.307Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar
2021-04-20T05:42:43.307Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:42:43.307Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:42:43.309Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:42:43.309Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897363306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:42:43.409Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:42:43.410Z||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-04-20T05:42:43.410Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:43.419Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:42:43.419Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:42:44.310Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48e7f450-7306-4f76-9bad-3b37e5db2ddd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:42:44.319Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48e7f450-7306-4f76-9bad-3b37e5db2ddd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:42:44.322Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:42:44.322Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:42:44.322Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:43:14.322Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48e7f450-7306-4f76-9bad-3b37e5db2ddd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:43:14.331Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48e7f450-7306-4f76-9bad-3b37e5db2ddd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:43:14.333Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:43:14.333Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:43:14.333Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:43:14.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:43:14.634Z||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-04-20T05:43:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:43:14.656Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:43:14.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:43:14.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "dcae-sch",
  "timestamp": 1618897274263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:43:14.658Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:43:44.333Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48e7f450-7306-4f76-9bad-3b37e5db2ddd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:43:44.343Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48e7f450-7306-4f76-9bad-3b37e5db2ddd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:43:44.347Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:43:44.347Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:43:44.347Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:44:14.347Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48e7f450-7306-4f76-9bad-3b37e5db2ddd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:44:14.358Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48e7f450-7306-4f76-9bad-3b37e5db2ddd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:44:14.360Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:44:14.361Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:44:14.361Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:44:14.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:44:14.634Z||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-04-20T05:44:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:44:14.658Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:44:14.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897270031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:44:14.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "cds",
  "timestamp": 1618897266276,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897273631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897274959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "dcae-sch",
  "timestamp": 1618897274263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897270031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "cds",
  "timestamp": 1618897266276,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897273631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897274959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "dcae-sch",
  "timestamp": 1618897274263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897270031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-20T05:44:14.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "cds",
  "timestamp": 1618897266276,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897273631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897274959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "dcae-sch",
  "timestamp": 1618897274263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897270031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "cds",
  "timestamp": 1618897266276,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897273631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897274959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "dcae-sch",
  "timestamp": 1618897274263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897270031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:44:14.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "cds",
  "timestamp": 1618897266276,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:44:14.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897273631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897274959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "policy-id",
  "timestamp": 1618897279141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "dcae-sch",
  "timestamp": 1618897274263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.670Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897279434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.670Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897279558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.670Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897273631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.671Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897274959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.671Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "policy-id",
  "timestamp": 1618897279141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.671Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "dcae-sch",
  "timestamp": 1618897274263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897279434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:44:14.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897279558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:44:14.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897274959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:44:14.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "policy-id",
  "timestamp": 1618897279141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:44:14.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897279434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:44:14.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897279558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:44:14.674Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897282252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:44:14.674Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "cds",
  "timestamp": 1618897282322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:44:14.674Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "policy-id",
  "timestamp": 1618897279141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.674Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897279434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.675Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897279558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.675Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "cds",
  "timestamp": 1618897283326,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-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-04-20T05:44:14.680Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 48e7f450-7306-4f76-9bad-3b37e5db2ddd
2021-04-20T05:44:14.681Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48e7f450-7306-4f76-9bad-3b37e5db2ddd 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-04-20T05:44:14.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "policy-id",
  "timestamp": 1618897279141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897284034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:44:14.692Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897279434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-20T05:44:14.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897279558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-20T05:44:14.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "policy-id",
  "timestamp": 1618897279141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897279434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897279558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897285314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:44:14.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "policy-id",
  "timestamp": 1618897279141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:44:14.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897279434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:44:14.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897279558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:44:14.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897287102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:44:14.695Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897288050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:44:14.695Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897288105,
  "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-04-20T05:44:14.702Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 48e7f450-7306-4f76-9bad-3b37e5db2ddd
2021-04-20T05:44:14.702Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48e7f450-7306-4f76-9bad-3b37e5db2ddd 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-04-20T05:44:14.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "policy-id",
  "timestamp": 1618897288359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:44:14.710Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897288505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:44:14.711Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897288603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:44:14.711Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897289056,
  "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-04-20T05:44:14.716Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48e7f450-7306-4f76-9bad-3b37e5db2ddd
2021-04-20T05:44:14.717Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48e7f450-7306-4f76-9bad-3b37e5db2ddd 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-04-20T05:44:14.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "policy-id",
  "timestamp": 1618897289362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:44:14.725Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897290059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-20T05:44:14.725Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897290104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:44:14.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897290175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:44:14.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "policy-id",
  "timestamp": 1618897290365,
  "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-04-20T05:44:14.730Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48e7f450-7306-4f76-9bad-3b37e5db2ddd
2021-04-20T05:44:14.731Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48e7f450-7306-4f76-9bad-3b37e5db2ddd 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-04-20T05:44:14.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897291320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:44:14.739Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897291392,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:44:14.739Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "clamp",
  "timestamp": 1618897291365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.740Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897292347,
  "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-04-20T05:44:14.744Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48e7f450-7306-4f76-9bad-3b37e5db2ddd
2021-04-20T05:44:14.745Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48e7f450-7306-4f76-9bad-3b37e5db2ddd 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-04-20T05:44:14.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897292399,
  "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-04-20T05:44:14.758Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48e7f450-7306-4f76-9bad-3b37e5db2ddd
2021-04-20T05:44:14.759Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48e7f450-7306-4f76-9bad-3b37e5db2ddd 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-04-20T05:44:14.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "aai-ml",
  "timestamp": 1618897292256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "clamp",
  "timestamp": 1618897291365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:44:14.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897293352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-20T05:44:14.767Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897293403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-20T05:44:14.767Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "aai-ml",
  "timestamp": 1618897292256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "clamp",
  "timestamp": 1618897291365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "aai-ml",
  "timestamp": 1618897292256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "clamp",
  "timestamp": 1618897291365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "aai-ml",
  "timestamp": 1618897292256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "clamp",
  "timestamp": 1618897291365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "aai-ml",
  "timestamp": 1618897292256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "clamp",
  "timestamp": 1618897291365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "aai-ml",
  "timestamp": 1618897292256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "clamp",
  "timestamp": 1618897291365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:44:14.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "aai-ml",
  "timestamp": 1618897292256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:44:14.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:44:14.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "aai-ml",
  "timestamp": 1618897303361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:44:14.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "clamp",
  "timestamp": 1618897308739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:44:14.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "clamp",
  "timestamp": 1618897309756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:44:14.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "clamp",
  "timestamp": 1618897310758,
  "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-04-20T05:44:14.775Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 48e7f450-7306-4f76-9bad-3b37e5db2ddd
2021-04-20T05:44:14.775Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48e7f450-7306-4f76-9bad-3b37e5db2ddd 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-04-20T05:44:14.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "aai-ml",
  "timestamp": 1618897312095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:44:14.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "aai-ml",
  "timestamp": 1618897313098,
  "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-04-20T05:44:14.789Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 48e7f450-7306-4f76-9bad-3b37e5db2ddd
2021-04-20T05:44:14.789Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48e7f450-7306-4f76-9bad-3b37e5db2ddd 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-04-20T05:44:44.361Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48e7f450-7306-4f76-9bad-3b37e5db2ddd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:44:44.371Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48e7f450-7306-4f76-9bad-3b37e5db2ddd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:44:44.373Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:44:44.373Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-20T05:44:44.373Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-20T05:44:44.374Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-20T05:44:44.374Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:44:44.374Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:44:44.374Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:44:44.374Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:44:44.374Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:44:44.374Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:44:44.374Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-20T05:44:44.379Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-20T05:45:14.380Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 48e7f450-7306-4f76-9bad-3b37e5db2ddd 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-04-20T05:45:14.387Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 48e7f450-7306-4f76-9bad-3b37e5db2ddd and serviceModelVersionId: a5a57f04-bcdc-4f81-9a0e-f72f081e68e4
2021-04-20T05:45:14.387Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 79e391e4-5717-456f-8d92-7fd68ed92bc8
2021-04-20T05:45:14.388Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/79e391e4-5717-456f-8d92-7fd68ed92bc8/model-vers/model-ver/a5a57f04-bcdc-4f81-9a0e-f72f081e68e4?depth=0
2021-04-20T05:45:14.393Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-04-20T05:45:14.431Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/79e391e4-5717-456f-8d92-7fd68ed92bc8/model-vers/model-ver/a5a57f04-bcdc-4f81-9a0e-f72f081e68e4?depth=0|INFO|500||Invoke
2021-04-20T05:45:14.431Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/79e391e4-5717-456f-8d92-7fd68ed92bc8/model-vers/model-ver/a5a57f04-bcdc-4f81-9a0e-f72f081e68e4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/79e391e4-5717-456f-8d92-7fd68ed92bc8/model-vers/model-ver/a5a57f04-bcdc-4f81-9a0e-f72f081e68e4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[48e7f450-7306-4f76-9bad-3b37e5db2ddd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c47fa13e-7c79-404c-82ce-38f306f4253c], X-ECOMP-RequestID=[48e7f450-7306-4f76-9bad-3b37e5db2ddd], X-TransactionId=[], X-ONAP-RequestID=[48e7f450-7306-4f76-9bad-3b37e5db2ddd], Content-Type=[application/merge-patch+json]}
2021-04-20T05:45:14.453Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/79e391e4-5717-456f-8d92-7fd68ed92bc8/model-vers/model-ver/a5a57f04-bcdc-4f81-9a0e-f72f081e68e4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-20T05:45:14.634Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:45:14.634Z||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-04-20T05:45:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:45:14.721Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/79e391e4-5717-456f-8d92-7fd68ed92bc8/model-vers/model-ver/a5a57f04-bcdc-4f81-9a0e-f72f081e68e4?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/79e391e4-5717-456f-8d92-7fd68ed92bc8/model-vers/model-ver/a5a57f04-bcdc-4f81-9a0e-f72f081e68e4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210420-05:45:14:461-89861], vertex-id=[380944], Content-Length=[0], Date=[Tue, 20 Apr 2021 05:45:14 GMT], Content-Type=[application/json]}
2021-04-20T05:45:14.721Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/79e391e4-5717-456f-8d92-7fd68ed92bc8/model-vers/model-ver/a5a57f04-bcdc-4f81-9a0e-f72f081e68e4?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-20T05:45:14.722Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/79e391e4-5717-456f-8d92-7fd68ed92bc8/model-vers/model-ver/a5a57f04-bcdc-4f81-9a0e-f72f081e68e4?depth=0|INFO|500||InvokeReturn
2021-04-20T05:45:14.723Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-20T05:45:14.723Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||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-04-20T05:45:14.727Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-20T05:45:14.727Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 48e7f450-7306-4f76-9bad-3b37e5db2ddd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-20T05:45:14.727Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-20T05:45:14.727Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:45:14.729Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:45:14.729Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897514727,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-20T05:45:14.829Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:45:14.830Z||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-04-20T05:45:14.830Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:45:14.840Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:45:14.840Z||pool-34-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:45:14.850Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:45:14.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-20T05:45:14.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897336860,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-20T05:45:14.851Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:45:14.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-20T05:45:14.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897337885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:45:14.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:45:14.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-20T05:45:14.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897337885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:45:14.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:45:14.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-20T05:45:14.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897337885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:45:14.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:45:14.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-20T05:45:14.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897337885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:45:14.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:45:14.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-20T05:45:14.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897337885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-20T05:45:14.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897337885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897337885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897349623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897354218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897356322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897359064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:45:14.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-20T05:45:14.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897360294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-20T05:45:14.854Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:45:14.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-20T05:45:14.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897361296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-20T05:45:14.854Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:45:14.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-20T05:45:14.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897362301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-20T05:45:14.854Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:45:14.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-20T05:45:14.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897363306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:45:14.854Z||pool-2-thread-3|||||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-04-20T05:45:15.740Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:45:15.740Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|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-04-20T05:45:15.741Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:45:25.927Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:45:25.927Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:45:25.927Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|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-04-20T05:45:25.928Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:45:35.464Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:45:35.465Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:45:35.465Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-20T05:45:35.465Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:45:45.007Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:45:45.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:45:45.009Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-20T05:45:45.009Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:45:54.543Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:45:54.544Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:45:54.545Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-20T05:45:54.545Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:46:03.275Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:46:03.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-20T05:46:03.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"8cd1e740-b02d-4d24-84e8-fdc6df68d817","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"913cdfb8-8957-4379-b29e-1b73f4f00410","serviceDescription":"service","serviceInvariantUUID":"e5b9facb-6bfb-4c85-939c-26815142118b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41d439fd-40e8-4790-a5dd-25891e3babdf","resourceInvariantUUID":"85725d70-242f-4bcc-a063-2af0901816e5","resourceCustomizationUUID":"50f58e0a-d82e-4228-a571-11a91b9faf05","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":"YjFiMGMyNGRjYzRiZTQ4NGQ1NjBkYTIzMWFkODYwMzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d09a297-2060-4a82-8210-fe6643599d99","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjY0Zjk3YmU1ZDVhNWE0YjljZTMwM2NlMzcwZjUzNjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de9fe0e7-f6cb-4496-b23f-47314ed1f4f1","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-20T05:46:03.277Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:46:03.277Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:46:03.279Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:46:03.279Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897554544,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:46:03.379Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:46:03.380Z||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-04-20T05:46:03.380Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:46:03.401Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:46:03.402Z||pool-35-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:46:04.280Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:46:04.282Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:46:04.283Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:46:04.283Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897554544,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:46:04.384Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-20T05:46:04.385Z||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-04-20T05:46:04.385Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:46:04.393Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:46:04.393Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:46:05.284Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "913cdfb8-8957-4379-b29e-1b73f4f00410",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e5b9facb-6bfb-4c85-939c-26815142118b",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "50f58e0a-d82e-4228-a571-11a91b9faf05",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "41d439fd-40e8-4790-a5dd-25891e3babdf",
      "resourceInvariantUUID": "85725d70-242f-4bcc-a063-2af0901816e5",
      "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": "ZjY0Zjk3YmU1ZDVhNWE0YjljZTMwM2NlMzcwZjUzNjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "de9fe0e7-f6cb-4496-b23f-47314ed1f4f1"
    }
  ],
  "workloadContext": "Production"
}
2021-04-20T05:46:05.285Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-20T05:46:05.285Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 913cdfb8-8957-4379-b29e-1b73f4f00410 ASDC
2021-04-20T05:46:05.285Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:8cd1e740-b02d-4d24-84e8-fdc6df68d817
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:913cdfb8-8957-4379-b29e-1b73f4f00410
ServiceInvariantUUID:e5b9facb-6bfb-4c85-939c-26815142118b
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:de9fe0e7-f6cb-4496-b23f-47314ed1f4f1
ArtifactChecksum:ZjY0Zjk3YmU1ZDVhNWE0YjljZTMwM2NlMzcwZjUzNjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:50f58e0a-d82e-4228-a571-11a91b9faf05
ResourceInvariantUUID:85725d70-242f-4bcc-a063-2af0901816e5
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41d439fd-40e8-4790-a5dd-25891e3babdf
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-04-20T05:46:05.285Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 913cdfb8-8957-4379-b29e-1b73f4f00410 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-04-20T05:46:05.316Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-20T05:46:05.317Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-20T05:46:05.317Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-20T05:46:05.318Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: de9fe0e7-f6cb-4496-b23f-47314ed1f4f1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-20T05:46:05.318Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-20T05:46:05.318Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-20T05:46:07.109Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-20T05:46:07.113Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar de9fe0e7-f6cb-4496-b23f-47314ed1f4f1 52222
2021-04-20T05:46:07.113Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-20T05:46:07.113Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-20T05:46:07.114Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:46:07.114Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:46:07.116Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:46:07.116Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897567113,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:46:07.216Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:46:07.217Z||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-04-20T05:46:07.217Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:46:07.226Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:46:07.227Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:46:08.117Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-20T05:46:08.118Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-20T05:46:08.119Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: de9fe0e7-f6cb-4496-b23f-47314ed1f4f1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-20T05:46:08.119Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-20T05:46:08.119Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-20T05:46:08.120Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-20T05:46:08.214Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10536318670568700682/Definitions/service-BasicNetwork-template.yml
2021-04-20T05:46:08.581Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-20T05:46:08.581Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-04-20T05:46:08.582Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-20T05:46:08.582Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-20T05:46:08.582Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||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-04-20T05:46:08.582Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||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-04-20T05:46:08.582Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||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-04-20T05:46:08.582Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||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-04-20T05:46:08.583Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||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-04-20T05:46:08.583Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||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-04-20T05:46:08.583Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||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-04-20T05:46:08.583Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||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-04-20T05:46:08.583Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-04-20T05:46:08.583Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:46:08.584Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:46:08.584Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-20T05:46:08.584Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-20T05:46:08.584Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-20T05:46:08.584Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:46:08.585Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:46:08.585Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-20T05:46:08.585Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-20T05:46:08.585Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-20T05:46:08.585Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:46:08.586Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:46:08.586Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:46:08.586Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:46:08.586Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:46:08.587Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:46:08.587Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:46:08.587Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:46:08.587Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:46:08.588Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:46:08.588Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:913cdfb8-8957-4379-b29e-1b73f4f00410
Model Version:NULL
Model InvariantUuid:e5b9facb-6bfb-4c85-939c-26815142118b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:85725d70-242f-4bcc-a063-2af0901816e5
Model UUID:5e3f9ca4-53fb-44f8-83c5-72246c2061d4
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:50f58e0a-d82e-4228-a571-11a91b9faf05
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-04-20T05:46:08.595Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 41d439fd-40e8-4790-a5dd-25891e3babdf
2021-04-20T05:46:08.595Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||No resources found for Service: 913cdfb8-8957-4379-b29e-1b73f4f00410
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-04-20T05:46:08.599Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||
2021-04-20T05:46:08.600Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-04-20T05:46:08.600Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 913cdfb8-8957-4379-b29e-1b73f4f00410
2021-04-20T05:46:08.600Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 913cdfb8-8957-4379-b29e-1b73f4f00410
2021-04-20T05:46:08.601Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-04-20T05:46:08.601Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||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-04-20T05:46:08.623Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:46:08.623Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:46:08.623Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:46:08.624Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:46:08.624Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 913cdfb8-8957-4379-b29e-1b73f4f00410: Generic NeutronNet
2021-04-20T05:46:08.624Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:46:08.624Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:46:08.624Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:46:08.624Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||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-04-20T05:46:08.663Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:46:08.663Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:46:08.663Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:46:08.663Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:46:08.664Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:46:08.664Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:46:08.664Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||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-04-20T05:46:08.734Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-04-20T05:46:08.734Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-20T05:46:08.734Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-20T05:46:08.734Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:46:08.734Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:46:08.736Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:46:08.736Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897568734,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:46:08.840Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-04-20T05:46:08.841Z||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-04-20T05:46:08.841Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:46:08.851Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:46:08.852Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:46:09.737Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:46:09.748Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:46:09.752Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:46:09.753Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:46:09.753Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:46:14.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:46:14.634Z||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-04-20T05:46:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:46:14.652Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:46:14.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:46:14.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897514727,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-20T05:46:14.654Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:46:39.753Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:46:39.764Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:46:39.766Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:46:39.766Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:46:39.766Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:47:09.767Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:47:09.774Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:47:09.775Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:47:09.775Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:47:09.775Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:47:14.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:47:14.634Z||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-04-20T05:47:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:47:14.654Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:47:14.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "clamp",
  "timestamp": 1618897561365,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:47:14.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:47:14.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897559434,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:47:14.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:47:14.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897553631,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:47:14.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:47:14.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "aai-ml",
  "timestamp": 1618897562256,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:47:14.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:47:14.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897559558,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:47:14.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:47:14.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897554544,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:47:14.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:47:14.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "dcae-sch",
  "timestamp": 1618897554263,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:47:14.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:47:14.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "policy-id",
  "timestamp": 1618897559143,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:47:14.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:47:14.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897554544,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:47:14.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:47:14.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897559434,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:47:14.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:47:14.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "clamp",
  "timestamp": 1618897561365,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:47:14.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:47:14.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897559558,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:47:14.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:47:14.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897553631,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:47:14.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:47:14.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "aai-ml",
  "timestamp": 1618897562256,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:47:14.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:47:14.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "dcae-sch",
  "timestamp": 1618897554263,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:47:14.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:47:14.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "policy-id",
  "timestamp": 1618897559143,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:47:14.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:47:14.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "policy-id",
  "timestamp": 1618897566816,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:47:14.662Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:47:14.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "cds",
  "timestamp": 1618897566276,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:47:14.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:47:14.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "aai-ml",
  "timestamp": 1618897567052,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:47:14.662Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:47:14.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897567113,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:47:14.663Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:47:14.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "policy-id",
  "timestamp": 1618897567820,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:47:14.663Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:47:14.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "cds",
  "timestamp": 1618897566276,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:47:14.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:47:14.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897568734,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:47:14.663Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:47:14.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "policy-id",
  "timestamp": 1618897568823,
  "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-04-20T05:47:14.670Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8cd1e740-b02d-4d24-84e8-fdc6df68d817
2021-04-20T05:47:14.670Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8cd1e740-b02d-4d24-84e8-fdc6df68d817 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-04-20T05:47:14.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "cds",
  "timestamp": 1618897570054,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:47:14.679Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:47:14.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "aai-ml",
  "timestamp": 1618897570651,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:47:14.679Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:47:14.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897570031,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:47:14.680Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:47:14.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "cds",
  "timestamp": 1618897571058,
  "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-04-20T05:47:14.685Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8cd1e740-b02d-4d24-84e8-fdc6df68d817
2021-04-20T05:47:14.685Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8cd1e740-b02d-4d24-84e8-fdc6df68d817 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-04-20T05:47:14.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897570031,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:47:14.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:47:14.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "aai-ml",
  "timestamp": 1618897571656,
  "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-04-20T05:47:14.701Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8cd1e740-b02d-4d24-84e8-fdc6df68d817
2021-04-20T05:47:14.701Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8cd1e740-b02d-4d24-84e8-fdc6df68d817 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-04-20T05:47:14.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "clamp",
  "timestamp": 1618897572618,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:47:14.710Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:47:14.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "clamp",
  "timestamp": 1618897573637,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:47:14.711Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:47:39.776Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:47:39.785Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:47:39.787Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:47:39.787Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-20T05:47:39.788Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:47:39.788Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:48:09.788Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:48:09.798Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:48:09.800Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:48:09.800Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-20T05:48:09.800Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:48:09.800Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:48:14.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:48:14.634Z||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-04-20T05:48:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:48:14.653Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:48:14.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:48:14.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "clamp",
  "timestamp": 1618897574640,
  "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-04-20T05:48:14.659Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8cd1e740-b02d-4d24-84e8-fdc6df68d817
2021-04-20T05:48:14.659Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8cd1e740-b02d-4d24-84e8-fdc6df68d817 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-04-20T05:48:39.800Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:48:39.812Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:48:39.815Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:48:39.815Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-20T05:48:39.815Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:48:39.815Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:49:09.815Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:49:09.825Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:49:09.828Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:49:09.828Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-20T05:49:09.829Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:49:09.829Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:49:14.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:49:14.634Z||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-04-20T05:49:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:49:14.664Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:49:14.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:49:14.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897574959,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:49:14.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:49:14.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:49:14.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897574959,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:49:14.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:49:14.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:49:14.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897579414,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:49:14.666Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:49:14.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:49:14.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897580848,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:49:14.666Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:49:14.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:49:14.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897581851,
  "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-04-20T05:49:14.672Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8cd1e740-b02d-4d24-84e8-fdc6df68d817
2021-04-20T05:49:14.672Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8cd1e740-b02d-4d24-84e8-fdc6df68d817 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-04-20T05:49:39.829Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:49:39.837Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:49:39.840Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:49:39.840Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-20T05:49:39.840Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-20T05:49:39.840Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-20T05:49:39.840Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:49:39.840Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:49:39.841Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:49:39.841Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:49:39.841Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:49:39.841Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:49:39.841Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||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-04-20T05:49:39.845Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-20T05:50:09.845Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817 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-04-20T05:50:09.850Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817 and serviceModelVersionId: 913cdfb8-8957-4379-b29e-1b73f4f00410
2021-04-20T05:50:09.850Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e5b9facb-6bfb-4c85-939c-26815142118b
2021-04-20T05:50:09.851Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e5b9facb-6bfb-4c85-939c-26815142118b/model-vers/model-ver/913cdfb8-8957-4379-b29e-1b73f4f00410?depth=0
2021-04-20T05:50:09.855Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-04-20T05:50:09.902Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5b9facb-6bfb-4c85-939c-26815142118b/model-vers/model-ver/913cdfb8-8957-4379-b29e-1b73f4f00410?depth=0|INFO|500||Invoke
2021-04-20T05:50:09.902Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5b9facb-6bfb-4c85-939c-26815142118b/model-vers/model-ver/913cdfb8-8957-4379-b29e-1b73f4f00410?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5b9facb-6bfb-4c85-939c-26815142118b/model-vers/model-ver/913cdfb8-8957-4379-b29e-1b73f4f00410?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8cd1e740-b02d-4d24-84e8-fdc6df68d817], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[44491cfc-c2a7-435b-89dd-fc3978fad51c], X-ECOMP-RequestID=[8cd1e740-b02d-4d24-84e8-fdc6df68d817], X-TransactionId=[], X-ONAP-RequestID=[8cd1e740-b02d-4d24-84e8-fdc6df68d817], Content-Type=[application/merge-patch+json]}
2021-04-20T05:50:09.924Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5b9facb-6bfb-4c85-939c-26815142118b/model-vers/model-ver/913cdfb8-8957-4379-b29e-1b73f4f00410?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-20T05:50:10.051Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5b9facb-6bfb-4c85-939c-26815142118b/model-vers/model-ver/913cdfb8-8957-4379-b29e-1b73f4f00410?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/e5b9facb-6bfb-4c85-939c-26815142118b/model-vers/model-ver/913cdfb8-8957-4379-b29e-1b73f4f00410?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210420-05:50:09:931-22855], vertex-id=[184352], Content-Length=[0], Date=[Tue, 20 Apr 2021 05:50:09 GMT], Content-Type=[application/json]}
2021-04-20T05:50:10.051Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5b9facb-6bfb-4c85-939c-26815142118b/model-vers/model-ver/913cdfb8-8957-4379-b29e-1b73f4f00410?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-20T05:50:10.052Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5b9facb-6bfb-4c85-939c-26815142118b/model-vers/model-ver/913cdfb8-8957-4379-b29e-1b73f4f00410?depth=0|INFO|500||InvokeReturn
2021-04-20T05:50:10.052Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-20T05:50:10.053Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||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-04-20T05:50:10.057Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||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-04-20T05:50:10.057Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8cd1e740-b02d-4d24-84e8-fdc6df68d817 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-20T05:50:10.057Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-20T05:50:10.057Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:50:10.059Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:50:10.059Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897810057,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-20T05:50:10.159Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:50:10.160Z||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-04-20T05:50:10.160Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:50:10.171Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:50:10.172Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-20T05:50:11.069Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:50:11.070Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-20T05:50:11.070Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:50:14.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:50:14.634Z||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-04-20T05:50:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:50:14.657Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:50:14.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897630031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "cds",
  "timestamp": 1618897626275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897633631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "dcae-sch",
  "timestamp": 1618897634263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897634959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897630031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "dcae-sch",
  "timestamp": 1618897634263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "cds",
  "timestamp": 1618897626275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897633631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897634959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897630031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "dcae-sch",
  "timestamp": 1618897634263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "cds",
  "timestamp": 1618897626275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897633631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897634959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897630031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "dcae-sch",
  "timestamp": 1618897634263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "cds",
  "timestamp": 1618897626275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897633631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897634959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897630031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "dcae-sch",
  "timestamp": 1618897634263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "cds",
  "timestamp": 1618897626275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897633631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897634959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "policy-id",
  "timestamp": 1618897639142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897639434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897639558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897630031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "dcae-sch",
  "timestamp": 1618897634263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "cds",
  "timestamp": 1618897626275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897633631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:50:14.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897634959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "policy-id",
  "timestamp": 1618897639142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897639434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897639558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897630031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "dcae-sch",
  "timestamp": 1618897634263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "cds",
  "timestamp": 1618897626275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897633631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897634959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "policy-id",
  "timestamp": 1618897639142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897639434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897639558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897630031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "dcae-sch",
  "timestamp": 1618897634263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "cds",
  "timestamp": 1618897626275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897633631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897634959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "policy-id",
  "timestamp": 1618897639142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897639434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897639558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "policy-id",
  "timestamp": 1618897639142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897639434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897639558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "policy-id",
  "timestamp": 1618897639142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897639434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897639558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "policy-id",
  "timestamp": 1618897639142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "cds",
  "timestamp": 1618897645811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:50:14.670Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:50:14.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897645937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:50:14.670Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:50:14.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897646018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:50:14.670Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:50:14.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897639434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897639558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "policy-id",
  "timestamp": 1618897639142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:50:14.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "cds",
  "timestamp": 1618897646817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-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-04-20T05:50:14.684Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dfdd4160-fc0f-4c28-89c7-18702377ca37
2021-04-20T05:50:14.685Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfdd4160-fc0f-4c28-89c7-18702377ca37 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-04-20T05:50:14.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897639434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:50:14.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897639558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:50:14.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897647279,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-04-20T05:50:14.695Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:50:14.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897647810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:50:14.695Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:50:14.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897648283,
  "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-04-20T05:50:14.700Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of dfdd4160-fc0f-4c28-89c7-18702377ca37
2021-04-20T05:50:14.700Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfdd4160-fc0f-4c28-89c7-18702377ca37 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-04-20T05:50:14.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897648814,
  "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-04-20T05:50:14.712Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dfdd4160-fc0f-4c28-89c7-18702377ca37
2021-04-20T05:50:14.712Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfdd4160-fc0f-4c28-89c7-18702377ca37 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-04-20T05:50:14.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "policy-id",
  "timestamp": 1618897649269,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:50:14.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:50:14.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "policy-id",
  "timestamp": 1618897650272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:50:14.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:50:14.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "policy-id",
  "timestamp": 1618897651275,
  "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-04-20T05:50:14.725Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dfdd4160-fc0f-4c28-89c7-18702377ca37
2021-04-20T05:50:14.725Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfdd4160-fc0f-4c28-89c7-18702377ca37 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-04-20T05:50:14.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "clamp",
  "timestamp": 1618897651365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "aai-ml",
  "timestamp": 1618897652256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "clamp",
  "timestamp": 1618897651365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "aai-ml",
  "timestamp": 1618897652256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "clamp",
  "timestamp": 1618897651365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "aai-ml",
  "timestamp": 1618897652256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "clamp",
  "timestamp": 1618897651365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "aai-ml",
  "timestamp": 1618897652256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "clamp",
  "timestamp": 1618897651365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "aai-ml",
  "timestamp": 1618897652256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "clamp",
  "timestamp": 1618897651365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "aai-ml",
  "timestamp": 1618897652256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "clamp",
  "timestamp": 1618897651365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "aai-ml",
  "timestamp": 1618897652256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "clamp",
  "timestamp": 1618897651365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:50:14.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "aai-ml",
  "timestamp": 1618897652256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:50:14.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:50:14.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "aai-ml",
  "timestamp": 1618897664451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:50:14.736Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:50:14.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "clamp",
  "timestamp": 1618897667416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:50:14.736Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:50:14.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "clamp",
  "timestamp": 1618897668433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:50:14.737Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:50:14.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "clamp",
  "timestamp": 1618897669436,
  "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-04-20T05:50:14.741Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dfdd4160-fc0f-4c28-89c7-18702377ca37
2021-04-20T05:50:14.741Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfdd4160-fc0f-4c28-89c7-18702377ca37 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-04-20T05:50:14.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "aai-ml",
  "timestamp": 1618897669751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:50:14.748Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:50:14.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "aai-ml",
  "timestamp": 1618897670753,
  "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-04-20T05:50:14.753Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dfdd4160-fc0f-4c28-89c7-18702377ca37
2021-04-20T05:50:14.753Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfdd4160-fc0f-4c28-89c7-18702377ca37 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-04-20T05:50:15.360Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:50:15.361Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-20T05:50:15.361Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"dfdd4160-fc0f-4c28-89c7-18702377ca37","serviceName":"Demo_pNF_csHntjzlDDpGV6i7iNLu","serviceVersion":"1.0","serviceUUID":"20954756-a8d0-401d-a8df-2aeb45d49beb","serviceDescription":"catalog service description","serviceInvariantUUID":"57478982-8cc6-4442-ac2b-b7cfb07c8408","resources":[{"resourceInstanceName":"pNF 58cc5b9f-dd2a 0","resourceName":"pNF 58cc5b9f-dd2a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6b0df9d2-9788-41ee-a624-187b4e922183","resourceInvariantUUID":"8cca452a-c973-4d01-a221-c7886edda2f5","resourceCustomizationUUID":"452e1458-83af-4d85-9dcb-c804f09dbfe4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vf-license-model.xml","artifactChecksum":"ZTZhOTM0ZGUwNDQ5NWNiYmFhODdiMzVkNWY3MjAzMzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a2766948-45e9-4d47-8b23-c141d37b7c57","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/pNF.csar","artifactChecksum":"NTkwYWFmODYxNWRkMTEyNWVlMWNmZTNlZGUwZDc3NWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0470e3da-81ba-4861-850f-df3fb42a3d88","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ff6685e-fa0b-47b3-b398-955232f58ec7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vendor-license-model.xml","artifactChecksum":"Nzc0ZGY5MzFmMjc1YTVlNWJjYjcxNDAyYmExZWIzZmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2b2932e6-ad13-48e6-be94-a82f423bceec","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7f20a745-5894-44f0-8fae-f987cfcfd468","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4e1b86e9-87d0-45b0-b8fc-08c42cd57653","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCshntjzlddpgv6i7inlu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-template.yml","artifactChecksum":"M2I0NDBhMDdjMjdlMTdkN2E5MDYxNzI0ZDgwMzA0NDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f85a2fd-d881-4d04-a135-a3c8bff7be2e","artifactVersion":"1"},{"artifactName":"service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar","artifactChecksum":"ZGNiOTMxZjg0ODIyZDRlYzg3MDQ0ZThlZTA4MGViZTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"956e384c-253d-48ca-bc42-e015a620d39f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-20T05:50:15.364Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:50:15.365Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:50:15.366Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:50:15.366Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897811069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:15.466Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:50:15.467Z||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-04-20T05:50:15.467Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:50:15.476Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:50:15.476Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:50:16.367Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:50:16.368Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:50:16.370Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:50:16.370Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897811069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:16.470Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:50:16.471Z||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-04-20T05:50:16.471Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:50:16.479Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:50:16.479Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:50:17.371Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:50:17.372Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:50:17.374Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:50:17.374Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897811069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:17.474Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:50:17.475Z||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-04-20T05:50:17.475Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:50:17.485Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:50:17.485Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:50:18.374Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:50:18.375Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:50:18.377Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:50:18.377Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897811069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:18.477Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-20T05:50:18.478Z||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-04-20T05:50:18.478Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:50:18.488Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:50:18.488Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:50:19.378Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:50:19.380Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:50:19.382Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:50:19.382Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897811069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:19.482Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:50:19.483Z||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-04-20T05:50:19.483Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:50:19.493Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:50:19.493Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:50:20.383Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:50:20.384Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:50:20.386Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:50:20.386Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897811069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:20.486Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-20T05:50:20.487Z||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-04-20T05:50:20.487Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:50:20.496Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:50:20.497Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:50:21.387Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:50:21.388Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:50:21.389Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:50:21.390Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897811069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:50:21.490Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:50:21.491Z||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-04-20T05:50:21.491Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:50:21.500Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:50:21.501Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:50:22.390Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:50:22.391Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:50:22.393Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:50:22.393Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897811069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:50:22.510Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 117 ms
2021-04-20T05:50:22.511Z||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-04-20T05:50:22.511Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:50:22.521Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:50:22.522Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:50:23.394Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "serviceName": "Demo_pNF_csHntjzlDDpGV6i7iNLu",
  "serviceVersion": "1.0",
  "serviceUUID": "20954756-a8d0-401d-a8df-2aeb45d49beb",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "57478982-8cc6-4442-ac2b-b7cfb07c8408",
  "resources": [
    {
      "resourceInstanceName": "pNF 58cc5b9f-dd2a 0",
      "resourceCustomizationUUID": "452e1458-83af-4d85-9dcb-c804f09dbfe4",
      "resourceName": "pNF 58cc5b9f-dd2a",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6b0df9d2-9788-41ee-a624-187b4e922183",
      "resourceInvariantUUID": "8cca452a-c973-4d01-a221-c7886edda2f5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
      "artifactChecksum": "ZGNiOTMxZjg0ODIyZDRlYzg3MDQ0ZThlZTA4MGViZTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "956e384c-253d-48ca-bc42-e015a620d39f"
    }
  ],
  "workloadContext": "Production"
}
2021-04-20T05:50:23.394Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-20T05:50:23.394Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 20954756-a8d0-401d-a8df-2aeb45d49beb ASDC
2021-04-20T05:50:23.395Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:dfdd4160-fc0f-4c28-89c7-18702377ca37
ServiceName:Demo_pNF_csHntjzlDDpGV6i7iNLu
ServiceVersion:1.0
ServiceUUID:20954756-a8d0-401d-a8df-2aeb45d49beb
ServiceInvariantUUID:57478982-8cc6-4442-ac2b-b7cfb07c8408
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
ArtifactUUID:956e384c-253d-48ca-bc42-e015a620d39f
ArtifactChecksum:ZGNiOTMxZjg0ODIyZDRlYzg3MDQ0ZThlZTA4MGViZTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 58cc5b9f-dd2a 0
ResourceCustomizationUUID:452e1458-83af-4d85-9dcb-c804f09dbfe4
ResourceInvariantUUID:8cca452a-c973-4d01-a221-c7886edda2f5
ResourceName:pNF 58cc5b9f-dd2a
ResourceType:PNF
ResourceUUID:6b0df9d2-9788-41ee-a624-187b4e922183
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-04-20T05:50:23.395Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 20954756-a8d0-401d-a8df-2aeb45d49beb 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-04-20T05:50:23.419Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-20T05:50:23.420Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-20T05:50:23.420Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-20T05:50:23.420Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 956e384c-253d-48ca-bc42-e015a620d39f from URL: /sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:23.420Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-20T05:50:23.420Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:26.249Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-20T05:50:26.255Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar 956e384c-253d-48ca-bc42-e015a620d39f 83330
2021-04-20T05:50:26.255Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar ASDC sendASDCNotification
2021-04-20T05:50:26.255Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:26.255Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:50:26.255Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:50:26.257Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:50:26.257Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897826255,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:50:26.357Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:50:26.358Z||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-04-20T05:50:26.358Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:50:26.367Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:50:26.368Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:50:27.257Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-20T05:50:27.258Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-20T05:50:27.259Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 956e384c-253d-48ca-bc42-e015a620d39f, URL: /sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar to file: /app/ASDC/1/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:27.259Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:27.260Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:27.260Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:27.347Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5565560063381747939/Definitions/service-DemoPnfCshntjzlddpgv6i7inlu-template.yml
2021-04-20T05:50:28.045Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-20T05:50:28.046Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-04-20T05:50:28.046Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:28.046Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-20T05:50:28.046Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||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-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:28.046Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:28.046Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||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-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:28.046Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||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-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:28.047Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||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-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:28.047Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 58cc5b9f-dd2a 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-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:28.047Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 58cc5b9f-dd2a 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:28.047Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||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-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:28.047Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-04-20T05:50:28.047Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:50:28.047Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_csHntjzlDDpGV6i7iNLu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:50:28.048Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Node template pNF 58cc5b9f-dd2a 0 is matching search criteria
2021-04-20T05:50:28.048Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-20T05:50:28.048Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 58cc5b9f-dd2a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-20T05:50:28.048Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:50:28.048Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_csHntjzlDDpGV6i7iNLu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:50:28.048Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Node template pNF 58cc5b9f-dd2a 0 is matching search criteria
2021-04-20T05:50:28.048Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-20T05:50:28.048Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 58cc5b9f-dd2a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-20T05:50:28.049Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:50:28.049Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_csHntjzlDDpGV6i7iNLu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:50:28.049Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:50:28.049Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_csHntjzlDDpGV6i7iNLu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:50:28.049Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:50:28.049Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_csHntjzlDDpGV6i7iNLu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:50:28.049Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:50:28.049Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_csHntjzlDDpGV6i7iNLu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:50:28.049Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:50:28.049Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_csHntjzlDDpGV6i7iNLu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:50:28.050Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_csHntjzlDDpGV6i7iNLu
Description:catalog service description
Model UUID:20954756-a8d0-401d-a8df-2aeb45d49beb
Model Version:NULL
Model InvariantUuid:57478982-8cc6-4442-ac2b-b7cfb07c8408
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-04-20T05:50:28.054Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6b0df9d2-9788-41ee-a624-187b4e922183
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-04-20T05:50:28.056Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||pNF 58cc5b9f-dd2a 0
2021-04-20T05:50:28.057Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6b0df9d2-9788-41ee-a624-187b4e922183
2021-04-20T05:50:28.057Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 20954756-a8d0-401d-a8df-2aeb45d49beb
2021-04-20T05:50:28.057Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 20954756-a8d0-401d-a8df-2aeb45d49beb
2021-04-20T05:50:28.057Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 58cc5b9f-dd2a 0 6b0df9d2-9788-41ee-a624-187b4e922183 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-04-20T05:50:28.061Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:50:28.061Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_csHntjzlDDpGV6i7iNLu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:50:28.062Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 20954756-a8d0-401d-a8df-2aeb45d49beb: pNF 58cc5b9f-dd2a
2021-04-20T05:50:28.062Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||Processing PNF resource: 6b0df9d2-9788-41ee-a624-187b4e922183
2021-04-20T05:50:28.062Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:50:28.062Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_csHntjzlDDpGV6i7iNLu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:50:28.063Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||Resource customization UUID: 452e1458-83af-4d85-9dcb-c804f09dbfe4 is the same as notified resource customizationUUID: 452e1458-83af-4d85-9dcb-c804f09dbfe4
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-04-20T05:50:28.173Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 58cc5b9f-dd2a 6b0df9d2-9788-41ee-a624-187b4e922183 0 ASDC deployResourceStructure
2021-04-20T05:50:28.174Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar ASDC sendASDCNotification
2021-04-20T05:50:28.174Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:28.174Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:50:28.174Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:50:28.176Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:50:28.176Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897828174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:50:28.276Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:50:28.277Z||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-04-20T05:50:28.277Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:50:28.286Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:50:28.287Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:50:29.177Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dfdd4160-fc0f-4c28-89c7-18702377ca37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:50:29.185Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dfdd4160-fc0f-4c28-89c7-18702377ca37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:50:29.188Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:50:29.188Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-20T05:50:29.188Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-20T05:50:29.188Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-20T05:50:29.188Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:50:29.188Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:50:29.188Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:50:29.188Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:50:29.188Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:50:29.188Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:50:29.188Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:50:29.188Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||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-04-20T05:50:29.192Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-20T05:50:59.192Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dfdd4160-fc0f-4c28-89c7-18702377ca37 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-04-20T05:50:59.198Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dfdd4160-fc0f-4c28-89c7-18702377ca37 and serviceModelVersionId: 20954756-a8d0-401d-a8df-2aeb45d49beb
2021-04-20T05:50:59.198Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 57478982-8cc6-4442-ac2b-b7cfb07c8408
2021-04-20T05:50:59.199Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/57478982-8cc6-4442-ac2b-b7cfb07c8408/model-vers/model-ver/20954756-a8d0-401d-a8df-2aeb45d49beb?depth=0
2021-04-20T05:50:59.205Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-04-20T05:50:59.244Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/57478982-8cc6-4442-ac2b-b7cfb07c8408/model-vers/model-ver/20954756-a8d0-401d-a8df-2aeb45d49beb?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-04-20T05:50:59.245Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/57478982-8cc6-4442-ac2b-b7cfb07c8408/model-vers/model-ver/20954756-a8d0-401d-a8df-2aeb45d49beb?depth=0|INFO|500||Invoke
2021-04-20T05:50:59.264Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/57478982-8cc6-4442-ac2b-b7cfb07c8408/model-vers/model-ver/20954756-a8d0-401d-a8df-2aeb45d49beb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-20T05:51:00.521Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/57478982-8cc6-4442-ac2b-b7cfb07c8408/model-vers/model-ver/20954756-a8d0-401d-a8df-2aeb45d49beb?depth=0|INFO|500||InvokeReturn
2021-04-20T05:51:00.521Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/57478982-8cc6-4442-ac2b-b7cfb07c8408/model-vers/model-ver/20954756-a8d0-401d-a8df-2aeb45d49beb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210420-05:50:59:272-33074], vertex-id=[409680], Content-Length=[0], Date=[Tue, 20 Apr 2021 05:50:59 GMT], Content-Type=[application/json]}
2021-04-20T05:51:00.521Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-04-20T05:51:00.521Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-20T05:51:00.522Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||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-04-20T05:51:00.525Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||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-04-20T05:51:00.526Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dfdd4160-fc0f-4c28-89c7-18702377ca37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-20T05:51:00.526Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-20T05:51:00.526Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:51:00.527Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:51:00.527Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897860526,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-20T05:51:00.628Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-20T05:51:00.629Z||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-04-20T05:51:00.629Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:51:00.642Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:51:00.643Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-20T05:51:01.536Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:51:01.537Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-20T05:51:01.537Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:51:02.157Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:51:02.159Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-20T05:51:02.159Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"b85b01eb-63c1-4557-933e-110eda66631b","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"1f831d54-f346-47f6-940a-268099c91ad9","serviceDescription":"service","serviceInvariantUUID":"bfdcd97c-dbca-4824-b985-c10e97a6b332","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"33b87212-0cee-40d2-b0c3-ef889e3b395c","resourceInvariantUUID":"7ab3498f-ee3d-471e-b122-238a319b8e34","resourceCustomizationUUID":"5bab379f-51d1-460b-83ea-be45a18ca7ec","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":"NWQwYzM1OTNlOTQ1ZmFlMGFiMWFhODhjODdlNGMzNWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9f0e0d93-bee9-4de9-88ea-6257be2cc936","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":"MDJkNjYwNWE4MTMyMjg0M2YyNDk0NDQ1NGM2MjU4Yzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f4a9ff1e-5d0a-43ce-872c-a2abe1b5d9b9","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":"fc2ef4f3-ca7c-417d-9177-9e3ceaf48d07","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":"77d81ba1-a8b1-4cb7-b89d-9c9d8ba22f72","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":"c815d15c-d66d-467d-9fb1-8e394b299863","artifactVersion":"2","generatedFromUUID":"fc2ef4f3-ca7c-417d-9177-9e3ceaf48d07"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGNhYmQ4OWQzZDUzNDNiN2M5NDExNmIwZjQxOWU2YmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e856f992-6a96-467e-9dcf-1a6505c9fefb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTc1Y2NjYTY2ZDIzMmJlZjlhM2I0MTc0MGQ3NGE0MmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5ecd0d4-2362-475a-bf57-18633e5d7720","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-20T05:51:02.161Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:51:02.162Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:51:02.165Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:51:02.165Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897861536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:51:02.265Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:51:02.266Z||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-04-20T05:51:02.266Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:51:02.274Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:51:02.274Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:51:03.166Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:51:03.167Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:51:03.168Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:51:03.169Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897861536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:51:03.269Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:51:03.269Z||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-04-20T05:51:03.270Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:51:03.278Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:51:03.278Z||pool-52-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:51:04.169Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:51:04.171Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:51:04.172Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:51:04.173Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897861536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:51:04.274Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:51:04.274Z||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-04-20T05:51:04.274Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:51:04.283Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:51:04.283Z||pool-53-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:51:05.174Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:51:05.175Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:51:05.177Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:51:05.177Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897861536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:51:05.277Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:51:05.278Z||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-04-20T05:51:05.278Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:51:05.288Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:51:05.288Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:51:06.177Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:51:06.179Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:51:06.181Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:51:06.182Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897861536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-20T05:51:06.282Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-20T05:51:06.282Z||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-04-20T05:51:06.282Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:51:06.293Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:51:06.294Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-20T05:51:07.182Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:51:07.184Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:51:07.186Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:51:07.186Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897861536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:51:07.286Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:51:07.287Z||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-04-20T05:51:07.287Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:51:07.295Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:51:07.296Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:51:08.187Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:51:08.188Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:51:08.192Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:51:08.192Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897861536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:51:08.292Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:51:08.293Z||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-04-20T05:51:08.293Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:51:08.304Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:51:08.304Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:51:09.194Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "1f831d54-f346-47f6-940a-268099c91ad9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bfdcd97c-dbca-4824-b985-c10e97a6b332",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5bab379f-51d1-460b-83ea-be45a18ca7ec",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "33b87212-0cee-40d2-b0c3-ef889e3b395c",
      "resourceInvariantUUID": "7ab3498f-ee3d-471e-b122-238a319b8e34",
      "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": "MDJkNjYwNWE4MTMyMjg0M2YyNDk0NDQ1NGM2MjU4Yzk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f4a9ff1e-5d0a-43ce-872c-a2abe1b5d9b9",
          "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": "fc2ef4f3-ca7c-417d-9177-9e3ceaf48d07",
          "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": "c815d15c-d66d-467d-9fb1-8e394b299863",
            "generatedFromUUID": "fc2ef4f3-ca7c-417d-9177-9e3ceaf48d07"
          },
          "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": "c815d15c-d66d-467d-9fb1-8e394b299863",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTc1Y2NjYTY2ZDIzMmJlZjlhM2I0MTc0MGQ3NGE0MmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f5ecd0d4-2362-475a-bf57-18633e5d7720"
    }
  ],
  "workloadContext": "Production"
}
2021-04-20T05:51:09.194Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-20T05:51:09.195Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1f831d54-f346-47f6-940a-268099c91ad9 ASDC
2021-04-20T05:51:09.195Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b85b01eb-63c1-4557-933e-110eda66631b
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:1f831d54-f346-47f6-940a-268099c91ad9
ServiceInvariantUUID:bfdcd97c-dbca-4824-b985-c10e97a6b332
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:f5ecd0d4-2362-475a-bf57-18633e5d7720
ArtifactChecksum:NTc1Y2NjYTY2ZDIzMmJlZjlhM2I0MTc0MGQ3NGE0MmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5bab379f-51d1-460b-83ea-be45a18ca7ec
ResourceInvariantUUID:7ab3498f-ee3d-471e-b122-238a319b8e34
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:33b87212-0cee-40d2-b0c3-ef889e3b395c
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:f4a9ff1e-5d0a-43ce-872c-a2abe1b5d9b9
ArtifactChecksum:MDJkNjYwNWE4MTMyMjg0M2YyNDk0NDQ1NGM2MjU4Yzk=
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:fc2ef4f3-ca7c-417d-9177-9e3ceaf48d07
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:c815d15c-d66d-467d-9fb1-8e394b299863
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:c815d15c-d66d-467d-9fb1-8e394b299863
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-20T05:51:09.195Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1f831d54-f346-47f6-940a-268099c91ad9 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-04-20T05:51:09.224Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-20T05:51:09.225Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-20T05:51:09.225Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-20T05:51:09.225Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f5ecd0d4-2362-475a-bf57-18633e5d7720 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-20T05:51:09.225Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-20T05:51:09.226Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-20T05:51:10.155Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-20T05:51:10.160Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar f5ecd0d4-2362-475a-bf57-18633e5d7720 74272
2021-04-20T05:51:10.160Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-04-20T05:51:10.160Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-20T05:51:10.161Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:51:10.161Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:51:10.163Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:51:10.163Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897870160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:51:10.263Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-20T05:51:10.264Z||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-04-20T05:51:10.264Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:51:10.272Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:51:10.272Z||pool-58-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:51:11.164Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-20T05:51:11.166Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-20T05:51:11.166Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: f5ecd0d4-2362-475a-bf57-18633e5d7720, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-20T05:51:11.166Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-04-20T05:51:11.166Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-20T05:51:11.166Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-04-20T05:51:11.392Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1681641264876343066/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-04-20T05:51:12.457Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-20T05:51:12.458Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-04-20T05:51:12.458Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-20T05:51:12.458Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-20T05:51:12.458Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||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-04-20T05:51:12.458Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||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-04-20T05:51:12.459Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||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-04-20T05:51:12.459Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||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-04-20T05:51:12.459Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||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-04-20T05:51:12.459Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||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-04-20T05:51:12.459Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||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-04-20T05:51:12.459Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||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-04-20T05:51:12.459Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||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-04-20T05:51:12.459Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||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-04-20T05:51:12.459Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-04-20T05:51:12.459Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:51:12.459Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:51:12.459Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-20T05:51:12.459Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-20T05:51:12.459Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-20T05:51:12.460Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:51:12.460Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:51:12.460Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-20T05:51:12.460Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-20T05:51:12.460Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-20T05:51:12.460Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:51:12.460Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:51:12.460Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:51:12.460Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-20T05:51:12.460Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-20T05:51:12.460Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-04-20T05:51:12.460Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-04-20T05:51:12.460Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-04-20T05:51:12.461Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-20T05:51:12.461Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:51:12.461Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-20T05:51:12.461Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:51:12.461Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-20T05:51:12.461Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:51:12.461Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:51:12.461Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-20T05:51:12.461Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:51:12.461Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:51:12.462Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-20T05:51:12.462Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:51:12.462Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:51:12.462Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-20T05:51:12.462Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-20T05:51:12.462Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-20T05:51:12.462Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fcf2ab83-4249-4015-9d50-d4579f0c59a0
2021-04-20T05:51:12.462Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:51:12.462Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:51:12.462Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:51:12.462Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:51:12.462Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:51:12.462Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:51:12.463Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:51:12.463Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:51:12.463Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:1f831d54-f346-47f6-940a-268099c91ad9
Model Version:NULL
Model InvariantUuid:bfdcd97c-dbca-4824-b985-c10e97a6b332
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:b4141e98-5c30-4df6-8ecb-c43ee702710e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7ab3498f-ee3d-471e-b122-238a319b8e34
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5bab379f-51d1-460b-83ea-be45a18ca7ec
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ab4fd562-d7c5-4b67-8784-f3d7e0e8ee25
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:59e9092f-7302-4354-a4b0-d690ac752bfe
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fcf2ab83-4249-4015-9d50-d4579f0c59a0
ModelInvariantUuid:63be8308-8b94-4f6b-9db4-89ee6d055c4d
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:c70fe289-5532-4481-a1a9-6ad06d20e0c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:19b3e090-41c2-4f90-9e41-2331fd55d798
ModelInvariantUuid:e1b91c2c-aad9-4bca-b5e4-6ede34e2bae4
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:90a7c943-c883-4770-aec4-949822deb492
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-04-20T05:51:12.468Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 33b87212-0cee-40d2-b0c3-ef889e3b395c
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-04-20T05:51:12.471Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||basic_vm 0
2021-04-20T05:51:12.471Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 33b87212-0cee-40d2-b0c3-ef889e3b395c
2021-04-20T05:51:12.471Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f4a9ff1e-5d0a-43ce-872c-a2abe1b5d9b9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-20T05:51:12.471Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-20T05:51:12.471Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||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-04-20T05:51:12.928Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-20T05:51:12.928Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json f4a9ff1e-5d0a-43ce-872c-a2abe1b5d9b9 787
2021-04-20T05:51:12.929Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||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-04-20T05:51:12.929Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||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-04-20T05:51:12.929Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:51:12.929Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:51:12.931Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:51:12.931Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897872929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:51:13.031Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:51:13.032Z||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-04-20T05:51:13.032Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:51:13.043Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:51:13.043Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:51:13.932Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ab4fd562-d7c5-4b67-8784-f3d7e0e8ee25",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "59e9092f-7302-4354-a4b0-d690ac752bfe",
    "vfModuleModelCustomizationUUID": "6ff5102c-b3ef-4030-8f1f-7bbc9b49b49f",
    "isBase": true,
    "artifacts": [
      "fc2ef4f3-ca7c-417d-9177-9e3ceaf48d07",
      "c815d15c-d66d-467d-9fb1-8e394b299863"
    ],
    "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-04-20T05:51:13.935Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:59e9092f-7302-4354-a4b0-d690ac752bfe
VfModuleModelInvariantUUID:ab4fd562-d7c5-4b67-8784-f3d7e0e8ee25
VfModuleModelDescription:NULL
Artifacts UUID List:{
fc2ef4f3-ca7c-417d-9177-9e3ceaf48d07
,
c815d15c-d66d-467d-9fb1-8e394b299863

}
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-04-20T05:51:13.937Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ab4fd562-d7c5-4b67-8784-f3d7e0e8ee25",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "59e9092f-7302-4354-a4b0-d690ac752bfe",
    "vfModuleModelCustomizationUUID": "6ff5102c-b3ef-4030-8f1f-7bbc9b49b49f",
    "isBase": true,
    "artifacts": [
      "fc2ef4f3-ca7c-417d-9177-9e3ceaf48d07",
      "c815d15c-d66d-467d-9fb1-8e394b299863"
    ],
    "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-04-20T05:51:13.937Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:59e9092f-7302-4354-a4b0-d690ac752bfe
VfModuleModelInvariantUUID:ab4fd562-d7c5-4b67-8784-f3d7e0e8ee25
VfModuleModelDescription:NULL
Artifacts UUID List:{
fc2ef4f3-ca7c-417d-9177-9e3ceaf48d07
,
c815d15c-d66d-467d-9fb1-8e394b299863

}
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-04-20T05:51:13.937Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fc2ef4f3-ca7c-417d-9177-9e3ceaf48d07 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-20T05:51:13.937Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-20T05:51:13.937Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||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-04-20T05:51:14.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:51:14.634Z||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-04-20T05:51:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:51:14.655Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:51:14.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:51:14.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897810057,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-20T05:51:14.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:51:15.031Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-20T05:51:15.032Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml fc2ef4f3-ca7c-417d-9177-9e3ceaf48d07 5033
2021-04-20T05:51:15.032Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||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-04-20T05:51:15.032Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||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-04-20T05:51:15.032Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:51:15.032Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:51:15.034Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:51:15.034Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897875032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:51:15.134Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:51:15.135Z||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-04-20T05:51:15.135Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:51:15.144Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:51:15.144Z||pool-60-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:51:16.035Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c815d15c-d66d-467d-9fb1-8e394b299863 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-20T05:51:16.036Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-20T05:51:16.036Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||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-04-20T05:51:17.316Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-20T05:51:17.317Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env c815d15c-d66d-467d-9fb1-8e394b299863 903
2021-04-20T05:51:17.317Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||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-04-20T05:51:17.317Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||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-04-20T05:51:17.317Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:51:17.317Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:51:17.319Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:51:17.319Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897877317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:51:17.420Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:51:17.420Z||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-04-20T05:51:17.420Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:51:17.430Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:51:17.430Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:51:18.322Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 1f831d54-f346-47f6-940a-268099c91ad9
2021-04-20T05:51:18.322Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 33b87212-0cee-40d2-b0c3-ef889e3b395c 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-04-20T05:51:18.335Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:51:18.335Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:51:18.335Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-04-20T05:51:18.335Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 5bab379f-51d1-460b-83ea-be45a18ca7ec
2021-04-20T05:51:18.335Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5bab379f-51d1-460b-83ea-be45a18ca7ec matches Tosca VF Customization UUID: 5bab379f-51d1-460b-83ea-be45a18ca7ec
2021-04-20T05:51:18.335Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 5bab379f-51d1-460b-83ea-be45a18ca7ec  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-04-20T05:51:18.337Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:51:18.337Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:51:18.338Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 5bab379f-51d1-460b-83ea-be45a18ca7ec: {\"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-04-20T05:51:18.338Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@43d41bb8
2021-04-20T05:51:18.338Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:51:18.338Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-20T05:51:18.339Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6ff5102c-b3ef-4030-8f1f-7bbc9b49b49f
2021-04-20T05:51:18.339Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6ff5102c-b3ef-4030-8f1f-7bbc9b49b49f
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-04-20T05:51:18.341Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:51:18.341Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-20T05:51:18.342Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:51:18.342Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:51:18.342Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-20T05:51:18.342Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:51:18.342Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:51:18.342Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-20T05:51:18.343Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-20T05:51:18.343Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-20T05:51:18.343Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fcf2ab83-4249-4015-9d50-d4579f0c59a0
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-04-20T05:51:18.345Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:51:18.345Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-20T05:51:18.345Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:51:18.345Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:51:18.345Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-20T05:51:18.345Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5bab379f-51d1-460b-83ea-be45a18ca7ec
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-04-20T05:51:18.347Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:51:18.347Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:51:18.347Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 1f831d54-f346-47f6-940a-268099c91ad9: basic_vm
2021-04-20T05:51:18.347Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:51:18.347Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:51:18.347Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:51:18.348Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:51:18.348Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:51:18.348Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:51:18.348Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:51:18.348Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:51:18.348Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:51:18.348Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:51:18.349Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||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-04-20T05:51:18.466Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 33b87212-0cee-40d2-b0c3-ef889e3b395c 1 ASDC deployResourceStructure
2021-04-20T05:51:18.466Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||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-04-20T05:51:18.467Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||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-04-20T05:51:18.467Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:51:18.467Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:51:18.470Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:51:18.470Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897878466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-20T05:51:18.570Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:51:18.571Z||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-04-20T05:51:18.571Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:51:18.580Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:51:18.581Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:51:19.471Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||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-04-20T05:51:19.471Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||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-04-20T05:51:19.471Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:51:19.471Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:51:19.473Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:51:19.473Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897879470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-20T05:51:19.573Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:51:19.574Z||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-04-20T05:51:19.574Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:51:19.585Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:51:19.586Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:51:20.474Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||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-04-20T05:51:20.475Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||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-04-20T05:51:20.475Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:51:20.475Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:51:20.478Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:51:20.478Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897880474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-20T05:51:20.578Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-20T05:51:20.578Z||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-04-20T05:51:20.579Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:51:20.588Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:51:20.589Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:51:21.479Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-04-20T05:51:21.479Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-20T05:51:21.479Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:51:21.480Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:51:21.481Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:51:21.482Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897881479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:51:21.582Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:51:21.583Z||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-04-20T05:51:21.583Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:51:21.592Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:51:21.592Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:51:22.482Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b85b01eb-63c1-4557-933e-110eda66631b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:51:22.491Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b85b01eb-63c1-4557-933e-110eda66631b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:51:22.492Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:51:22.492Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:51:22.492Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:51:52.493Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b85b01eb-63c1-4557-933e-110eda66631b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:51:52.502Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b85b01eb-63c1-4557-933e-110eda66631b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:51:52.504Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:51:52.504Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:51:52.504Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:52:14.634Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:52:14.634Z||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-04-20T05:52:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:52:14.653Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:52:14.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897811069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897811069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897811069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897811069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897811069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897811069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897811069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897811069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897826255,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:52:14.666Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897828174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:52:14.666Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "cds",
  "timestamp": 1618897836275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897839558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "policy-id",
  "timestamp": 1618897839141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897839434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897844959,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "cds",
  "timestamp": 1618897836275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897839558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "policy-id",
  "timestamp": 1618897839141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897839434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897844959,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "cds",
  "timestamp": 1618897836275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897839558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "policy-id",
  "timestamp": 1618897839141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897839434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897844959,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "cds",
  "timestamp": 1618897836275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897839558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "policy-id",
  "timestamp": 1618897839141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897839434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897844959,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "cds",
  "timestamp": 1618897836275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897839558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "policy-id",
  "timestamp": 1618897839141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897839434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897844959,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897839558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "cds",
  "timestamp": 1618897836275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "policy-id",
  "timestamp": 1618897839141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897839434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897844959,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897850031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897839558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "cds",
  "timestamp": 1618897836275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "policy-id",
  "timestamp": 1618897839141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897839434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897844959,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897850031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "cds",
  "timestamp": 1618897852140,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:52:14.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897852140,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:52:14.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "policy-id",
  "timestamp": 1618897852146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:52:14.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897852236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:52:14.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897850031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897853042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:52:14.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "cds",
  "timestamp": 1618897853146,
  "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-04-20T05:52:14.677Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b85b01eb-63c1-4557-933e-110eda66631b
2021-04-20T05:52:14.678Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b85b01eb-63c1-4557-933e-110eda66631b 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-04-20T05:52:14.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "policy-id",
  "timestamp": 1618897853150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:52:14.685Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897853618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:52:14.685Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897850031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897854028,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:52:14.685Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "policy-id",
  "timestamp": 1618897854153,
  "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-04-20T05:52:14.689Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b85b01eb-63c1-4557-933e-110eda66631b
2021-04-20T05:52:14.690Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b85b01eb-63c1-4557-933e-110eda66631b 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-04-20T05:52:14.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897853631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.698Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897850031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.698Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "cds",
  "timestamp": 1618897854149,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.698Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "dcae-sch",
  "timestamp": 1618897854263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.698Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897855230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:52:14.698Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897853631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.698Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897850031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.698Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "cds",
  "timestamp": 1618897854149,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.699Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "dcae-sch",
  "timestamp": 1618897854263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.699Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897855918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:52:14.699Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897856125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:52:14.699Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.700Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897856233,
  "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-04-20T05:52:14.705Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b85b01eb-63c1-4557-933e-110eda66631b
2021-04-20T05:52:14.705Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b85b01eb-63c1-4557-933e-110eda66631b 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-04-20T05:52:14.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897853631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897850031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "cds",
  "timestamp": 1618897854149,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "dcae-sch",
  "timestamp": 1618897854263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897856946,
  "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-04-20T05:52:14.719Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b85b01eb-63c1-4557-933e-110eda66631b
2021-04-20T05:52:14.719Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b85b01eb-63c1-4557-933e-110eda66631b 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-04-20T05:52:14.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897857130,
  "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-04-20T05:52:14.730Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b85b01eb-63c1-4557-933e-110eda66631b
2021-04-20T05:52:14.730Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b85b01eb-63c1-4557-933e-110eda66631b 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-04-20T05:52:14.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897853631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "cds",
  "timestamp": 1618897854149,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "dcae-sch",
  "timestamp": 1618897854263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897857950,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-20T05:52:14.738Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897858132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-20T05:52:14.739Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897853631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.739Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "cds",
  "timestamp": 1618897854149,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.739Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "dcae-sch",
  "timestamp": 1618897854263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.740Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897853631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.740Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "policy-id",
  "timestamp": 1618897859142,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.740Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "cds",
  "timestamp": 1618897854149,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "dcae-sch",
  "timestamp": 1618897854263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897859434,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897859558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897853631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.742Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897860526,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-20T05:52:14.742Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "policy-id",
  "timestamp": 1618897859142,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.742Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "cds",
  "timestamp": 1618897854149,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.742Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897860850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:52:14.743Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "dcae-sch",
  "timestamp": 1618897854263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.743Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897859434,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.743Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897859558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.743Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897853631,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "cds",
  "timestamp": 1618897854149,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "policy-id",
  "timestamp": 1618897859142,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "dcae-sch",
  "timestamp": 1618897854263,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "clamp",
  "timestamp": 1618897861365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897859434,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897861536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897859558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897853631,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "policy-id",
  "timestamp": 1618897859142,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "aai-ml",
  "timestamp": 1618897862256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "dcae-sch",
  "timestamp": 1618897854263,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "clamp",
  "timestamp": 1618897861365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897859434,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897861536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897859558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897853631,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "policy-id",
  "timestamp": 1618897859142,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "aai-ml",
  "timestamp": 1618897862256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "dcae-sch",
  "timestamp": 1618897854263,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "clamp",
  "timestamp": 1618897861365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897859434,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897861536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897859558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897864254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:52:14.749Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897853631,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "cds",
  "timestamp": 1618897864540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:52:14.749Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "policy-id",
  "timestamp": 1618897859142,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "aai-ml",
  "timestamp": 1618897862256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "dcae-sch",
  "timestamp": 1618897854263,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "clamp",
  "timestamp": 1618897861365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897859434,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897861536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897859558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897853631,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "cds",
  "timestamp": 1618897865545,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-20T05:52:14.764Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 97fab229-7fae-4b73-8af6-12ee6f1d519c
2021-04-20T05:52:14.764Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97fab229-7fae-4b73-8af6-12ee6f1d519c 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-04-20T05:52:14.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "policy-id",
  "timestamp": 1618897859142,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.772Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "aai-ml",
  "timestamp": 1618897862256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.772Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "dcae-sch",
  "timestamp": 1618897854263,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.772Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "clamp",
  "timestamp": 1618897861365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897859434,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897861536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897859558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897853631,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.774Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "policy-id",
  "timestamp": 1618897859142,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.774Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "aai-ml",
  "timestamp": 1618897862256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.774Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "dcae-sch",
  "timestamp": 1618897854263,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.774Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897866951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:52:14.775Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "clamp",
  "timestamp": 1618897861365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897859434,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "cds",
  "timestamp": 1618897866548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897861536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897859558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897853631,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "aai-ml",
  "timestamp": 1618897862256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "dcae-sch",
  "timestamp": 1618897854263,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897867955,
  "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-04-20T05:52:14.781Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b85b01eb-63c1-4557-933e-110eda66631b
2021-04-20T05:52:14.781Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b85b01eb-63c1-4557-933e-110eda66631b 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-04-20T05:52:14.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "clamp",
  "timestamp": 1618897861365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.787Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "cds",
  "timestamp": 1618897866548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.788Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897861536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.788Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897853631,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.788Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "policy-id",
  "timestamp": 1618897868665,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:52:14.788Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897868769,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:52:14.788Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897868852,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:52:14.789Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "aai-ml",
  "timestamp": 1618897862256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.789Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "dcae-sch",
  "timestamp": 1618897854263,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.789Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897868958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-20T05:52:14.789Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "cds",
  "timestamp": 1618897866548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.790Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "policy-id",
  "timestamp": 1618897869668,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:52:14.790Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897850031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.790Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897870160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:52:14.790Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "cds",
  "timestamp": 1618897866548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.791Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897870567,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:52:14.791Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "aai-ml",
  "timestamp": 1618897870650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:52:14.791Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897870666,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:52:14.791Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "policy-id",
  "timestamp": 1618897870670,
  "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-04-20T05:52:14.796Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97fab229-7fae-4b73-8af6-12ee6f1d519c
2021-04-20T05:52:14.796Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97fab229-7fae-4b73-8af6-12ee6f1d519c 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-04-20T05:52:14.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897850031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "cds",
  "timestamp": 1618897866548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897850031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "cds",
  "timestamp": 1618897866548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "dcae-sch",
  "timestamp": 1618897872225,
  "artifactURL": "/sdc/v1/catalog/services/74427e4a-5b6c-4907-ae84-4c4cdc1e4be2/resourceInstances/basicclamp0/artifacts/20fd451a-87c9-464c-be40-9d32f867ccfe",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:52:14.805Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897872318,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:52:14.805Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897872349,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:52:14.805Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897872929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:52:14.805Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897850031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "clamp",
  "timestamp": 1618897873116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:52:14.806Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "cds",
  "timestamp": 1618897866548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897873323,
  "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-04-20T05:52:14.810Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97fab229-7fae-4b73-8af6-12ee6f1d519c
2021-04-20T05:52:14.810Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97fab229-7fae-4b73-8af6-12ee6f1d519c 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-04-20T05:52:14.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897873372,
  "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-04-20T05:52:14.820Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97fab229-7fae-4b73-8af6-12ee6f1d519c
2021-04-20T05:52:14.820Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97fab229-7fae-4b73-8af6-12ee6f1d519c 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-04-20T05:52:14.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "dcae-sch",
  "timestamp": 1618897873445,
  "artifactURL": "/sdc/v1/catalog/services/74427e4a-5b6c-4907-ae84-4c4cdc1e4be2/resourceInstances/basicclamp0/artifacts/20fd451a-87c9-464c-be40-9d32f867ccfe",
  "status": "DEPLOY_OK"
}
2021-04-20T05:52:14.828Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897850031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "clamp",
  "timestamp": 1618897874132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:52:14.828Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "cds",
  "timestamp": 1618897866548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:52:14.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897873631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:52:14.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:52:14.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897874325,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-20T05:52:14.829Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897874375,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-20T05:52:14.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:52:14.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:52:14.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "dcae-sch",
  "timestamp": 1618897874448,
  "artifactURL": "/sdc/v1/catalog/services/74427e4a-5b6c-4907-ae84-4c4cdc1e4be2/resourceInstances/basicclamp0/artifacts/20fd451a-87c9-464c-be40-9d32f867ccfe",
  "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-04-20T05:52:14.835Z||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 97fab229-7fae-4b73-8af6-12ee6f1d519c
2021-04-20T05:52:14.835Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97fab229-7fae-4b73-8af6-12ee6f1d519c 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-04-20T05:52:22.504Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b85b01eb-63c1-4557-933e-110eda66631b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:52:22.513Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b85b01eb-63c1-4557-933e-110eda66631b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:52:22.515Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:52:22.516Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:52:22.516Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:52:52.516Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b85b01eb-63c1-4557-933e-110eda66631b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:52:52.525Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b85b01eb-63c1-4557-933e-110eda66631b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:52:52.527Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:52:52.527Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:52:52.527Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:53:14.634Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:53:14.634Z||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-04-20T05:53:14.635Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:53:14.663Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:53:14.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:53:14.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897850031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-20T05:53:14.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:53:22.527Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b85b01eb-63c1-4557-933e-110eda66631b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:53:22.535Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b85b01eb-63c1-4557-933e-110eda66631b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:53:22.536Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:53:22.536Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:53:22.537Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:53:52.537Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b85b01eb-63c1-4557-933e-110eda66631b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:53:52.550Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b85b01eb-63c1-4557-933e-110eda66631b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:53:52.553Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:53:52.553Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:53:52.553Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:54:14.634Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:54:14.634Z||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-04-20T05:54:14.635Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:54:14.656Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:54:14.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897875032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:54:14.668Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "clamp",
  "timestamp": 1618897875135,
  "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-04-20T05:54:14.675Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b85b01eb-63c1-4557-933e-110eda66631b
2021-04-20T05:54:14.676Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b85b01eb-63c1-4557-933e-110eda66631b 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-04-20T05:54:14.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897873631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897874959,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897850031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "dcae-sch",
  "timestamp": 1618897875450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "clamp",
  "timestamp": 1618897861365,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897873631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "cds",
  "timestamp": 1618897876424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:54:14.688Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.689Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897874959,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.689Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.689Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.689Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897850031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:54:14.690Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.690Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "dcae-sch",
  "timestamp": 1618897875450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.690Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "clamp",
  "timestamp": 1618897861365,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897873631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.692Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897877317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:54:14.692Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897874959,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.692Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "dcae-sch",
  "timestamp": 1618897875450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "clamp",
  "timestamp": 1618897861365,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:54:14.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897873631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897878466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-20T05:54:14.693Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897874959,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "cds",
  "timestamp": 1618897878632,
  "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-04-20T05:54:14.706Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2cb22653-7521-4b93-9f73-7b5aef975198
2021-04-20T05:54:14.706Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cb22653-7521-4b93-9f73-7b5aef975198 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-04-20T05:54:14.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "dcae-sch",
  "timestamp": 1618897875450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "clamp",
  "timestamp": 1618897861365,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897873631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897879470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-20T05:54:14.716Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897874959,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "policy-id",
  "timestamp": 1618897879142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897879434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "dcae-sch",
  "timestamp": 1618897875450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "clamp",
  "timestamp": 1618897861365,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897879558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897873631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897880474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-20T05:54:14.717Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "aai-ml",
  "timestamp": 1618897880547,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:54:14.718Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897874959,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "policy-id",
  "timestamp": 1618897879142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897879434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:54:14.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "dcae-sch",
  "timestamp": 1618897875450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "clamp",
  "timestamp": 1618897861365,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897879558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:54:14.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618897873631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897881479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:54:14.719Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "aai-ml",
  "timestamp": 1618897881551,
  "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-04-20T05:54:14.724Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b85b01eb-63c1-4557-933e-110eda66631b
2021-04-20T05:54:14.724Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b85b01eb-63c1-4557-933e-110eda66631b 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-04-20T05:54:14.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897874959,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "policy-id",
  "timestamp": 1618897879142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:54:14.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897879434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:54:14.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "dcae-sch",
  "timestamp": 1618897875450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "clamp",
  "timestamp": 1618897861365,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897879558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:54:14.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897882309,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:54:14.733Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "aai-ml",
  "timestamp": 1618897862256,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897874959,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:54:14.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "policy-id",
  "timestamp": 1618897879142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897879434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "dcae-sch",
  "timestamp": 1618897875450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "clamp",
  "timestamp": 1618897861365,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:54:14.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897879558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "aai-ml",
  "timestamp": 1618897862256,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "policy-id",
  "timestamp": 1618897879142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897879434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-20T05:54:14.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897879558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-20T05:54:14.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "aai-ml",
  "timestamp": 1618897862256,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "policy-id",
  "timestamp": 1618897879142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897879434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897879558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897885459,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:54:14.736Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "aai-ml",
  "timestamp": 1618897862256,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897885657,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:54:14.736Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "policy-id",
  "timestamp": 1618897879142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897879434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897879558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "aai-ml",
  "timestamp": 1618897862256,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "policy-id",
  "timestamp": 1618897879142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:54:14.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897879434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:54:14.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897879558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:54:14.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "aai-ml",
  "timestamp": 1618897862256,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897887711,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:54:14.738Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897888122,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:54:14.738Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "aai-ml",
  "timestamp": 1618897862256,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897888713,
  "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-04-20T05:54:14.742Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 97fab229-7fae-4b73-8af6-12ee6f1d519c
2021-04-20T05:54:14.743Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97fab229-7fae-4b73-8af6-12ee6f1d519c 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-04-20T05:54:14.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897889125,
  "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-04-20T05:54:14.753Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97fab229-7fae-4b73-8af6-12ee6f1d519c
2021-04-20T05:54:14.753Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97fab229-7fae-4b73-8af6-12ee6f1d519c 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-04-20T05:54:14.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897889150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:54:14.760Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "clamp",
  "timestamp": 1618897889426,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:54:14.761Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "policy-id",
  "timestamp": 1618897889471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:54:14.761Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "aai-ml",
  "timestamp": 1618897862256,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:54:14.761Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897889648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:54:14.761Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897874959,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.762Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897890129,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-20T05:54:14.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "clamp",
  "timestamp": 1618897890428,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:54:14.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "policy-id",
  "timestamp": 1618897890475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:54:14.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897874959,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.762Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897890976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:54:14.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "aai-ml",
  "timestamp": 1618897891362,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:54:14.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897891368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:54:14.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "policy-id",
  "timestamp": 1618897891478,
  "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-04-20T05:54:14.767Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2cb22653-7521-4b93-9f73-7b5aef975198
2021-04-20T05:54:14.767Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cb22653-7521-4b93-9f73-7b5aef975198 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-04-20T05:54:14.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897874959,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897891134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "clamp",
  "timestamp": 1618897891914,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:54:14.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897892360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:54:14.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897892539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:54:14.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897874959,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897891134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:54:14.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "clamp",
  "timestamp": 1618897892917,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-20T05:54:14.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897893365,
  "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-04-20T05:54:14.780Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2cb22653-7521-4b93-9f73-7b5aef975198
2021-04-20T05:54:14.780Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cb22653-7521-4b93-9f73-7b5aef975198 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-04-20T05:54:14.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897893563,
  "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-04-20T05:54:14.788Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2cb22653-7521-4b93-9f73-7b5aef975198
2021-04-20T05:54:14.788Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cb22653-7521-4b93-9f73-7b5aef975198 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-04-20T05:54:14.793Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.793Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897874959,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.793Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.793Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.793Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897891134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:54:14.793Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.793Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.793Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "clamp",
  "timestamp": 1618897893921,
  "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-04-20T05:54:14.796Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 97fab229-7fae-4b73-8af6-12ee6f1d519c
2021-04-20T05:54:14.797Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97fab229-7fae-4b73-8af6-12ee6f1d519c 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-04-20T05:54:14.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618897894367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-20T05:54:14.804Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618897894566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-20T05:54:14.804Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897874959,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897891134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "clamp",
  "timestamp": 1618897894924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897874959,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897891134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-20T05:54:14.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "clamp",
  "timestamp": 1618897894924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:54:14.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897874959,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:54:14.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897891134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "clamp",
  "timestamp": 1618897894924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897891134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "clamp",
  "timestamp": 1618897894924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897891134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:54:14.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "clamp",
  "timestamp": 1618897894924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.807Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897900513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:54:14.807Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "clamp",
  "timestamp": 1618897894924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.807Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "clamp",
  "timestamp": 1618897894924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.807Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "aai-ml",
  "timestamp": 1618897902018,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:54:14.807Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "clamp",
  "timestamp": 1618897894924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:54:14.807Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897902603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:54:14.807Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "aai-ml",
  "timestamp": 1618897903020,
  "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-04-20T05:54:14.811Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 97fab229-7fae-4b73-8af6-12ee6f1d519c
2021-04-20T05:54:14.811Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97fab229-7fae-4b73-8af6-12ee6f1d519c 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-04-20T05:54:14.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.818Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618897903607,
  "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-04-20T05:54:14.823Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2cb22653-7521-4b93-9f73-7b5aef975198
2021-04-20T05:54:14.823Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cb22653-7521-4b93-9f73-7b5aef975198 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-04-20T05:54:14.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897904550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:54:14.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "aai-ml",
  "timestamp": 1618897904022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "aai-ml",
  "timestamp": 1618897904022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "aai-ml",
  "timestamp": 1618897904022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897907110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:54:14.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "aai-ml",
  "timestamp": 1618897904022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "aai-ml",
  "timestamp": 1618897904022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "aai-ml",
  "timestamp": 1618897904022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897909673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:54:14.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "aai-ml",
  "timestamp": 1618897904022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:14.833Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897910676,
  "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-04-20T05:54:14.837Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2cb22653-7521-4b93-9f73-7b5aef975198
2021-04-20T05:54:14.837Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cb22653-7521-4b93-9f73-7b5aef975198 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-04-20T05:54:14.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "aai-ml",
  "timestamp": 1618897904022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:54:14.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:54:14.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618897911678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-20T05:54:14.845Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "aai-ml",
  "timestamp": 1618897913052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:54:14.846Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "clamp",
  "timestamp": 1618897913618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:54:14.846Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "clamp",
  "timestamp": 1618897915555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:54:14.846Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "clamp",
  "timestamp": 1618897916559,
  "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-04-20T05:54:14.850Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2cb22653-7521-4b93-9f73-7b5aef975198
2021-04-20T05:54:14.851Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cb22653-7521-4b93-9f73-7b5aef975198 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-04-20T05:54:14.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "aai-ml",
  "timestamp": 1618897925253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:54:14.858Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:54:14.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:54:14.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "aai-ml",
  "timestamp": 1618897926256,
  "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-04-20T05:54:14.862Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2cb22653-7521-4b93-9f73-7b5aef975198
2021-04-20T05:54:14.862Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cb22653-7521-4b93-9f73-7b5aef975198 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-04-20T05:54:22.553Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b85b01eb-63c1-4557-933e-110eda66631b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:54:22.562Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b85b01eb-63c1-4557-933e-110eda66631b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:54:22.564Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:54:22.564Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-20T05:54:22.564Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-20T05:54:22.564Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-20T05:54:22.564Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:54:22.565Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:54:22.565Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:54:22.565Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:54:22.565Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:54:22.565Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:54:22.565Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||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-04-20T05:54:22.569Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-20T05:54:52.569Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b85b01eb-63c1-4557-933e-110eda66631b 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-04-20T05:54:52.574Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b85b01eb-63c1-4557-933e-110eda66631b and serviceModelVersionId: 1f831d54-f346-47f6-940a-268099c91ad9
2021-04-20T05:54:52.574Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bfdcd97c-dbca-4824-b985-c10e97a6b332
2021-04-20T05:54:52.575Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bfdcd97c-dbca-4824-b985-c10e97a6b332/model-vers/model-ver/1f831d54-f346-47f6-940a-268099c91ad9?depth=0
2021-04-20T05:54:52.580Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-04-20T05:54:52.613Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bfdcd97c-dbca-4824-b985-c10e97a6b332/model-vers/model-ver/1f831d54-f346-47f6-940a-268099c91ad9?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-04-20T05:54:52.614Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bfdcd97c-dbca-4824-b985-c10e97a6b332/model-vers/model-ver/1f831d54-f346-47f6-940a-268099c91ad9?depth=0|INFO|500||Invoke
2021-04-20T05:54:52.639Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bfdcd97c-dbca-4824-b985-c10e97a6b332/model-vers/model-ver/1f831d54-f346-47f6-940a-268099c91ad9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-20T05:54:52.752Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bfdcd97c-dbca-4824-b985-c10e97a6b332/model-vers/model-ver/1f831d54-f346-47f6-940a-268099c91ad9?depth=0|INFO|500||InvokeReturn
2021-04-20T05:54:52.753Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bfdcd97c-dbca-4824-b985-c10e97a6b332/model-vers/model-ver/1f831d54-f346-47f6-940a-268099c91ad9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210420-05:54:52:645-1871], vertex-id=[426064], Content-Length=[0], Date=[Tue, 20 Apr 2021 05:54:52 GMT], Content-Type=[application/json]}
2021-04-20T05:54:52.753Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-04-20T05:54:52.753Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-20T05:54:52.753Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||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-04-20T05:54:52.758Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||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-04-20T05:54:52.758Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b85b01eb-63c1-4557-933e-110eda66631b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-20T05:54:52.758Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-20T05:54:52.759Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:54:52.760Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:54:52.761Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898092758,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-20T05:54:52.861Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:54:52.862Z||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-04-20T05:54:52.862Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:54:52.874Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:54:52.875Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-20T05:54:53.771Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-20T05:54:53.772Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"97fab229-7fae-4b73-8af6-12ee6f1d519c","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"74427e4a-5b6c-4907-ae84-4c4cdc1e4be2","serviceDescription":"service","serviceInvariantUUID":"3f97c083-92c0-425b-aff1-29f516ca33c0","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c791d438-023f-4757-a388-052eb6f707f7","resourceInvariantUUID":"f2279712-f053-4bbd-b8d9-9c5868cf2fe7","resourceCustomizationUUID":"4b3320a7-2601-48f1-b19b-421314ec6e4e","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":"20fd451a-87c9-464c-be40-9d32f867ccfe","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":"YjdlYmU1NWFkOTNlZTg2ZjlkOTE1NDVlZDZkZDlkYTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"26ad2950-2f83-40cc-be41-147ed569d977","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":"M2Y5ZTZjMzc3NDY0YjExOWFiMGIzZDM1MzY1ZDY4MzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8867696d-9b6f-452c-9e12-7f07bea10e97","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":"137c0113-b746-4116-8b25-592f34341bd6","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":"80bdbc1b-6034-47b9-b77c-f152bcd681e1","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":"64342785-288e-47d8-ac5d-d4e2e812148a","artifactVersion":"2","generatedFromUUID":"137c0113-b746-4116-8b25-592f34341bd6"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MmZjZDc0M2NkMTg2MjFkYmI2MTgzNjY1YWE4ZDgwOGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"62424118-b4c5-4aa0-9083-3c53f623f95a","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NDExMmRjZDVmNjE3M2JiNTJjNDYyYjI0Mjg3MjFiMWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cf32c22a-fd37-45d0-afd9-50eab2d9e46b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-20T05:54:53.772Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:54:53.772Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:54:53.774Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:54:53.774Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897861536,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:53.874Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:54:53.875Z||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-04-20T05:54:53.875Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:54:53.883Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:54:53.884Z||pool-67-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:54:54.775Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:54:54.776Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:54:54.777Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:54:54.777Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897861536,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:54.878Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:54:54.879Z||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-04-20T05:54:54.879Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:54:54.888Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:54:54.888Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-20T05:54:55.778Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:54:55.779Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:54:55.780Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:54:55.781Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897861536,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:54:55.881Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:54:55.882Z||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-04-20T05:54:55.882Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:54:55.890Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:54:55.891Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:54:56.781Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:54:56.782Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:54:56.784Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:54:56.784Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897861536,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:54:56.884Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:54:56.885Z||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-04-20T05:54:56.885Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:54:56.894Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:54:56.895Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:54:57.784Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:54:57.786Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:54:57.787Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:54:57.787Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897861536,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:57.888Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:54:57.889Z||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-04-20T05:54:57.889Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:54:57.898Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:54:57.899Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:54:58.788Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:54:58.789Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:54:58.791Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:54:58.791Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897861536,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-20T05:54:58.892Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:54:58.892Z||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-04-20T05:54:58.892Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:54:58.901Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:54:58.901Z||pool-72-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:54:59.792Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:54:59.793Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:54:59.795Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:54:59.795Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897861536,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:54:59.895Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:54:59.896Z||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-04-20T05:54:59.896Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:54:59.906Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:54:59.906Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:55:00.795Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:55:00.796Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:55:00.798Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:55:00.798Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897861536,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:55:00.899Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:55:00.899Z||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-04-20T05:55:00.899Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:55:00.908Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:55:00.909Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:55:01.800Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "74427e4a-5b6c-4907-ae84-4c4cdc1e4be2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3f97c083-92c0-425b-aff1-29f516ca33c0",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "4b3320a7-2601-48f1-b19b-421314ec6e4e",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c791d438-023f-4757-a388-052eb6f707f7",
      "resourceInvariantUUID": "f2279712-f053-4bbd-b8d9-9c5868cf2fe7",
      "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": "M2Y5ZTZjMzc3NDY0YjExOWFiMGIzZDM1MzY1ZDY4MzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8867696d-9b6f-452c-9e12-7f07bea10e97",
          "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": "137c0113-b746-4116-8b25-592f34341bd6",
          "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": "64342785-288e-47d8-ac5d-d4e2e812148a",
            "generatedFromUUID": "137c0113-b746-4116-8b25-592f34341bd6"
          },
          "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": "64342785-288e-47d8-ac5d-d4e2e812148a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "NDExMmRjZDVmNjE3M2JiNTJjNDYyYjI0Mjg3MjFiMWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cf32c22a-fd37-45d0-afd9-50eab2d9e46b"
    }
  ],
  "workloadContext": "Production"
}
2021-04-20T05:55:01.800Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-20T05:55:01.800Z|b85b01eb-63c1-4557-933e-110eda66631b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 74427e4a-5b6c-4907-ae84-4c4cdc1e4be2 ASDC
2021-04-20T05:55:01.801Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:97fab229-7fae-4b73-8af6-12ee6f1d519c
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:74427e4a-5b6c-4907-ae84-4c4cdc1e4be2
ServiceInvariantUUID:3f97c083-92c0-425b-aff1-29f516ca33c0
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:cf32c22a-fd37-45d0-afd9-50eab2d9e46b
ArtifactChecksum:NDExMmRjZDVmNjE3M2JiNTJjNDYyYjI0Mjg3MjFiMWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:4b3320a7-2601-48f1-b19b-421314ec6e4e
ResourceInvariantUUID:f2279712-f053-4bbd-b8d9-9c5868cf2fe7
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:c791d438-023f-4757-a388-052eb6f707f7
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:8867696d-9b6f-452c-9e12-7f07bea10e97
ArtifactChecksum:M2Y5ZTZjMzc3NDY0YjExOWFiMGIzZDM1MzY1ZDY4MzI=
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:137c0113-b746-4116-8b25-592f34341bd6
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:64342785-288e-47d8-ac5d-d4e2e812148a
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:64342785-288e-47d8-ac5d-d4e2e812148a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-20T05:55:01.801Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 74427e4a-5b6c-4907-ae84-4c4cdc1e4be2 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-04-20T05:55:01.835Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-20T05:55:01.836Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-20T05:55:01.836Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-20T05:55:01.836Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cf32c22a-fd37-45d0-afd9-50eab2d9e46b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-20T05:55:01.837Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-20T05:55:01.837Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-20T05:55:03.952Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-20T05:55:03.958Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar cf32c22a-fd37-45d0-afd9-50eab2d9e46b 76827
2021-04-20T05:55:03.958Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-04-20T05:55:03.958Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-20T05:55:03.958Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:55:03.959Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:55:03.961Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:55:03.961Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898103958,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:55:04.061Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:55:04.062Z||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-04-20T05:55:04.062Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:55:04.071Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:55:04.071Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:55:04.961Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-20T05:55:04.963Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-20T05:55:04.963Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: cf32c22a-fd37-45d0-afd9-50eab2d9e46b, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-20T05:55:04.964Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-04-20T05:55:04.964Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-20T05:55:04.964Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-20T05:55:05.087Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18300479457391313614/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-04-20T05:55:06.206Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-20T05:55:06.207Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-04-20T05:55:06.207Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-20T05:55:06.207Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-20T05:55:06.207Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||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-04-20T05:55:06.207Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||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-04-20T05:55:06.207Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||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-04-20T05:55:06.207Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||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-04-20T05:55:06.207Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||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-04-20T05:55:06.207Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||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-04-20T05:55:06.207Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||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-04-20T05:55:06.207Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||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-04-20T05:55:06.207Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||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-04-20T05:55:06.207Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||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-04-20T05:55:06.207Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-04-20T05:55:06.208Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:55:06.208Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:55:06.208Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-20T05:55:06.208Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-20T05:55:06.208Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-20T05:55:06.208Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:55:06.208Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:55:06.208Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-20T05:55:06.208Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-20T05:55:06.208Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-20T05:55:06.208Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:55:06.208Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:55:06.209Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:55:06.209Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-20T05:55:06.209Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-20T05:55:06.209Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-20T05:55:06.209Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-20T05:55:06.209Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-20T05:55:06.209Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-20T05:55:06.209Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:55:06.209Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-20T05:55:06.209Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:55:06.209Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-20T05:55:06.209Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:55:06.210Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:55:06.210Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-20T05:55:06.210Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:55:06.210Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:55:06.210Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-20T05:55:06.210Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:55:06.210Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:55:06.210Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-20T05:55:06.210Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-20T05:55:06.210Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-20T05:55:06.211Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a72f1ce9-da27-4745-a02d-51cf55cd2ed3
2021-04-20T05:55:06.211Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:55:06.211Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:55:06.212Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:55:06.212Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:55:06.212Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:55:06.212Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:55:06.212Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:55:06.212Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:55:06.213Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:74427e4a-5b6c-4907-ae84-4c4cdc1e4be2
Model Version:NULL
Model InvariantUuid:3f97c083-92c0-425b-aff1-29f516ca33c0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:51d3c8d9-870a-4390-9106-d642449d47a0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f2279712-f053-4bbd-b8d9-9c5868cf2fe7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4b3320a7-2601-48f1-b19b-421314ec6e4e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:33fd3c04-257d-4ff6-96db-a46c64b30088
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:94f5047f-6d77-473a-a9bb-ca7749984e06
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a72f1ce9-da27-4745-a02d-51cf55cd2ed3
ModelInvariantUuid:6b191ef5-ba27-4e64-a05c-b14ca7623dcb
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:5cb2a711-7089-4d7a-8b5e-db4a33bda940
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:5b36a06f-4416-4f65-8508-74f20179f49d
ModelInvariantUuid:cb74aa5c-0e89-4de4-9f35-69d76d90a6f8
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:c2f67939-967b-4867-8188-76c57804d22c
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-04-20T05:55:06.219Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: c791d438-023f-4757-a388-052eb6f707f7
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-04-20T05:55:06.223Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||basicclamp 0
2021-04-20T05:55:06.223Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c791d438-023f-4757-a388-052eb6f707f7
2021-04-20T05:55:06.223Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8867696d-9b6f-452c-9e12-7f07bea10e97 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-20T05:55:06.223Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-20T05:55:06.223Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-20T05:55:07.558Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-20T05:55:07.558Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 8867696d-9b6f-452c-9e12-7f07bea10e97 790
2021-04-20T05:55:07.558Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||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-04-20T05:55:07.559Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||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-04-20T05:55:07.559Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:55:07.559Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:55:07.560Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:55:07.561Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898107558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:55:07.661Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:55:07.661Z||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-04-20T05:55:07.662Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:55:07.672Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:55:07.672Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:55:08.561Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "33fd3c04-257d-4ff6-96db-a46c64b30088",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "94f5047f-6d77-473a-a9bb-ca7749984e06",
    "vfModuleModelCustomizationUUID": "629ccf99-e03b-4659-94c2-c71ccf1324fd",
    "isBase": true,
    "artifacts": [
      "137c0113-b746-4116-8b25-592f34341bd6",
      "64342785-288e-47d8-ac5d-d4e2e812148a"
    ],
    "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-04-20T05:55:08.564Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:94f5047f-6d77-473a-a9bb-ca7749984e06
VfModuleModelInvariantUUID:33fd3c04-257d-4ff6-96db-a46c64b30088
VfModuleModelDescription:NULL
Artifacts UUID List:{
137c0113-b746-4116-8b25-592f34341bd6
,
64342785-288e-47d8-ac5d-d4e2e812148a

}
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-04-20T05:55:08.566Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "33fd3c04-257d-4ff6-96db-a46c64b30088",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "94f5047f-6d77-473a-a9bb-ca7749984e06",
    "vfModuleModelCustomizationUUID": "629ccf99-e03b-4659-94c2-c71ccf1324fd",
    "isBase": true,
    "artifacts": [
      "137c0113-b746-4116-8b25-592f34341bd6",
      "64342785-288e-47d8-ac5d-d4e2e812148a"
    ],
    "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-04-20T05:55:08.566Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:94f5047f-6d77-473a-a9bb-ca7749984e06
VfModuleModelInvariantUUID:33fd3c04-257d-4ff6-96db-a46c64b30088
VfModuleModelDescription:NULL
Artifacts UUID List:{
137c0113-b746-4116-8b25-592f34341bd6
,
64342785-288e-47d8-ac5d-d4e2e812148a

}
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-04-20T05:55:08.566Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 137c0113-b746-4116-8b25-592f34341bd6 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-20T05:55:08.566Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-20T05:55:08.566Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-20T05:55:09.071Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-20T05:55:09.071Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 137c0113-b746-4116-8b25-592f34341bd6 5033
2021-04-20T05:55:09.072Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||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-04-20T05:55:09.072Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||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-04-20T05:55:09.072Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:55:09.072Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:55:09.074Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:55:09.074Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898109072,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:55:09.174Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:55:09.175Z||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-04-20T05:55:09.175Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:55:09.183Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:55:09.183Z||pool-77-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:55:10.075Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 64342785-288e-47d8-ac5d-d4e2e812148a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-20T05:55:10.075Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-20T05:55:10.076Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-20T05:55:10.329Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-20T05:55:10.329Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 64342785-288e-47d8-ac5d-d4e2e812148a 909
2021-04-20T05:55:10.329Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||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-04-20T05:55:10.330Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||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-04-20T05:55:10.330Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:55:10.330Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:55:10.332Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:55:10.332Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898110329,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:55:10.432Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:55:10.433Z||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-04-20T05:55:10.433Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:55:10.442Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:55:10.442Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:55:11.333Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 74427e4a-5b6c-4907-ae84-4c4cdc1e4be2
2021-04-20T05:55:11.333Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 c791d438-023f-4757-a388-052eb6f707f7 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-04-20T05:55:11.345Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:55:11.345Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:55:11.346Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-04-20T05:55:11.346Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 4b3320a7-2601-48f1-b19b-421314ec6e4e
2021-04-20T05:55:11.346Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4b3320a7-2601-48f1-b19b-421314ec6e4e matches Tosca VF Customization UUID: 4b3320a7-2601-48f1-b19b-421314ec6e4e
2021-04-20T05:55:11.346Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 4b3320a7-2601-48f1-b19b-421314ec6e4e  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-04-20T05:55:11.348Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:55:11.348Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:55:11.348Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 4b3320a7-2601-48f1-b19b-421314ec6e4e: {\"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-04-20T05:55:11.349Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@684208b0
2021-04-20T05:55:11.349Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:55:11.349Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-20T05:55:11.349Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 629ccf99-e03b-4659-94c2-c71ccf1324fd
2021-04-20T05:55:11.349Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 629ccf99-e03b-4659-94c2-c71ccf1324fd
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-04-20T05:55:11.351Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:55:11.351Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-20T05:55:11.351Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:55:11.351Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:55:11.351Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-20T05:55:11.351Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:55:11.352Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:55:11.352Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-20T05:55:11.352Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-20T05:55:11.352Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-20T05:55:11.352Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a72f1ce9-da27-4745-a02d-51cf55cd2ed3
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-04-20T05:55:11.354Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:55:11.354Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-20T05:55:11.354Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:55:11.354Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:55:11.354Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-20T05:55:11.354Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=4b3320a7-2601-48f1-b19b-421314ec6e4e
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-04-20T05:55:11.356Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:55:11.356Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:55:11.356Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 74427e4a-5b6c-4907-ae84-4c4cdc1e4be2: basicclamp
2021-04-20T05:55:11.356Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:55:11.356Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:55:11.356Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:55:11.357Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:55:11.357Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:55:11.357Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:55:11.357Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:55:11.357Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:55:11.357Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:55:11.357Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:55:11.357Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||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-04-20T05:55:11.426Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp c791d438-023f-4757-a388-052eb6f707f7 1 ASDC deployResourceStructure
2021-04-20T05:55:11.426Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||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-04-20T05:55:11.426Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||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-04-20T05:55:11.426Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:55:11.426Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:55:11.428Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:55:11.428Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898111426,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-20T05:55:11.528Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:55:11.529Z||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-04-20T05:55:11.529Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:55:11.539Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:55:11.539Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:55:12.428Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||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-04-20T05:55:12.429Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||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-04-20T05:55:12.429Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:55:12.430Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:55:12.431Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:55:12.431Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898112428,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-20T05:55:12.532Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:55:12.532Z||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-04-20T05:55:12.532Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:55:12.541Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:55:12.542Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:55:13.432Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||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-04-20T05:55:13.432Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||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-04-20T05:55:13.432Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:55:13.432Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:55:13.434Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:55:13.434Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898113432,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-20T05:55:13.534Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:55:13.535Z||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-04-20T05:55:13.535Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:55:13.544Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:55:13.544Z||pool-81-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:55:14.435Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-04-20T05:55:14.435Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-20T05:55:14.435Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:55:14.435Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:55:14.437Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:55:14.437Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898114434,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:55:14.537Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:55:14.538Z||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-04-20T05:55:14.538Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:55:14.548Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:55:14.549Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:55:14.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:55:14.634Z||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-04-20T05:55:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:55:14.652Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:55:14.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "aai-ml",
  "timestamp": 1618898042256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618898039558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "clamp",
  "timestamp": 1618898041365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "policy-id",
  "timestamp": 1618898039141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618898039434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "cds",
  "timestamp": 1618898046276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "aai-ml",
  "timestamp": 1618898042256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "clamp",
  "timestamp": 1618898041365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618898039558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-20T05:55:14.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "policy-id",
  "timestamp": 1618898039141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618898039434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-20T05:55:14.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "cds",
  "timestamp": 1618898046276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "aai-ml",
  "timestamp": 1618898042256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618898039558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-20T05:55:14.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "clamp",
  "timestamp": 1618898041365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "policy-id",
  "timestamp": 1618898039141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618898039434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-20T05:55:14.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "cds",
  "timestamp": 1618898046276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "aai-ml",
  "timestamp": 1618898042256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "clamp",
  "timestamp": 1618898041365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:55:14.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618898039558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:55:14.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "policy-id",
  "timestamp": 1618898039141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618898039434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:55:14.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "cds",
  "timestamp": 1618898046276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "aai-ml",
  "timestamp": 1618898042256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "clamp",
  "timestamp": 1618898041365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618898039558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:55:14.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "policy-id",
  "timestamp": 1618898039141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:55:14.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618898039434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:55:14.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618898050031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "cds",
  "timestamp": 1618898046276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "aai-ml",
  "timestamp": 1618898042256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "clamp",
  "timestamp": 1618898041365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618898039558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "policy-id",
  "timestamp": 1618898039141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618898039434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618898050031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-20T05:55:14.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "cds",
  "timestamp": 1618898046276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "aai-ml",
  "timestamp": 1618898042256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "clamp",
  "timestamp": 1618898041365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618898039558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-20T05:55:14.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "policy-id",
  "timestamp": 1618898039141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618898039434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-20T05:55:14.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618898050031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-20T05:55:14.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "cds",
  "timestamp": 1618898046276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "aai-ml",
  "timestamp": 1618898042256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "clamp",
  "timestamp": 1618898041365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618898039558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "policy-id",
  "timestamp": 1618898039141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618898039434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618898050031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:55:14.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "cds",
  "timestamp": 1618898046276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "aai-ml",
  "timestamp": 1618898042256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:55:14.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "clamp",
  "timestamp": 1618898041365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:55:14.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618898039558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:55:14.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "policy-id",
  "timestamp": 1618898039141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:55:14.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618898039434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:55:14.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:14.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:55:14.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618898053631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:14.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:55:15.438Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97fab229-7fae-4b73-8af6-12ee6f1d519c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:55:15.448Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97fab229-7fae-4b73-8af6-12ee6f1d519c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:55:15.450Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:55:15.450Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-20T05:55:15.450Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-20T05:55:15.451Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-20T05:55:15.451Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:55:15.451Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:55:15.451Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:55:15.451Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:55:15.451Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:55:15.451Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:55:15.451Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:55:15.451Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||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-04-20T05:55:15.456Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-20T05:55:45.456Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 97fab229-7fae-4b73-8af6-12ee6f1d519c 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-04-20T05:55:45.460Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 97fab229-7fae-4b73-8af6-12ee6f1d519c and serviceModelVersionId: 74427e4a-5b6c-4907-ae84-4c4cdc1e4be2
2021-04-20T05:55:45.460Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3f97c083-92c0-425b-aff1-29f516ca33c0
2021-04-20T05:55:45.461Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3f97c083-92c0-425b-aff1-29f516ca33c0/model-vers/model-ver/74427e4a-5b6c-4907-ae84-4c4cdc1e4be2?depth=0
2021-04-20T05:55:45.464Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-04-20T05:55:45.493Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3f97c083-92c0-425b-aff1-29f516ca33c0/model-vers/model-ver/74427e4a-5b6c-4907-ae84-4c4cdc1e4be2?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-04-20T05:55:45.494Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3f97c083-92c0-425b-aff1-29f516ca33c0/model-vers/model-ver/74427e4a-5b6c-4907-ae84-4c4cdc1e4be2?depth=0|INFO|500||Invoke
2021-04-20T05:55:45.517Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3f97c083-92c0-425b-aff1-29f516ca33c0/model-vers/model-ver/74427e4a-5b6c-4907-ae84-4c4cdc1e4be2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-20T05:55:46.051Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3f97c083-92c0-425b-aff1-29f516ca33c0/model-vers/model-ver/74427e4a-5b6c-4907-ae84-4c4cdc1e4be2?depth=0|INFO|500||InvokeReturn
2021-04-20T05:55:46.052Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3f97c083-92c0-425b-aff1-29f516ca33c0/model-vers/model-ver/74427e4a-5b6c-4907-ae84-4c4cdc1e4be2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210420-05:55:45:524-60252], vertex-id=[409832], Content-Length=[0], Date=[Tue, 20 Apr 2021 05:55:45 GMT], Content-Type=[application/json]}
2021-04-20T05:55:46.052Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-04-20T05:55:46.052Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-20T05:55:46.052Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||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-04-20T05:55:46.056Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||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-04-20T05:55:46.056Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 97fab229-7fae-4b73-8af6-12ee6f1d519c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-20T05:55:46.056Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-20T05:55:46.057Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:55:46.058Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:55:46.058Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898146056,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-20T05:55:46.159Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:55:46.160Z||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-04-20T05:55:46.160Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:55:46.173Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:55:46.173Z||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-04-20T05:55:47.076Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:55:47.076Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-20T05:55:47.076Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:55:51.464Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:55:51.465Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-20T05:55:51.465Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"2cb22653-7521-4b93-9f73-7b5aef975198","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"c6d388e8-2666-4067-84cc-31edc34f27fd","serviceDescription":"service","serviceInvariantUUID":"8a91f210-c804-40fa-9c70-c136b90d48d3","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"308d4c71-cae8-479a-a7c6-b6ae4be8f3a4","resourceInvariantUUID":"8668eb8d-91d0-4c76-b024-18e12e0bc75e","resourceCustomizationUUID":"faa2289d-00a2-42cf-9ecf-4877e9b8d7eb","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":"YmI1YWE0MjBiMDIzNzhjZGQ5ZTBhYzZlNDcwYjE3MWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03ce33ea-2077-4155-9890-cf77582a4a9e","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":"MTdkMzI2M2ZlNGI0N2MxYWU3OTIyZWY5ZWFiNGIxMDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7f89ba19-36a4-4819-8c6e-876552d77393","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":"4bfe667a-3198-4149-a2db-3c47a8d2f0c8","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":"34885eb0-bab0-4200-b373-20c108e12085","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":"1ff1cd6e-0045-4a6d-abbc-59972c1634ae","artifactVersion":"2","generatedFromUUID":"4bfe667a-3198-4149-a2db-3c47a8d2f0c8"},{"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":"NzUzMWRkYTI2YjZlMDMyYWUzN2MwYzQwMWNmODY2YmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a0cdad02-11f6-4df0-8529-5aad52e14454","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":"YjMxOWQxMzBkMTU0ODliMTgyZTQwZjA0ZjljZTBhMWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6f03e52d-e9bb-4ab8-ba86-4bdddd478619","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"Njk3MzJjZTg0YzhjZDhhYjYyNTgwZjRiMzU5ZTUxOWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"85bc97af-396a-4886-a3d7-c7456f63e78c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-20T05:55:51.466Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:55:51.466Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:55:51.467Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:55:51.468Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:51.568Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:55:51.569Z||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-04-20T05:55:51.569Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:55:51.579Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:55:51.579Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:55:52.468Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:55:52.469Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:55:52.471Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:55:52.471Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:55:52.572Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-20T05:55:52.572Z||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-04-20T05:55:52.572Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:55:52.581Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:55:52.581Z||pool-85-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:55:53.472Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:55:53.473Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:55:53.475Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:55:53.475Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:55:53.575Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:55:53.576Z||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-04-20T05:55:53.576Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:55:53.584Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:55:53.585Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-20T05:55:54.475Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:55:54.476Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:55:54.478Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:55:54.479Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:54.579Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-20T05:55:54.579Z||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-04-20T05:55:54.580Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:55:54.588Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:55:54.588Z||pool-87-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-04-20T05:55:55.479Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:55:55.480Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:55:55.482Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:55:55.483Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-20T05:55:55.583Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:55:55.584Z||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-04-20T05:55:55.584Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:55:55.593Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:55:55.593Z||pool-88-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:55:56.483Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:55:56.484Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:55:56.486Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:55:56.487Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:56.587Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:55:56.588Z||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-04-20T05:55:56.588Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:55:56.597Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:55:56.598Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:55:57.487Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:55:57.488Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:55:57.489Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:55:57.490Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:55:57.590Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:55:57.590Z||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-04-20T05:55:57.591Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:55:57.599Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:55:57.600Z||pool-90-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:55:58.490Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:55:58.491Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:55:58.493Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:55:58.493Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:55:58.593Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:55:58.594Z||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-04-20T05:55:58.595Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:55:58.603Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:55:58.603Z||pool-91-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:55:59.495Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c6d388e8-2666-4067-84cc-31edc34f27fd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a91f210-c804-40fa-9c70-c136b90d48d3",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "faa2289d-00a2-42cf-9ecf-4877e9b8d7eb",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "308d4c71-cae8-479a-a7c6-b6ae4be8f3a4",
      "resourceInvariantUUID": "8668eb8d-91d0-4c76-b024-18e12e0bc75e",
      "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": "MTdkMzI2M2ZlNGI0N2MxYWU3OTIyZWY5ZWFiNGIxMDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7f89ba19-36a4-4819-8c6e-876552d77393",
          "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": "4bfe667a-3198-4149-a2db-3c47a8d2f0c8",
          "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": "1ff1cd6e-0045-4a6d-abbc-59972c1634ae",
            "generatedFromUUID": "4bfe667a-3198-4149-a2db-3c47a8d2f0c8"
          },
          "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": "1ff1cd6e-0045-4a6d-abbc-59972c1634ae",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "Njk3MzJjZTg0YzhjZDhhYjYyNTgwZjRiMzU5ZTUxOWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "85bc97af-396a-4886-a3d7-c7456f63e78c"
    }
  ],
  "workloadContext": "Production"
}
2021-04-20T05:55:59.496Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-20T05:55:59.496Z|97fab229-7fae-4b73-8af6-12ee6f1d519c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c6d388e8-2666-4067-84cc-31edc34f27fd ASDC
2021-04-20T05:55:59.496Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:2cb22653-7521-4b93-9f73-7b5aef975198
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:c6d388e8-2666-4067-84cc-31edc34f27fd
ServiceInvariantUUID:8a91f210-c804-40fa-9c70-c136b90d48d3
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:85bc97af-396a-4886-a3d7-c7456f63e78c
ArtifactChecksum:Njk3MzJjZTg0YzhjZDhhYjYyNTgwZjRiMzU5ZTUxOWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:faa2289d-00a2-42cf-9ecf-4877e9b8d7eb
ResourceInvariantUUID:8668eb8d-91d0-4c76-b024-18e12e0bc75e
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:308d4c71-cae8-479a-a7c6-b6ae4be8f3a4
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:7f89ba19-36a4-4819-8c6e-876552d77393
ArtifactChecksum:MTdkMzI2M2ZlNGI0N2MxYWU3OTIyZWY5ZWFiNGIxMDQ=
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:4bfe667a-3198-4149-a2db-3c47a8d2f0c8
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:1ff1cd6e-0045-4a6d-abbc-59972c1634ae
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:1ff1cd6e-0045-4a6d-abbc-59972c1634ae
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-20T05:55:59.496Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c6d388e8-2666-4067-84cc-31edc34f27fd 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-04-20T05:55:59.710Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-20T05:55:59.711Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-20T05:55:59.711Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-20T05:55:59.711Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 85bc97af-396a-4886-a3d7-c7456f63e78c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-20T05:55:59.711Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-20T05:55:59.712Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-20T05:56:03.020Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-20T05:56:03.027Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 85bc97af-396a-4886-a3d7-c7456f63e78c 82047
2021-04-20T05:56:03.027Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-04-20T05:56:03.027Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-20T05:56:03.027Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:56:03.027Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:56:03.029Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:56:03.029Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898163027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:56:03.129Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:56:03.130Z||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-04-20T05:56:03.130Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:56:03.139Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:56:03.139Z||pool-92-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:56:04.029Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-20T05:56:04.030Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-20T05:56:04.031Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 85bc97af-396a-4886-a3d7-c7456f63e78c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-20T05:56:04.031Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-04-20T05:56:04.031Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-20T05:56:04.031Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-20T05:56:04.130Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6390671868212961598/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-04-20T05:56:05.148Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-20T05:56:05.148Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-04-20T05:56:05.148Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-20T05:56:05.148Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-20T05:56:05.148Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||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-04-20T05:56:05.148Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||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-04-20T05:56:05.149Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||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-04-20T05:56:05.149Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||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-04-20T05:56:05.149Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||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-04-20T05:56:05.149Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||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-04-20T05:56:05.149Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||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-04-20T05:56:05.149Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||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-04-20T05:56:05.149Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||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-04-20T05:56:05.149Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||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-04-20T05:56:05.149Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-04-20T05:56:05.149Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:05.149Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:56:05.150Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-20T05:56:05.150Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-20T05:56:05.150Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-20T05:56:05.150Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:05.150Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:56:05.150Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-20T05:56:05.150Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-20T05:56:05.150Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-20T05:56:05.151Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:05.151Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:56:05.151Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:05.151Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-20T05:56:05.151Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-20T05:56:05.151Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-04-20T05:56:05.151Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-04-20T05:56:05.151Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-04-20T05:56:05.152Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-20T05:56:05.152Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:05.152Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-20T05:56:05.152Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:05.152Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-20T05:56:05.152Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:56:05.152Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:05.152Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-20T05:56:05.153Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:56:05.153Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:05.153Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-20T05:56:05.153Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:56:05.153Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:05.153Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-20T05:56:05.153Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-20T05:56:05.153Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-20T05:56:05.154Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8e547775-0590-4e69-9b7f-4aeb1e414ed4
2021-04-20T05:56:05.154Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:05.154Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:56:05.154Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:05.154Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:56:05.154Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:05.154Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:56:05.154Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:05.155Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:56:05.155Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:c6d388e8-2666-4067-84cc-31edc34f27fd
Model Version:NULL
Model InvariantUuid:8a91f210-c804-40fa-9c70-c136b90d48d3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:71d9a4f9-8794-48ff-89d9-aa9581faa7c6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8668eb8d-91d0-4c76-b024-18e12e0bc75e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:faa2289d-00a2-42cf-9ecf-4877e9b8d7eb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b25d8778-22c3-445b-8adc-9b4f8dd0ba60
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:ca4d8601-e683-4a84-bfb2-208161f9a9c2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8e547775-0590-4e69-9b7f-4aeb1e414ed4
ModelInvariantUuid:31fe3d72-bd9e-4b8e-81e2-9a6d09cc9429
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:14975261-ade9-4a1f-9abf-8dcc28e6ee28
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:c03543a8-b7a8-4dd9-b89a-0fc1bb1db405
ModelInvariantUuid:2b58f013-6500-4729-b65d-f651ca20f559
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:e538d8da-6755-434f-9c55-ddf87ae4380c
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-04-20T05:56:05.160Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 308d4c71-cae8-479a-a7c6-b6ae4be8f3a4
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-04-20T05:56:05.162Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||basic_vm_macro 0
2021-04-20T05:56:05.162Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 308d4c71-cae8-479a-a7c6-b6ae4be8f3a4
2021-04-20T05:56:05.162Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7f89ba19-36a4-4819-8c6e-876552d77393 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-20T05:56:05.162Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-20T05:56:05.162Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||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-04-20T05:56:07.116Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-20T05:56:07.117Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 7f89ba19-36a4-4819-8c6e-876552d77393 792
2021-04-20T05:56:07.117Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||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-04-20T05:56:07.117Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||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-04-20T05:56:07.117Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:56:07.117Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:56:07.119Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:56:07.119Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898167117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:56:07.219Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:56:07.220Z||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-04-20T05:56:07.220Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:56:07.230Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:56:07.231Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:56:08.119Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b25d8778-22c3-445b-8adc-9b4f8dd0ba60",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ca4d8601-e683-4a84-bfb2-208161f9a9c2",
    "vfModuleModelCustomizationUUID": "642922d9-09ee-48be-bb33-18439b401f41",
    "isBase": true,
    "artifacts": [
      "4bfe667a-3198-4149-a2db-3c47a8d2f0c8",
      "1ff1cd6e-0045-4a6d-abbc-59972c1634ae"
    ],
    "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-04-20T05:56:08.122Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ca4d8601-e683-4a84-bfb2-208161f9a9c2
VfModuleModelInvariantUUID:b25d8778-22c3-445b-8adc-9b4f8dd0ba60
VfModuleModelDescription:NULL
Artifacts UUID List:{
4bfe667a-3198-4149-a2db-3c47a8d2f0c8
,
1ff1cd6e-0045-4a6d-abbc-59972c1634ae

}
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-04-20T05:56:08.124Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b25d8778-22c3-445b-8adc-9b4f8dd0ba60",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ca4d8601-e683-4a84-bfb2-208161f9a9c2",
    "vfModuleModelCustomizationUUID": "642922d9-09ee-48be-bb33-18439b401f41",
    "isBase": true,
    "artifacts": [
      "4bfe667a-3198-4149-a2db-3c47a8d2f0c8",
      "1ff1cd6e-0045-4a6d-abbc-59972c1634ae"
    ],
    "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-04-20T05:56:08.124Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ca4d8601-e683-4a84-bfb2-208161f9a9c2
VfModuleModelInvariantUUID:b25d8778-22c3-445b-8adc-9b4f8dd0ba60
VfModuleModelDescription:NULL
Artifacts UUID List:{
4bfe667a-3198-4149-a2db-3c47a8d2f0c8
,
1ff1cd6e-0045-4a6d-abbc-59972c1634ae

}
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-04-20T05:56:08.124Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4bfe667a-3198-4149-a2db-3c47a8d2f0c8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-20T05:56:08.124Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-20T05:56:08.124Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||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-04-20T05:56:08.786Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-20T05:56:08.786Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 4bfe667a-3198-4149-a2db-3c47a8d2f0c8 5033
2021-04-20T05:56:08.786Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||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-04-20T05:56:08.786Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||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-04-20T05:56:08.786Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:56:08.787Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:56:08.788Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:56:08.788Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898168786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:56:08.889Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-20T05:56:08.889Z||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-04-20T05:56:08.889Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:56:08.903Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:56:08.904Z||pool-94-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:56:09.789Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1ff1cd6e-0045-4a6d-abbc-59972c1634ae from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-20T05:56:09.790Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-20T05:56:09.790Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||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-04-20T05:56:10.559Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-20T05:56:10.560Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 1ff1cd6e-0045-4a6d-abbc-59972c1634ae 903
2021-04-20T05:56:10.560Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||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-04-20T05:56:10.560Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||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-04-20T05:56:10.560Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:56:10.561Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:56:10.563Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:56:10.563Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898170560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:56:10.663Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:56:10.664Z||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-04-20T05:56:10.664Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:56:10.673Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:56:10.673Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-20T05:56:11.564Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: c6d388e8-2666-4067-84cc-31edc34f27fd
2021-04-20T05:56:11.564Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 308d4c71-cae8-479a-a7c6-b6ae4be8f3a4 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-04-20T05:56:11.575Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:11.575Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:56:11.575Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-04-20T05:56:11.576Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= faa2289d-00a2-42cf-9ecf-4877e9b8d7eb
2021-04-20T05:56:11.576Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: faa2289d-00a2-42cf-9ecf-4877e9b8d7eb matches Tosca VF Customization UUID: faa2289d-00a2-42cf-9ecf-4877e9b8d7eb
2021-04-20T05:56:11.576Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: faa2289d-00a2-42cf-9ecf-4877e9b8d7eb  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-04-20T05:56:11.578Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:11.578Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:56:11.579Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id faa2289d-00a2-42cf-9ecf-4877e9b8d7eb: {\"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-04-20T05:56:11.579Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@8120617
2021-04-20T05:56:11.579Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:11.579Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-20T05:56:11.579Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 642922d9-09ee-48be-bb33-18439b401f41
2021-04-20T05:56:11.580Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 642922d9-09ee-48be-bb33-18439b401f41
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-04-20T05:56:11.582Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:11.582Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-20T05:56:11.582Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:56:11.583Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:11.583Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-20T05:56:11.583Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:56:11.583Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:11.584Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-20T05:56:11.584Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-20T05:56:11.584Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-20T05:56:11.584Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8e547775-0590-4e69-9b7f-4aeb1e414ed4
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-04-20T05:56:11.586Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:11.587Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-20T05:56:11.587Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:56:11.587Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:11.587Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-20T05:56:11.587Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=faa2289d-00a2-42cf-9ecf-4877e9b8d7eb
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-04-20T05:56:11.588Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:11.588Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:56:11.589Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid c6d388e8-2666-4067-84cc-31edc34f27fd: basic_vm_macro
2021-04-20T05:56:11.589Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:11.589Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:56:11.589Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:11.589Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:56:11.589Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:11.589Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:56:11.589Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:11.589Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:56:11.589Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:11.589Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:56:11.589Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||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-04-20T05:56:11.656Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 308d4c71-cae8-479a-a7c6-b6ae4be8f3a4 1 ASDC deployResourceStructure
2021-04-20T05:56:11.656Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||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-04-20T05:56:11.656Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||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-04-20T05:56:11.656Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:56:11.656Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:56:11.658Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:56:11.658Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898171656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-20T05:56:11.758Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:56:11.759Z||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-04-20T05:56:11.759Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:56:11.769Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:56:11.769Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:56:12.659Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||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-04-20T05:56:12.659Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||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-04-20T05:56:12.659Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:56:12.660Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:56:12.662Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:56:12.662Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898172659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-20T05:56:12.762Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:56:12.762Z||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-04-20T05:56:12.763Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:56:12.772Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:56:12.772Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:56:13.663Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||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-04-20T05:56:13.663Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||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-04-20T05:56:13.663Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:56:13.664Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:56:13.665Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:56:13.665Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898173662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-20T05:56:13.766Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-20T05:56:13.766Z||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-04-20T05:56:13.766Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:56:13.775Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:56:13.775Z||pool-98-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:56:14.634Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:56:14.635Z||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-04-20T05:56:14.635Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:56:14.655Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:56:14.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:56:14.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618898050031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:56:14.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:56:14.667Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-04-20T05:56:14.667Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-20T05:56:14.667Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:56:14.668Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:56:14.671Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:56:14.671Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898174667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:56:14.771Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:56:14.771Z||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-04-20T05:56:14.772Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:56:14.781Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:56:14.781Z||pool-99-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:56:15.672Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2cb22653-7521-4b93-9f73-7b5aef975198
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:56:15.684Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2cb22653-7521-4b93-9f73-7b5aef975198
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:56:15.686Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:56:15.686Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-20T05:56:15.686Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-20T05:56:15.686Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-20T05:56:15.686Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:56:15.686Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:56:15.686Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:56:15.686Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:56:15.686Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:56:15.687Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:56:15.687Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||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-04-20T05:56:15.691Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-20T05:56:45.691Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2cb22653-7521-4b93-9f73-7b5aef975198 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-04-20T05:56:45.697Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2cb22653-7521-4b93-9f73-7b5aef975198 and serviceModelVersionId: c6d388e8-2666-4067-84cc-31edc34f27fd
2021-04-20T05:56:45.698Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a91f210-c804-40fa-9c70-c136b90d48d3
2021-04-20T05:56:45.699Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a91f210-c804-40fa-9c70-c136b90d48d3/model-vers/model-ver/c6d388e8-2666-4067-84cc-31edc34f27fd?depth=0
2021-04-20T05:56:45.705Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-04-20T05:56:45.735Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8a91f210-c804-40fa-9c70-c136b90d48d3/model-vers/model-ver/c6d388e8-2666-4067-84cc-31edc34f27fd?depth=0|INFO|500||Invoke
2021-04-20T05:56:45.735Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8a91f210-c804-40fa-9c70-c136b90d48d3/model-vers/model-ver/c6d388e8-2666-4067-84cc-31edc34f27fd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8a91f210-c804-40fa-9c70-c136b90d48d3/model-vers/model-ver/c6d388e8-2666-4067-84cc-31edc34f27fd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2cb22653-7521-4b93-9f73-7b5aef975198], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8d8aa751-807b-4989-9e47-9ea11eea0561], X-ECOMP-RequestID=[2cb22653-7521-4b93-9f73-7b5aef975198], X-TransactionId=[], X-ONAP-RequestID=[2cb22653-7521-4b93-9f73-7b5aef975198], Content-Type=[application/merge-patch+json]}
2021-04-20T05:56:45.750Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8a91f210-c804-40fa-9c70-c136b90d48d3/model-vers/model-ver/c6d388e8-2666-4067-84cc-31edc34f27fd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-20T05:56:46.322Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8a91f210-c804-40fa-9c70-c136b90d48d3/model-vers/model-ver/c6d388e8-2666-4067-84cc-31edc34f27fd?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/8a91f210-c804-40fa-9c70-c136b90d48d3/model-vers/model-ver/c6d388e8-2666-4067-84cc-31edc34f27fd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210420-05:56:45:756-30222], vertex-id=[458832], Content-Length=[0], Date=[Tue, 20 Apr 2021 05:56:45 GMT], Content-Type=[application/json]}
2021-04-20T05:56:46.323Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8a91f210-c804-40fa-9c70-c136b90d48d3/model-vers/model-ver/c6d388e8-2666-4067-84cc-31edc34f27fd?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-20T05:56:46.323Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8a91f210-c804-40fa-9c70-c136b90d48d3/model-vers/model-ver/c6d388e8-2666-4067-84cc-31edc34f27fd?depth=0|INFO|500||InvokeReturn
2021-04-20T05:56:46.324Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-20T05:56:46.324Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||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-04-20T05:56:46.327Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||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-04-20T05:56:46.327Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2cb22653-7521-4b93-9f73-7b5aef975198 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-20T05:56:46.328Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-20T05:56:46.328Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:56:46.330Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:56:46.330Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898206328,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-20T05:56:46.430Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:56:46.431Z||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-04-20T05:56:46.431Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:56:46.445Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:56:46.445Z||pool-100-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-04-20T05:56:47.382Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-20T05:56:47.383Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"19a71c21-71ad-4100-970b-def49496b538","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"35cecfc6-cb3c-4c4e-acef-0f09a9e32763","serviceDescription":"service","serviceInvariantUUID":"820f4042-aa67-47aa-957d-442b70766d1e","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d423c90-9dca-415c-bcdf-ed7d7c701275","resourceInvariantUUID":"12c124ad-8a26-4584-86c9-1c44ff6040f4","resourceCustomizationUUID":"7622e9c2-a293-40b9-b49d-6a6c83e67183","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":"YzE0YzkyMzg5ZGJiZWJlNmQ4MzZiYTc5NzlkNDM1Njk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"98b7b019-ced9-4097-a42b-7c16dc6aae0e","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":"2d8dc21e-b324-4504-96f7-a8d61cd2ecf1","artifactVersion":"2","generatedFromUUID":"861bd859-a52f-4feb-8416-fa3548a2e2b3"},{"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":"861bd859-a52f-4feb-8416-fa3548a2e2b3","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":"ZDZjMDc3Mzc3ODg1NmJhMTRjYmRkNWVhMmUzYmEyMzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9cbc17a1-0b06-41d7-b4e3-ac42fc0d6ac5","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":"a2172cf4-f2e6-41e5-87fe-91310c7f6dab","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":"93bbc8b1-a8bc-41b0-bfda-739515c43e49","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":"a64583e1-f8bc-4404-88d1-cad94063afe0","artifactVersion":"2","generatedFromUUID":"a2172cf4-f2e6-41e5-87fe-91310c7f6dab"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MDQxYzE0ZjZmMjJjMzI0YTkzYzMyMjI2YTlhNzQzNDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8f507c19-4e60-4ab2-ba59-bcc3e4f60505","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NjAyMTlhNjViZDQwMzFjZTdmZWNmOGViNjRmNWM0OTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"523640fd-8c19-4fa2-b0d5-f2a8a5026208","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-20T05:56:47.383Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:56:47.384Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:56:47.385Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:56:47.385Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:56:47.486Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-20T05:56:47.486Z||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-04-20T05:56:47.486Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:56:47.515Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:56:47.516Z||pool-101-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:56:48.386Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:56:48.387Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:56:48.388Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:56:48.388Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-20T05:56:48.488Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:56:48.489Z||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-04-20T05:56:48.489Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:56:48.498Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:56:48.498Z||pool-102-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:56:49.389Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:56:49.390Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:56:49.392Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:56:49.392Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-20T05:56:49.492Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:56:49.493Z||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-04-20T05:56:49.493Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:56:49.503Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:56:49.503Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:56:50.393Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:56:50.394Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:56:50.396Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:56:50.396Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:56:50.496Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:56:50.497Z||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-04-20T05:56:50.497Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:56:50.506Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:56:50.506Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:56:51.396Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:56:51.397Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:56:51.400Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:56:51.400Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:56:51.500Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:56:51.501Z||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-04-20T05:56:51.501Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:56:51.510Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:56:51.510Z||pool-105-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-20T05:56:52.400Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:56:52.401Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:56:52.403Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:56:52.403Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:56:52.503Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:56:52.504Z||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-04-20T05:56:52.505Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:56:52.514Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:56:52.515Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:56:53.404Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:56:53.404Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:56:53.407Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:56:53.407Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-20T05:56:53.507Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:56:53.507Z||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-04-20T05:56:53.507Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:56:53.516Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:56:53.516Z||pool-107-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:56:54.407Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:56:54.408Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:56:54.410Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:56:54.410Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:56:54.510Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:56:54.511Z||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-04-20T05:56:54.511Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:56:54.520Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:56:54.520Z||pool-108-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:56:55.411Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:56:55.412Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:56:55.414Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:56:55.414Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:56:55.514Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-20T05:56:55.515Z||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-04-20T05:56:55.515Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:56:55.524Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:56:55.524Z||pool-109-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:56:56.416Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "35cecfc6-cb3c-4c4e-acef-0f09a9e32763",
  "serviceDescription": "service",
  "serviceInvariantUUID": "820f4042-aa67-47aa-957d-442b70766d1e",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "7622e9c2-a293-40b9-b49d-6a6c83e67183",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d423c90-9dca-415c-bcdf-ed7d7c701275",
      "resourceInvariantUUID": "12c124ad-8a26-4584-86c9-1c44ff6040f4",
      "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": "2d8dc21e-b324-4504-96f7-a8d61cd2ecf1",
          "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": "861bd859-a52f-4feb-8416-fa3548a2e2b3",
          "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": "ZDZjMDc3Mzc3ODg1NmJhMTRjYmRkNWVhMmUzYmEyMzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9cbc17a1-0b06-41d7-b4e3-ac42fc0d6ac5",
          "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": "a2172cf4-f2e6-41e5-87fe-91310c7f6dab",
          "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": "a64583e1-f8bc-4404-88d1-cad94063afe0",
            "generatedFromUUID": "a2172cf4-f2e6-41e5-87fe-91310c7f6dab"
          },
          "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": "a64583e1-f8bc-4404-88d1-cad94063afe0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NjAyMTlhNjViZDQwMzFjZTdmZWNmOGViNjRmNWM0OTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "523640fd-8c19-4fa2-b0d5-f2a8a5026208"
    }
  ],
  "workloadContext": "Production"
}
2021-04-20T05:56:56.416Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-20T05:56:56.416Z|2cb22653-7521-4b93-9f73-7b5aef975198|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 35cecfc6-cb3c-4c4e-acef-0f09a9e32763 ASDC
2021-04-20T05:56:56.417Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:19a71c21-71ad-4100-970b-def49496b538
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:35cecfc6-cb3c-4c4e-acef-0f09a9e32763
ServiceInvariantUUID:820f4042-aa67-47aa-957d-442b70766d1e
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:523640fd-8c19-4fa2-b0d5-f2a8a5026208
ArtifactChecksum:NjAyMTlhNjViZDQwMzFjZTdmZWNmOGViNjRmNWM0OTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:7622e9c2-a293-40b9-b49d-6a6c83e67183
ResourceInvariantUUID:12c124ad-8a26-4584-86c9-1c44ff6040f4
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:7d423c90-9dca-415c-bcdf-ed7d7c701275
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:2d8dc21e-b324-4504-96f7-a8d61cd2ecf1
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:861bd859-a52f-4feb-8416-fa3548a2e2b3
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:9cbc17a1-0b06-41d7-b4e3-ac42fc0d6ac5
ArtifactChecksum:ZDZjMDc3Mzc3ODg1NmJhMTRjYmRkNWVhMmUzYmEyMzU=
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:a2172cf4-f2e6-41e5-87fe-91310c7f6dab
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:a64583e1-f8bc-4404-88d1-cad94063afe0
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:a64583e1-f8bc-4404-88d1-cad94063afe0
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-20T05:56:56.417Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 35cecfc6-cb3c-4c4e-acef-0f09a9e32763 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-04-20T05:56:56.450Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-20T05:56:56.450Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-20T05:56:56.450Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-20T05:56:56.451Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 523640fd-8c19-4fa2-b0d5-f2a8a5026208 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-20T05:56:56.451Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-20T05:56:56.451Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-20T05:56:57.820Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-20T05:56:57.823Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 523640fd-8c19-4fa2-b0d5-f2a8a5026208 71161
2021-04-20T05:56:57.823Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-04-20T05:56:57.823Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-20T05:56:57.823Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:56:57.823Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:56:57.824Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:56:57.824Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898217823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:56:57.925Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:56:57.926Z||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-04-20T05:56:57.926Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:56:57.935Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:56:57.935Z||pool-110-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:56:58.825Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-20T05:56:58.826Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-20T05:56:58.827Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 523640fd-8c19-4fa2-b0d5-f2a8a5026208, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-20T05:56:58.827Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-04-20T05:56:58.827Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-20T05:56:58.827Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-20T05:56:58.924Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16408937545821421287/Definitions/service-BasicCnf-template.yml
2021-04-20T05:56:59.898Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-20T05:56:59.899Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-04-20T05:56:59.899Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-20T05:56:59.899Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-04-20T05:56:59.899Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:56:59.899Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:56:59.899Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:56:59.899Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:56:59.899Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:56:59.899Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-04-20T05:56:59.899Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:59.899Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:56:59.900Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-20T05:56:59.900Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-20T05:56:59.900Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-20T05:56:59.900Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:59.900Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:56:59.900Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-20T05:56:59.900Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-20T05:56:59.900Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-20T05:56:59.900Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:59.900Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:56:59.901Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:59.901Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-20T05:56:59.901Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-04-20T05:56:59.901Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2021-04-20T05:56:59.901Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-20T05:56:59.901Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:59.901Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-20T05:56:59.901Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:59.901Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-20T05:56:59.901Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:56:59.901Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:59.902Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-20T05:56:59.902Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:56:59.902Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:59.902Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-20T05:56:59.902Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:56:59.902Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:59.902Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-20T05:56:59.902Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-20T05:56:59.902Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=aef9ee2a-96fc-4b74-a758-23d876627f0d
2021-04-20T05:56:59.902Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:59.903Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:56:59.903Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:59.903Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:56:59.903Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:59.903Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:56:59.903Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:56:59.903Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:56:59.903Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:35cecfc6-cb3c-4c4e-acef-0f09a9e32763
Model Version:NULL
Model InvariantUuid:820f4042-aa67-47aa-957d-442b70766d1e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:abbcffc9-fb27-4ab2-8728-dac617202df0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:12c124ad-8a26-4584-86c9-1c44ff6040f4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7622e9c2-a293-40b9-b49d-6a6c83e67183
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6e449460-ba91-4c1e-9581-ac57f1422346
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:d4af6b74-7fc0-46c5-b59c-268f621db91d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:aef9ee2a-96fc-4b74-a758-23d876627f0d
ModelInvariantUuid:bb90b26c-357c-4c3c-bbbb-eb6f623b8719
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:3f921849-fcce-4c81-a357-b4904fcaf313
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:48929208-8dba-4766-aca8-c98db47eeccf
ModelInvariantUuid:e3485ad0-58e1-40d4-97dd-97ce24c2cecb
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:905a4338-9eb0-435d-8346-e2051033e674
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-04-20T05:56:59.909Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d423c90-9dca-415c-bcdf-ed7d7c701275
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-04-20T05:56:59.911Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||basic_cnf 0
2021-04-20T05:56:59.911Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d423c90-9dca-415c-bcdf-ed7d7c701275
2021-04-20T05:56:59.911Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2d8dc21e-b324-4504-96f7-a8d61cd2ecf1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-04-20T05:56:59.911Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-20T05:56:59.911Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:57:03.514Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-20T05:57:03.515Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2d8dc21e-b324-4504-96f7-a8d61cd2ecf1 12
2021-04-20T05:57:03.515Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:57:03.515Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:57:03.515Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:57:03.515Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:57:03.517Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:57:03.517Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898223515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:57:03.617Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:57:03.618Z||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-04-20T05:57:03.618Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:57:03.626Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:57:03.627Z||pool-111-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:57:04.518Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 861bd859-a52f-4feb-8416-fa3548a2e2b3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-04-20T05:57:04.519Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-20T05:57:04.519Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:57:06.309Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-20T05:57:06.309Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 861bd859-a52f-4feb-8416-fa3548a2e2b3 2688
2021-04-20T05:57:06.309Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:57:06.310Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:57:06.310Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:57:06.310Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:57:06.312Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:57:06.312Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898226309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:57:06.412Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:57:06.413Z||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-04-20T05:57:06.413Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:57:06.422Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:57:06.422Z||pool-112-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:57:07.314Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9cbc17a1-0b06-41d7-b4e3-ac42fc0d6ac5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-20T05:57:07.314Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-20T05:57:07.315Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:57:08.458Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-20T05:57:08.459Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 9cbc17a1-0b06-41d7-b4e3-ac42fc0d6ac5 828
2021-04-20T05:57:08.459Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:57:08.459Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:57:08.459Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:57:08.459Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:57:08.461Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:57:08.461Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898228459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:57:08.561Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:57:08.562Z||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-04-20T05:57:08.562Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:57:08.571Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:57:08.571Z||pool-113-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:57:09.461Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "6e449460-ba91-4c1e-9581-ac57f1422346",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d4af6b74-7fc0-46c5-b59c-268f621db91d",
    "vfModuleModelCustomizationUUID": "46f903b2-9a54-4916-86c8-b8cfff36c164",
    "isBase": true,
    "artifacts": [
      "861bd859-a52f-4feb-8416-fa3548a2e2b3",
      "a2172cf4-f2e6-41e5-87fe-91310c7f6dab",
      "a64583e1-f8bc-4404-88d1-cad94063afe0"
    ],
    "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-04-20T05:57:09.467Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d4af6b74-7fc0-46c5-b59c-268f621db91d
VfModuleModelInvariantUUID:6e449460-ba91-4c1e-9581-ac57f1422346
VfModuleModelDescription:NULL
Artifacts UUID List:{
861bd859-a52f-4feb-8416-fa3548a2e2b3
,
a2172cf4-f2e6-41e5-87fe-91310c7f6dab
,
a64583e1-f8bc-4404-88d1-cad94063afe0

}
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-04-20T05:57:09.469Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "6e449460-ba91-4c1e-9581-ac57f1422346",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d4af6b74-7fc0-46c5-b59c-268f621db91d",
    "vfModuleModelCustomizationUUID": "46f903b2-9a54-4916-86c8-b8cfff36c164",
    "isBase": true,
    "artifacts": [
      "861bd859-a52f-4feb-8416-fa3548a2e2b3",
      "a2172cf4-f2e6-41e5-87fe-91310c7f6dab",
      "a64583e1-f8bc-4404-88d1-cad94063afe0"
    ],
    "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-04-20T05:57:09.469Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d4af6b74-7fc0-46c5-b59c-268f621db91d
VfModuleModelInvariantUUID:6e449460-ba91-4c1e-9581-ac57f1422346
VfModuleModelDescription:NULL
Artifacts UUID List:{
861bd859-a52f-4feb-8416-fa3548a2e2b3
,
a2172cf4-f2e6-41e5-87fe-91310c7f6dab
,
a64583e1-f8bc-4404-88d1-cad94063afe0

}
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-04-20T05:57:09.469Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a2172cf4-f2e6-41e5-87fe-91310c7f6dab from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-20T05:57:09.469Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-20T05:57:09.470Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:57:10.218Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-20T05:57:10.219Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml a2172cf4-f2e6-41e5-87fe-91310c7f6dab 1164
2021-04-20T05:57:10.219Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:57:10.219Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:57:10.219Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:57:10.220Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:57:10.222Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:57:10.222Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898230219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:57:10.322Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:57:10.323Z||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-04-20T05:57:10.324Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:57:10.335Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:57:10.335Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:57:11.223Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a64583e1-f8bc-4404-88d1-cad94063afe0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-20T05:57:11.223Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-20T05:57:11.224Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:57:11.723Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-20T05:57:11.723Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env a64583e1-f8bc-4404-88d1-cad94063afe0 200
2021-04-20T05:57:11.724Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:57:11.724Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:57:11.724Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:57:11.724Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:57:11.727Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:57:11.727Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898231724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:57:11.827Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:57:11.827Z||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-04-20T05:57:11.828Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:57:11.836Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:57:11.837Z||pool-115-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:57:12.728Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 35cecfc6-cb3c-4c4e-acef-0f09a9e32763
2021-04-20T05:57:12.728Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 7d423c90-9dca-415c-bcdf-ed7d7c701275 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=?
2021-04-20T05:57:12.738Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-04-20T05:57:12.747Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:57:12.747Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:57:12.748Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-04-20T05:57:12.748Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 7622e9c2-a293-40b9-b49d-6a6c83e67183
2021-04-20T05:57:12.748Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7622e9c2-a293-40b9-b49d-6a6c83e67183 matches Tosca VF Customization UUID: 7622e9c2-a293-40b9-b49d-6a6c83e67183
2021-04-20T05:57:12.748Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 7622e9c2-a293-40b9-b49d-6a6c83e67183  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-04-20T05:57:12.749Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:57:12.750Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:57:12.750Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 7622e9c2-a293-40b9-b49d-6a6c83e67183: {\"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-04-20T05:57:12.750Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@f481794
2021-04-20T05:57:12.750Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:57:12.751Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-20T05:57:12.751Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 46f903b2-9a54-4916-86c8-b8cfff36c164
2021-04-20T05:57:12.751Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 46f903b2-9a54-4916-86c8-b8cfff36c164
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-04-20T05:57:12.753Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:57:12.753Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-20T05:57:12.753Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:57:12.753Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:57:12.753Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-20T05:57:12.754Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:57:12.754Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:57:12.754Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-20T05:57:12.754Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-20T05:57:12.754Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=aef9ee2a-96fc-4b74-a758-23d876627f0d
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-04-20T05:57:12.756Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:57:12.756Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-20T05:57:12.757Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:57:12.757Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:57:12.757Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-20T05:57:12.757Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=7622e9c2-a293-40b9-b49d-6a6c83e67183
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-04-20T05:57:12.758Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:57:12.758Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:57:12.759Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 35cecfc6-cb3c-4c4e-acef-0f09a9e32763: basic_cnf
2021-04-20T05:57:12.759Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:57:12.759Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:57:12.759Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:57:12.759Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:57:12.759Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:57:12.759Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:57:12.760Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:57:12.760Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:57:12.760Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:57:12.760Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:57:12.760Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:57:12.817Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 7d423c90-9dca-415c-bcdf-ed7d7c701275 1 ASDC deployResourceStructure
2021-04-20T05:57:12.818Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:57:12.818Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:57:12.818Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-20T05:57:12.818Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:57:12.820Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:57:12.820Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898232817,
  "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-04-20T05:57:12.921Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:57:12.921Z||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-04-20T05:57:12.921Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:57:12.932Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:57:12.932Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:57:13.821Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:57:13.821Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:57:13.821Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-20T05:57:13.822Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:57:13.823Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:57:13.823Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898233821,
  "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-04-20T05:57:13.923Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:57:13.925Z||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-04-20T05:57:13.925Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:57:13.934Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:57:13.935Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:57:14.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:57:14.634Z||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-04-20T05:57:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:57:14.657Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:57:14.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "dcae-sch",
  "timestamp": 1618898054263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:14.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "cds",
  "timestamp": 1618898046276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:57:14.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618898053631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:14.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618898054959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:14.661Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618898050031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:14.661Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "dcae-sch",
  "timestamp": 1618898054263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:14.661Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618898053631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:14.661Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618898056429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:57:14.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "aai-ml",
  "timestamp": 1618898056522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:57:14.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "policy-id",
  "timestamp": 1618898056523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:57:14.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618898054959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:14.663Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618898056629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:57:14.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618898050031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-20T05:57:14.663Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "dcae-sch",
  "timestamp": 1618898054263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:14.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "cds",
  "timestamp": 1618898057224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:57:14.664Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618898053631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:14.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "policy-id",
  "timestamp": 1618898057527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:57:14.664Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618898054959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:14.665Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618898050031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:14.665Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "dcae-sch",
  "timestamp": 1618898054263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:14.665Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "cds",
  "timestamp": 1618898058228,
  "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-04-20T05:57:14.671Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 19a71c21-71ad-4100-970b-def49496b538
2021-04-20T05:57:14.671Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19a71c21-71ad-4100-970b-def49496b538 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-04-20T05:57:14.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618898053631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:14.681Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "policy-id",
  "timestamp": 1618898058529,
  "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-04-20T05:57:14.686Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19a71c21-71ad-4100-970b-def49496b538
2021-04-20T05:57:14.686Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19a71c21-71ad-4100-970b-def49496b538 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-04-20T05:57:14.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618898054959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:14.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618898050031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:57:14.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "dcae-sch",
  "timestamp": 1618898054263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:14.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618898053631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:14.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618898054959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:14.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "dcae-sch",
  "timestamp": 1618898054263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:14.695Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618898053631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:14.695Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618898060425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:57:14.695Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618898054959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:14.696Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618898060648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:57:14.696Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "dcae-sch",
  "timestamp": 1618898054263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:14.696Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618898053631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:14.696Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618898054959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:14.697Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "dcae-sch",
  "timestamp": 1618898054263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:14.697Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618898053631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:14.697Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618898054959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:14.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "dcae-sch",
  "timestamp": 1618898054263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:14.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618898063111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:57:14.698Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618898054959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:57:14.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618898063720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:57:14.699Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618898063907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:57:14.699Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "clamp",
  "timestamp": 1618898064926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:57:14.700Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "clamp",
  "timestamp": 1618898065942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:57:14.700Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618898066411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:57:14.700Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618898066455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:57:14.700Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618898066821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:57:14.701Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "clamp",
  "timestamp": 1618898066944,
  "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-04-20T05:57:14.705Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 19a71c21-71ad-4100-970b-def49496b538
2021-04-20T05:57:14.705Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19a71c21-71ad-4100-970b-def49496b538 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-04-20T05:57:14.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.713Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "aai-ml",
  "timestamp": 1618898067249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:57:14.713Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.713Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.713Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618898067307,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:57:14.713Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.713Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.713Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618898067498,
  "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-04-20T05:57:14.718Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19a71c21-71ad-4100-970b-def49496b538
2021-04-20T05:57:14.718Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19a71c21-71ad-4100-970b-def49496b538 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-04-20T05:57:14.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "aai-ml",
  "timestamp": 1618898068252,
  "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-04-20T05:57:14.728Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 19a71c21-71ad-4100-970b-def49496b538
2021-04-20T05:57:14.728Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19a71c21-71ad-4100-970b-def49496b538 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-04-20T05:57:14.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618898068312,
  "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-04-20T05:57:14.737Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19a71c21-71ad-4100-970b-def49496b538
2021-04-20T05:57:14.738Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19a71c21-71ad-4100-970b-def49496b538 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-04-20T05:57:14.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618898068500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-20T05:57:14.742Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618898068808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:57:14.743Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618898068960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:57:14.743Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618898069315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-20T05:57:14.743Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618898069811,
  "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-04-20T05:57:14.746Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 19a71c21-71ad-4100-970b-def49496b538
2021-04-20T05:57:14.746Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19a71c21-71ad-4100-970b-def49496b538 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-04-20T05:57:14.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618898070664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:57:14.755Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618898071667,
  "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-04-20T05:57:14.760Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19a71c21-71ad-4100-970b-def49496b538
2021-04-20T05:57:14.760Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19a71c21-71ad-4100-970b-def49496b538 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-04-20T05:57:14.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618898072670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-20T05:57:14.765Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b85b01eb-63c1-4557-933e-110eda66631b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898092758,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-20T05:57:14.765Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897861536,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:14.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897861536,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:14.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897861536,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:57:14.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897861536,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:57:14.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897861536,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:14.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897861536,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-20T05:57:14.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897861536,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:14.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618897861536,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:57:14.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:57:14.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898103958,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:57:14.767Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898107558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:57:14.767Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898109072,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:57:14.767Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898110329,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:57:14.767Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898111426,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-20T05:57:14.767Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898112428,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-20T05:57:14.767Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898113432,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-20T05:57:14.768Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:57:14.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898114434,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:57:14.768Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:57:14.824Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:57:14.824Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:57:14.825Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:57:14.825Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:57:14.827Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:57:14.827Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898234824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-20T05:57:14.928Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:57:14.928Z||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-04-20T05:57:14.928Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:57:14.937Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:57:14.938Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:57:15.828Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:57:15.828Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:57:15.829Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:57:15.829Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:57:15.831Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:57:15.831Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898235828,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-20T05:57:15.931Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:57:15.932Z||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-04-20T05:57:15.932Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:57:15.940Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:57:15.940Z||pool-119-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:57:16.832Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:57:16.832Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:57:16.832Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:57:16.832Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:57:16.834Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:57:16.834Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898236832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-20T05:57:16.934Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:57:16.935Z||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-04-20T05:57:16.935Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:57:16.947Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:57:16.948Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:57:17.835Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-04-20T05:57:17.835Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-20T05:57:17.835Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:57:17.836Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:57:17.838Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:57:17.838Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898237835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:57:17.938Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:57:17.939Z||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-04-20T05:57:17.939Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:57:17.949Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:57:17.949Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:57:18.839Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19a71c21-71ad-4100-970b-def49496b538
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:57:18.850Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19a71c21-71ad-4100-970b-def49496b538
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:57:18.852Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:57:18.852Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-20T05:57:18.852Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-20T05:57:18.852Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-20T05:57:18.852Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:57:18.852Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:57:18.852Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:57:18.852Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:57:18.853Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:57:18.853Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T05:57:18.853Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:57:18.856Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-20T05:57:48.857Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 19a71c21-71ad-4100-970b-def49496b538 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-04-20T05:57:48.864Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 19a71c21-71ad-4100-970b-def49496b538 and serviceModelVersionId: 35cecfc6-cb3c-4c4e-acef-0f09a9e32763
2021-04-20T05:57:48.865Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 820f4042-aa67-47aa-957d-442b70766d1e
2021-04-20T05:57:48.866Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/820f4042-aa67-47aa-957d-442b70766d1e/model-vers/model-ver/35cecfc6-cb3c-4c4e-acef-0f09a9e32763?depth=0
2021-04-20T05:57:48.869Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-04-20T05:57:48.895Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/820f4042-aa67-47aa-957d-442b70766d1e/model-vers/model-ver/35cecfc6-cb3c-4c4e-acef-0f09a9e32763?depth=0|INFO|500||Invoke
2021-04-20T05:57:48.895Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/820f4042-aa67-47aa-957d-442b70766d1e/model-vers/model-ver/35cecfc6-cb3c-4c4e-acef-0f09a9e32763?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/820f4042-aa67-47aa-957d-442b70766d1e/model-vers/model-ver/35cecfc6-cb3c-4c4e-acef-0f09a9e32763?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[19a71c21-71ad-4100-970b-def49496b538], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1b773c21-207a-4130-87a8-d36745cdda7d], X-ECOMP-RequestID=[19a71c21-71ad-4100-970b-def49496b538], X-TransactionId=[], X-ONAP-RequestID=[19a71c21-71ad-4100-970b-def49496b538], Content-Type=[application/merge-patch+json]}
2021-04-20T05:57:48.913Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/820f4042-aa67-47aa-957d-442b70766d1e/model-vers/model-ver/35cecfc6-cb3c-4c4e-acef-0f09a9e32763?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-20T05:57:49.081Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/820f4042-aa67-47aa-957d-442b70766d1e/model-vers/model-ver/35cecfc6-cb3c-4c4e-acef-0f09a9e32763?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/820f4042-aa67-47aa-957d-442b70766d1e/model-vers/model-ver/35cecfc6-cb3c-4c4e-acef-0f09a9e32763?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210420-05:57:48:920-32076], vertex-id=[475152], Content-Length=[0], Date=[Tue, 20 Apr 2021 05:57:48 GMT], Content-Type=[application/json]}
2021-04-20T05:57:49.082Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/820f4042-aa67-47aa-957d-442b70766d1e/model-vers/model-ver/35cecfc6-cb3c-4c4e-acef-0f09a9e32763?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-20T05:57:49.082Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/820f4042-aa67-47aa-957d-442b70766d1e/model-vers/model-ver/35cecfc6-cb3c-4c4e-acef-0f09a9e32763?depth=0|INFO|500||InvokeReturn
2021-04-20T05:57:49.083Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-20T05:57:49.083Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:57:49.087Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||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-04-20T05:57:49.087Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 19a71c21-71ad-4100-970b-def49496b538 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-20T05:57:49.087Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-20T05:57:49.087Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:57:49.088Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:57:49.089Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898269087,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-20T05:57:49.189Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:57:49.190Z||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-04-20T05:57:49.190Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:57:49.204Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:57:49.204Z||pool-122-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-20T05:57:50.099Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:57:50.100Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-20T05:57:50.100Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:57:50.719Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:57:50.720Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-20T05:57:50.720Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"d6eb426f-995f-449e-94f8-eff6adb5a201","serviceName":"Demo_pNF_dYFjUQuq3Tv98ozbPsIK","serviceVersion":"1.0","serviceUUID":"a0cf99c5-dd53-412f-ab52-3af0ce932ceb","serviceDescription":"catalog service description","serviceInvariantUUID":"a8ec373a-42c8-4c55-8a53-c3387f1622b3","resources":[{"resourceInstanceName":"pNF 7e233d91-a032 0","resourceName":"pNF 7e233d91-a032","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"12992b6c-ef42-4d1c-b5bc-5166eecf0054","resourceInvariantUUID":"f83372d3-93a1-4d34-b71d-a6c9c59b4c56","resourceCustomizationUUID":"5a7e8209-c97c-41f7-986a-11369db7153e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/vf-license-model.xml","artifactChecksum":"ZWQwNTcxZjNkMTgyNWQwMTIxOTEyOWYxOWVkYTlkMTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d161fd62-5855-4f54-9c3c-502b5eff3279","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/pNF.csar","artifactChecksum":"NTkwYWFmODYxNWRkMTEyNWVlMWNmZTNlZGUwZDc3NWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c46f00db-4ced-497c-a88d-6c04a21b62cc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f58ec703-5378-4cd0-b442-bdadb6e9e4fe","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/vendor-license-model.xml","artifactChecksum":"YmY4M2E4Y2QxNzU1ZjU2MmFjYjBjNDI4OTY3NzU2MjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0bc6f4eb-491a-40bc-bae0-fc899b237ea9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7d4ffdf6-84b1-4faa-889a-3543d3a91dbb","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59f415f7-0a78-44d4-9ec0-147fc472c097","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDyfjuquq3tv98ozbpsik-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-template.yml","artifactChecksum":"NGU5NThkNjNjNjYyMjA3NjZhODNjN2I0NDJhZTQ3NzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5bba3dfa-a546-4f2b-b0f0-8bd6bb48b484","artifactVersion":"1"},{"artifactName":"service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar","artifactChecksum":"OTQ4OTFkNTI0NTZlNzc3NzY1Y2I2ODIyYmMxMjc2YWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fcd5b8e3-c96e-4d48-a477-356812fada58","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-20T05:57:50.722Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:57:50.722Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:57:50.724Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:57:50.724Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898270099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:50.824Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:57:50.825Z||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-04-20T05:57:50.825Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:57:50.833Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:57:50.834Z||pool-123-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:57:51.724Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:57:51.725Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:57:51.727Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:57:51.727Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898270099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:51.827Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:57:51.828Z||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-04-20T05:57:51.828Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:57:51.837Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:57:51.838Z||pool-124-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:57:52.728Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:57:52.729Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:57:52.731Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:57:52.731Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898270099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:52.831Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:57:52.832Z||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-04-20T05:57:52.832Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:57:52.840Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:57:52.841Z||pool-125-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:57:53.731Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:57:53.732Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:57:53.734Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:57:53.734Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898270099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:53.834Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:57:53.835Z||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-04-20T05:57:53.835Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:57:53.844Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:57:53.844Z||pool-126-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:57:54.735Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:57:54.735Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:57:54.737Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:57:54.738Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898270099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:54.838Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:57:54.838Z||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-04-20T05:57:54.838Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:57:54.846Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:57:54.847Z||pool-127-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:57:55.738Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:57:55.739Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:57:55.741Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:57:55.741Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898270099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:55.842Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:57:55.843Z||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-04-20T05:57:55.843Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:57:55.852Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:57:55.853Z||pool-128-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:57:56.742Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:57:56.743Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:57:56.744Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:57:56.744Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898270099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:57:56.845Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-20T05:57:56.845Z||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-04-20T05:57:56.846Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:57:56.859Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:57:56.860Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:57:57.745Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:57:57.746Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:57:57.748Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:57:57.748Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898270099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:57:57.848Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:57:57.849Z||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-04-20T05:57:57.849Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:57:57.857Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:57:57.857Z||pool-130-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:57:58.750Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "serviceName": "Demo_pNF_dYFjUQuq3Tv98ozbPsIK",
  "serviceVersion": "1.0",
  "serviceUUID": "a0cf99c5-dd53-412f-ab52-3af0ce932ceb",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a8ec373a-42c8-4c55-8a53-c3387f1622b3",
  "resources": [
    {
      "resourceInstanceName": "pNF 7e233d91-a032 0",
      "resourceCustomizationUUID": "5a7e8209-c97c-41f7-986a-11369db7153e",
      "resourceName": "pNF 7e233d91-a032",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "12992b6c-ef42-4d1c-b5bc-5166eecf0054",
      "resourceInvariantUUID": "f83372d3-93a1-4d34-b71d-a6c9c59b4c56",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar",
      "artifactChecksum": "OTQ4OTFkNTI0NTZlNzc3NzY1Y2I2ODIyYmMxMjc2YWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fcd5b8e3-c96e-4d48-a477-356812fada58"
    }
  ],
  "workloadContext": "Production"
}
2021-04-20T05:57:58.750Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-20T05:57:58.750Z|19a71c21-71ad-4100-970b-def49496b538|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a0cf99c5-dd53-412f-ab52-3af0ce932ceb ASDC
2021-04-20T05:57:58.751Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:d6eb426f-995f-449e-94f8-eff6adb5a201
ServiceName:Demo_pNF_dYFjUQuq3Tv98ozbPsIK
ServiceVersion:1.0
ServiceUUID:a0cf99c5-dd53-412f-ab52-3af0ce932ceb
ServiceInvariantUUID:a8ec373a-42c8-4c55-8a53-c3387f1622b3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar
ArtifactUUID:fcd5b8e3-c96e-4d48-a477-356812fada58
ArtifactChecksum:OTQ4OTFkNTI0NTZlNzc3NzY1Y2I2ODIyYmMxMjc2YWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7e233d91-a032 0
ResourceCustomizationUUID:5a7e8209-c97c-41f7-986a-11369db7153e
ResourceInvariantUUID:f83372d3-93a1-4d34-b71d-a6c9c59b4c56
ResourceName:pNF 7e233d91-a032
ResourceType:PNF
ResourceUUID:12992b6c-ef42-4d1c-b5bc-5166eecf0054
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-04-20T05:57:58.751Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a0cf99c5-dd53-412f-ab52-3af0ce932ceb 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-04-20T05:57:58.776Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-20T05:57:58.777Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-20T05:57:58.777Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-20T05:57:58.777Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fcd5b8e3-c96e-4d48-a477-356812fada58 from URL: /sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar
2021-04-20T05:57:58.777Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-20T05:57:58.777Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar
2021-04-20T05:58:01.149Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-20T05:58:01.152Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar fcd5b8e3-c96e-4d48-a477-356812fada58 83341
2021-04-20T05:58:01.153Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar ASDC sendASDCNotification
2021-04-20T05:58:01.153Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar
2021-04-20T05:58:01.153Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:58:01.153Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:58:01.154Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:58:01.154Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898281153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:58:01.255Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:58:01.256Z||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-04-20T05:58:01.256Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:58:01.265Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:58:01.265Z||pool-131-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-20T05:58:02.155Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-20T05:58:02.157Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-20T05:58:02.157Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: fcd5b8e3-c96e-4d48-a477-356812fada58, URL: /sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar to file: /app/ASDC/1/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar
2021-04-20T05:58:02.157Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar
2021-04-20T05:58:02.158Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar
2021-04-20T05:58:02.158Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar
2021-04-20T05:58:02.252Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5725941596320137750/Definitions/service-DemoPnfDyfjuquq3tv98ozbpsik-template.yml
2021-04-20T05:58:02.856Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-20T05:58:02.856Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-04-20T05:58:02.856Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar
2021-04-20T05:58:02.856Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-20T05:58:02.856Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7e233d91-a032 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-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar
2021-04-20T05:58:02.856Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7e233d91-a032 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar
2021-04-20T05:58:02.856Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||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-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar
2021-04-20T05:58:02.856Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar
2021-04-20T05:58:02.856Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||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-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar
2021-04-20T05:58:02.856Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||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-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar
2021-04-20T05:58:02.856Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||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-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar
2021-04-20T05:58:02.856Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||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-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar
2021-04-20T05:58:02.857Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-04-20T05:58:02.857Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:58:02.857Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_dYFjUQuq3Tv98ozbPsIK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:58:02.857Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Node template pNF 7e233d91-a032 0 is matching search criteria
2021-04-20T05:58:02.857Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-20T05:58:02.857Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 7e233d91-a032 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-20T05:58:02.857Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:58:02.857Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_dYFjUQuq3Tv98ozbPsIK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:58:02.858Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Node template pNF 7e233d91-a032 0 is matching search criteria
2021-04-20T05:58:02.858Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-20T05:58:02.858Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 7e233d91-a032 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-20T05:58:02.858Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:58:02.858Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_dYFjUQuq3Tv98ozbPsIK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:58:02.858Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:58:02.858Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_dYFjUQuq3Tv98ozbPsIK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:58:02.858Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:58:02.858Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_dYFjUQuq3Tv98ozbPsIK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:58:02.858Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:58:02.859Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_dYFjUQuq3Tv98ozbPsIK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:58:02.859Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:58:02.859Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_dYFjUQuq3Tv98ozbPsIK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:58:02.859Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_dYFjUQuq3Tv98ozbPsIK
Description:catalog service description
Model UUID:a0cf99c5-dd53-412f-ab52-3af0ce932ceb
Model Version:NULL
Model InvariantUuid:a8ec373a-42c8-4c55-8a53-c3387f1622b3
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-04-20T05:58:02.864Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 12992b6c-ef42-4d1c-b5bc-5166eecf0054
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-04-20T05:58:02.866Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||INFO|500||pNF 7e233d91-a032 0
2021-04-20T05:58:02.866Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 12992b6c-ef42-4d1c-b5bc-5166eecf0054
2021-04-20T05:58:02.866Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||No resources found for Service: a0cf99c5-dd53-412f-ab52-3af0ce932ceb
2021-04-20T05:58:02.866Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: a0cf99c5-dd53-412f-ab52-3af0ce932ceb
2021-04-20T05:58:02.866Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7e233d91-a032 0 12992b6c-ef42-4d1c-b5bc-5166eecf0054 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-04-20T05:58:02.869Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:58:02.869Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_dYFjUQuq3Tv98ozbPsIK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:58:02.870Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid a0cf99c5-dd53-412f-ab52-3af0ce932ceb: pNF 7e233d91-a032
2021-04-20T05:58:02.870Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||INFO|500||Processing PNF resource: 12992b6c-ef42-4d1c-b5bc-5166eecf0054
2021-04-20T05:58:02.870Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-20T05:58:02.870Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_dYFjUQuq3Tv98ozbPsIK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:58:02.870Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||INFO|500||Resource customization UUID: 5a7e8209-c97c-41f7-986a-11369db7153e is the same as notified resource customizationUUID: 5a7e8209-c97c-41f7-986a-11369db7153e
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-04-20T05:58:02.895Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7e233d91-a032 12992b6c-ef42-4d1c-b5bc-5166eecf0054 0 ASDC deployResourceStructure
2021-04-20T05:58:02.895Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar ASDC sendASDCNotification
2021-04-20T05:58:02.895Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar
2021-04-20T05:58:02.895Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:58:02.896Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:58:02.898Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:58:02.898Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898282895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:58:02.998Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:58:02.999Z||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-04-20T05:58:02.999Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:58:03.009Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:58:03.009Z||pool-132-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:58:03.899Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6eb426f-995f-449e-94f8-eff6adb5a201
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:58:03.908Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6eb426f-995f-449e-94f8-eff6adb5a201
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:58:03.910Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:58:03.910Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:58:03.910Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:58:14.634Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:58:14.634Z||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-04-20T05:58:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:58:14.649Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:58:14.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:58:14.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97fab229-7fae-4b73-8af6-12ee6f1d519c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898146056,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-20T05:58:14.650Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:58:14.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:58:14.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:58:14.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:58:14.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:58:14.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:58:14.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:58:14.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:58:14.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:58:14.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:58:14.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:58:14.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:58:14.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:58:14.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:58:14.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-20T05:58:14.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:58:14.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:58:14.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:58:14.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:58:14.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:58:14.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:58:14.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:58:14.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:58:14.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:58:14.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:58:14.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:58:14.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898163027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:58:14.654Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:58:14.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:58:14.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898167117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:58:14.654Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:58:14.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:58:14.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898168786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:58:14.654Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:58:14.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:58:14.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898170560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:58:14.655Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:58:14.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:58:14.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898171656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-20T05:58:14.655Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:58:14.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:58:14.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898172659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-20T05:58:14.655Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:58:14.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:58:14.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898173662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-20T05:58:14.656Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:58:33.911Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6eb426f-995f-449e-94f8-eff6adb5a201
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:58:33.919Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6eb426f-995f-449e-94f8-eff6adb5a201
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:58:33.921Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:58:33.921Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:58:33.921Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:59:03.921Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6eb426f-995f-449e-94f8-eff6adb5a201
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:59:03.930Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6eb426f-995f-449e-94f8-eff6adb5a201
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:59:03.932Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:59:03.932Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:59:03.932Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:59:14.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:59:14.634Z||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-04-20T05:59:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:59:14.657Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T05:59:14.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:59:14.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898174667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T05:59:14.658Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:59:14.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:59:14.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb22653-7521-4b93-9f73-7b5aef975198",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898206328,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-20T05:59:14.659Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:59:14.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:59:14.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:59:14.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:59:14.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:59:14.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-20T05:59:14.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:59:14.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:59:14.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-20T05:59:14.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:59:14.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:59:14.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-20T05:59:14.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:59:14.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:59:14.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-20T05:59:14.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:59:14.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:59:14.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:59:14.661Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:59:14.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:59:14.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-20T05:59:14.661Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:59:14.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:59:14.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T05:59:14.661Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:59:14.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:59:14.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898147076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T05:59:14.661Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T05:59:14.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:59:14.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898217823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:59:14.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:59:14.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:59:14.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898223515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:59:14.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:59:14.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:59:14.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898226309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:59:14.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:59:14.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:59:14.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898228459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:59:14.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:59:14.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:59:14.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898230219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:59:14.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:59:14.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:59:14.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898231724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-20T05:59:14.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:59:14.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:59:14.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898232817,
  "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-04-20T05:59:14.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:59:14.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T05:59:14.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898233821,
  "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-04-20T05:59:14.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:59:33.932Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6eb426f-995f-449e-94f8-eff6adb5a201
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T05:59:33.943Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6eb426f-995f-449e-94f8-eff6adb5a201
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T05:59:33.945Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:59:33.945Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:59:33.945Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T06:00:03.946Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6eb426f-995f-449e-94f8-eff6adb5a201
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T06:00:03.957Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6eb426f-995f-449e-94f8-eff6adb5a201
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T06:00:03.959Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T06:00:03.959Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T06:00:03.959Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T06:00:14.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T06:00:14.634Z||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-04-20T06:00:14.635Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T06:00:14.652Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T06:00:15.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898234824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-20T06:00:15.161Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T06:00:15.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618898230031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "cds",
  "timestamp": 1618898226275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618898233631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "dcae-sch",
  "timestamp": 1618898234263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618898234959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898235828,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-20T06:00:15.162Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T06:00:15.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "cds",
  "timestamp": 1618898226275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618898230031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618898233631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "dcae-sch",
  "timestamp": 1618898234263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618898234959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898236832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-20T06:00:15.162Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T06:00:15.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "cds",
  "timestamp": 1618898226275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "dcae-sch",
  "timestamp": 1618898234263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618898230031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618898233631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618898234959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898237835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T06:00:15.163Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T06:00:15.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "cds",
  "timestamp": 1618898226275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618898230031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "dcae-sch",
  "timestamp": 1618898234263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618898233631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618898234959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "cds",
  "timestamp": 1618898226275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618898230031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618898233631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "dcae-sch",
  "timestamp": 1618898234263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618898234959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "policy-id",
  "timestamp": 1618898239142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618898239434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618898239558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618898230031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "cds",
  "timestamp": 1618898226275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "dcae-sch",
  "timestamp": 1618898234263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618898233631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-04-20T06:00:15.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618898234959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "policy-id",
  "timestamp": 1618898239142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618898239434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618898239558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "cds",
  "timestamp": 1618898226275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618898230031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "dcae-sch",
  "timestamp": 1618898234263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618898233631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618898234959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "policy-id",
  "timestamp": 1618898239142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618898239434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618898239558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618898230031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T06:00:15.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "cds",
  "timestamp": 1618898226275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T06:00:15.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618898233631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.172Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "dcae-sch",
  "timestamp": 1618898234263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.172Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618898234959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T06:00:15.172Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "policy-id",
  "timestamp": 1618898239142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.172Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618898239434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.173Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618898239558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.173Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "policy-id",
  "timestamp": 1618898239142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.173Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618898239434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618898239558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "policy-id",
  "timestamp": 1618898239142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618898239434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618898239558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "cds",
  "timestamp": 1618898245419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T06:00:15.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T06:00:15.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618898245719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T06:00:15.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T06:00:15.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618898245755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-20T06:00:15.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T06:00:15.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "policy-id",
  "timestamp": 1618898239142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618898239434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618898239558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "cds",
  "timestamp": 1618898246424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-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-04-20T06:00:15.183Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d6eb426f-995f-449e-94f8-eff6adb5a201
2021-04-20T06:00:15.183Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6eb426f-995f-449e-94f8-eff6adb5a201 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-04-20T06:00:15.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618898246782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-04-20T06:00:15.192Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T06:00:15.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "policy-id",
  "timestamp": 1618898239142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T06:00:15.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618898239434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T06:00:15.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618898239558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T06:00:15.193Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618898247384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T06:00:15.193Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T06:00:15.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618898247785,
  "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-04-20T06:00:15.197Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d6eb426f-995f-449e-94f8-eff6adb5a201
2021-04-20T06:00:15.197Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6eb426f-995f-449e-94f8-eff6adb5a201 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-04-20T06:00:15.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618898248387,
  "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-04-20T06:00:15.211Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d6eb426f-995f-449e-94f8-eff6adb5a201
2021-04-20T06:00:15.211Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6eb426f-995f-449e-94f8-eff6adb5a201 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-04-20T06:00:15.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "policy-id",
  "timestamp": 1618898248670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T06:00:15.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T06:00:15.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "policy-id",
  "timestamp": 1618898249673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T06:00:15.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T06:00:15.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "policy-id",
  "timestamp": 1618898250675,
  "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-04-20T06:00:15.225Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6eb426f-995f-449e-94f8-eff6adb5a201
2021-04-20T06:00:15.226Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6eb426f-995f-449e-94f8-eff6adb5a201 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-04-20T06:00:15.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "clamp",
  "timestamp": 1618898251365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "aai-ml",
  "timestamp": 1618898252256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "clamp",
  "timestamp": 1618898251365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "aai-ml",
  "timestamp": 1618898252256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "clamp",
  "timestamp": 1618898251365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "aai-ml",
  "timestamp": 1618898252256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "clamp",
  "timestamp": 1618898251365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "aai-ml",
  "timestamp": 1618898252256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "clamp",
  "timestamp": 1618898251365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "aai-ml",
  "timestamp": 1618898252256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "clamp",
  "timestamp": 1618898251365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "aai-ml",
  "timestamp": 1618898252256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "clamp",
  "timestamp": 1618898251365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "aai-ml",
  "timestamp": 1618898252256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "clamp",
  "timestamp": 1618898251365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T06:00:15.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "aai-ml",
  "timestamp": 1618898252256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T06:00:15.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "aai-ml",
  "timestamp": 1618898263114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T06:00:15.240Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T06:00:15.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "clamp",
  "timestamp": 1618898264338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T06:00:15.240Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T06:00:15.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "clamp",
  "timestamp": 1618898265350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T06:00:15.240Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T06:00:15.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "clamp",
  "timestamp": 1618898266352,
  "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-04-20T06:00:15.246Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d6eb426f-995f-449e-94f8-eff6adb5a201
2021-04-20T06:00:15.246Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6eb426f-995f-449e-94f8-eff6adb5a201 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-04-20T06:00:15.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "aai-ml",
  "timestamp": 1618898268112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T06:00:15.254Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T06:00:15.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19a71c21-71ad-4100-970b-def49496b538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898269087,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-20T06:00:15.254Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T06:00:15.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "aai-ml",
  "timestamp": 1618898269115,
  "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-04-20T06:00:15.259Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d6eb426f-995f-449e-94f8-eff6adb5a201
2021-04-20T06:00:15.259Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6eb426f-995f-449e-94f8-eff6adb5a201 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-04-20T06:00:15.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898270099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898270099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898270099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898270099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898270099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898270099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/resourceInstances/pnf7e233d91a0320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898270099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-20T06:00:15.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898270099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar",
  "status": "NOTIFIED"
}
2021-04-20T06:00:15.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-20T06:00:15.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898281153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-20T06:00:15.268Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T06:00:15.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:00:15.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898282895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyfjuquq3tv98ozbpsik/1.0/artifacts/service-DemoPnfDyfjuquq3tv98ozbpsik-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-20T06:00:15.268Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T06:00:33.959Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6eb426f-995f-449e-94f8-eff6adb5a201
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T06:00:33.970Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6eb426f-995f-449e-94f8-eff6adb5a201
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-20T06:00:33.973Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T06:00:33.973Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-20T06:00:33.973Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-20T06:00:33.974Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-20T06:00:33.974Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T06:00:33.974Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T06:00:33.974Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T06:00:33.974Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T06:00:33.974Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T06:00:33.974Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T06:00:33.974Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-20T06:00:33.974Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||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-04-20T06:00:33.979Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-20T06:01:03.980Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d6eb426f-995f-449e-94f8-eff6adb5a201 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-04-20T06:01:03.986Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d6eb426f-995f-449e-94f8-eff6adb5a201 and serviceModelVersionId: a0cf99c5-dd53-412f-ab52-3af0ce932ceb
2021-04-20T06:01:03.986Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a8ec373a-42c8-4c55-8a53-c3387f1622b3
2021-04-20T06:01:03.987Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a8ec373a-42c8-4c55-8a53-c3387f1622b3/model-vers/model-ver/a0cf99c5-dd53-412f-ab52-3af0ce932ceb?depth=0
2021-04-20T06:01:03.991Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-04-20T06:01:04.033Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8ec373a-42c8-4c55-8a53-c3387f1622b3/model-vers/model-ver/a0cf99c5-dd53-412f-ab52-3af0ce932ceb?depth=0|INFO|500||Invoke
2021-04-20T06:01:04.034Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8ec373a-42c8-4c55-8a53-c3387f1622b3/model-vers/model-ver/a0cf99c5-dd53-412f-ab52-3af0ce932ceb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8ec373a-42c8-4c55-8a53-c3387f1622b3/model-vers/model-ver/a0cf99c5-dd53-412f-ab52-3af0ce932ceb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d6eb426f-995f-449e-94f8-eff6adb5a201], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[85f43697-77e9-4338-b047-ff2b186941fc], X-ECOMP-RequestID=[d6eb426f-995f-449e-94f8-eff6adb5a201], X-TransactionId=[], X-ONAP-RequestID=[d6eb426f-995f-449e-94f8-eff6adb5a201], Content-Type=[application/merge-patch+json]}
2021-04-20T06:01:04.053Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8ec373a-42c8-4c55-8a53-c3387f1622b3/model-vers/model-ver/a0cf99c5-dd53-412f-ab52-3af0ce932ceb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-20T06:01:04.552Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8ec373a-42c8-4c55-8a53-c3387f1622b3/model-vers/model-ver/a0cf99c5-dd53-412f-ab52-3af0ce932ceb?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/a8ec373a-42c8-4c55-8a53-c3387f1622b3/model-vers/model-ver/a0cf99c5-dd53-412f-ab52-3af0ce932ceb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210420-06:01:04:058-89922], vertex-id=[483560], Content-Length=[0], Date=[Tue, 20 Apr 2021 06:01:04 GMT], Content-Type=[application/json]}
2021-04-20T06:01:04.552Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8ec373a-42c8-4c55-8a53-c3387f1622b3/model-vers/model-ver/a0cf99c5-dd53-412f-ab52-3af0ce932ceb?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-20T06:01:04.553Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8ec373a-42c8-4c55-8a53-c3387f1622b3/model-vers/model-ver/a0cf99c5-dd53-412f-ab52-3af0ce932ceb?depth=0|INFO|500||InvokeReturn
2021-04-20T06:01:04.554Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-20T06:01:04.554Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||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-04-20T06:01:04.558Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||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-04-20T06:01:04.558Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d6eb426f-995f-449e-94f8-eff6adb5a201 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-20T06:01:04.559Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-20T06:01:04.559Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T06:01:04.560Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T06:01:04.561Z|d6eb426f-995f-449e-94f8-eff6adb5a201|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898464558,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-20T06:01:04.661Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T06:01:04.662Z||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-04-20T06:01:04.662Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T06:01:04.681Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T06:01:04.681Z||pool-133-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-20T06:01:05.572Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T06:01:05.573Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-20T06:01:05.573Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dFCF9ZMaovr0eV5J) ...
2021-04-20T06:01:14.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T06:01:14.634Z||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-04-20T06:01:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T06:01:15.252Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T06:01:15.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-20T06:01:15.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6eb426f-995f-449e-94f8-eff6adb5a201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618898464558,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-20T06:01:15.253Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T06:01:15.769Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T06:01:15.770Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T06:01:15.770Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-20T06:01:15.770Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dFCF9ZMaovr0eV5J) ...
2021-04-20T06:01:25.337Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T06:01:25.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T06:01:25.338Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-20T06:01:25.338Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dFCF9ZMaovr0eV5J) ...
2021-04-20T06:01:34.879Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T06:01:34.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T06:01:34.881Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-20T06:01:34.881Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dFCF9ZMaovr0eV5J) ...
2021-04-20T06:01:44.438Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T06:01:44.438Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T06:01:44.439Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-20T06:01:44.439Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dFCF9ZMaovr0eV5J) ...
2021-04-20T06:01:53.975Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T06:01:53.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T06:01:53.976Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-20T06:01:53.976Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dFCF9ZMaovr0eV5J) ...
2021-04-20T06:02:03.509Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T06:02:03.510Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T06:02:03.510Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-20T06:02:03.511Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dFCF9ZMaovr0eV5J) ...
2021-04-20T06:02:13.042Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T06:02:13.042Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T06:02:13.043Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-20T06:02:13.043Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dFCF9ZMaovr0eV5J) ...
2021-04-20T06:02:14.634Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T06:02:14.634Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|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-04-20T06:02:14.634Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|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 dFCF9ZMaovr0eV5J) ...
2021-04-20T06:02:22.574Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T06:02:22.574Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T06:02:22.575Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-20T06:02:22.575Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dFCF9ZMaovr0eV5J) ...
2021-04-20T06:02:24.174Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T06:02:32.115Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T06:02:32.116Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T06:02:32.116Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-20T06:02:32.116Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dFCF9ZMaovr0eV5J) ...
2021-04-20T06:02:41.650Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T06:02:41.651Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T06:02:41.651Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-20T06:02:41.651Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dFCF9ZMaovr0eV5J) ...
2021-04-20T06:02:51.186Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T06:02:51.186Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T06:02:51.187Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-20T06:02:51.187Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dFCF9ZMaovr0eV5J) ...
2021-04-20T06:03:00.724Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T06:03:00.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T06:03:00.725Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-20T06:03:00.725Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dFCF9ZMaovr0eV5J) ...
2021-04-20T06:03:10.258Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T06:03:14.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T06:03:14.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-20T06:03:14.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dFCF9ZMaovr0eV5J) ...
2021-04-20T06:03:14.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T06:03:14.634Z||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-04-20T06:03:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T06:03:24.169Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T06:03:24.170Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T06:04:14.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T06:04:14.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-20T06:04:14.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dFCF9ZMaovr0eV5J) ...
2021-04-20T06:04:14.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T06:04:14.634Z||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-04-20T06:04:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T06:04:24.172Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T06:04:24.172Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T06:05:14.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T06:05:14.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-20T06:05:14.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dFCF9ZMaovr0eV5J) ...
2021-04-20T06:05:14.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T06:05:14.634Z||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-04-20T06:05:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T06:05:24.171Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T06:05:24.173Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-20T06:06:14.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T06:06:14.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-20T06:06:14.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dFCF9ZMaovr0eV5J) ...
2021-04-20T06:06:14.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T06:06:14.634Z||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-04-20T06:06:14.634Z||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 dFCF9ZMaovr0eV5J) ...